v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBCategories
Upload a category file
Uploads a file for the category identified by the specified slug.
post/category/{category_slug}/upload
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": "logo.png",
"data": "aGVsbG8gd29ybGQ="
}Response
Category file uploaded.
Example response
{
"filename": "example.pdf",
"token": "AbCdEfGhIjKlMnOp",
"link": "https://api.au.cr4ce.com/file/AbCdEfGhIjKlMnOp"
}