v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBUsers
Upload a user file
Uploads a file to the specified field for the user identified by the specified slug.
post/user/{user_slug}/upload/{field_slug}
Headers
Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required
Defines the response type.
Request body
Example request
{
"filename": "example.pdf",
"data": "aGVsbG8gd29ybGQ="
}Response
User file uploaded.
Example response
{
"filename": "example.pdf",
"token": "AbCdEfGhIjKlMnOp",
"link": "https://api.au.cr4ce.com/file/AbCdEfGhIjKlMnOp"
}