v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBChapters
Upload a chapter file
Uploads a file for the chapter identified by the specified slug.
post/chapter/{chapter_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
Chapter file uploaded.
Example response
{
"filename": "example.pdf",
"token": "AbCdEfGhIjKlMnOp",
"link": "https://api.au.cr4ce.com/file/AbCdEfGhIjKlMnOp"
}