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

Response

200 - application/json

Upload success response

The response is of type object.