Skip to main content
POST
/
v1
/
orgs
/
custom-data
Upload Custom Data
curl --request POST \
  --url https://api.pulze.ai/v1/orgs/custom-data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'files=<string>' \
  --form 'urls=<string>' \
  --form files.0.items='@example-file'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
files
file[] | null
urls
string<uri>[] | null
Required string length: 1 - 2083

Response

Successful Response