Upload an application file
Uploads a file to the specified field for the application identified by the specified slug.
Authorizations
API key used to authenticate and authorise every request.
Include it in the x-api-key header.
Headers
Defines the response type.
application/vnd.Creative Force.v2.3+json, application/vnd.Creative Force.v2.3+xml Path Parameters
Slug of the application.
^[A-Za-z]{8}$Slug of the field.
^[A-Za-z]{8}$Body
File payload for an upload operation.
filename and data are required.
Original filename of the uploaded file, including the extension.
Base64-encoded contents of the file.
The encoded payload must round-trip cleanly through standard base64 decoding; payloads with stray characters, incorrect padding, or other malformed encoding are rejected.
Response
Application file uploaded.
Receipt returned when a file is uploaded to a category, chapter, application, or user field.
Carries the original filename, a short opaque token that addresses the stored file, and the canonical URL through which the file can be retrieved.