cURL
curl --request POST \ --url https://api.liquidindex.dev/upload/file \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'data={ "owner_id": "<string>" }'
{ "job_id": "1234567890", "status": "PENDING" }
Upload documents to be processed and indexed for semantic search
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Documents uploaded successfully
The response is of type object.
object