Upload a reference
curl --request POST \
--url https://api.keyframe.art/v1/references \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"id": "<string>",
"mime_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}References
Upload a reference
Upload an image, video, audio file, or document to use as generation context.
POST
/
references
Upload a reference
curl --request POST \
--url https://api.keyframe.art/v1/references \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{
"id": "<string>",
"mime_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
⌘I