Skip to main content
POST
Upload multiple files

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Body

application/json
files
object[]
user_id
string

The user ID associated with the files. Required if project_id is not provided.

project_id
string

The project ID associated with the files. Required if user_id is not provided.

Response

All files uploaded successfully

success
boolean
uploaded_files
string[]

Array of uploaded file names.