POST
/
files
Upload Files
curl --request POST \
  --url https://ronika-api.induced.ai/v1/files \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>'
{
  "ids": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Body

multipart/form-data
files
file[]

The files to upload.

Required array length: 1 - 5 elements

Response

200 - application/json

Upload success response

ids
string[]

The unique identifiers of the uploaded files. You can use these IDs to associate files with tasks.