Uploads a file to the CDN. Requires a valid subscription. File must be between 6KB and 100MB. An optional folder, mime_type, and expire_at can be provided.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The file to upload (6KB–100MB)
Name for the file (validated CDN name format)
Optional folder prefix (validated CDN name format). File is stored as folder/filename.
MIME type override. If omitted, detected from the uploaded file's Content-Type header.
Optional expiration time in RFC3339 format. Must be in the future.
File created successfully