Skip to main content
POST
/
v1
/
social
/
upload
/
file
Upload media file
curl --request POST \
  --url https://api.usenaive.ai/v1/social/upload/file \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

multipart/form-data
file
file

Response

Uploaded.

The response is of type object.