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

Authorizations

x-api-key
string
header
required

Body

multipart/form-data
files
file[]

The files to upload.

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.