cURL
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>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 2083
Successful Response
Was this page helpful?