Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.{tenant}.getomneo.com/api/v3/batches \ --header 'Content-Type: application/json' \ --data ' { "entity_type": "<string>", "import_job_id": 123 } '
{ "data": { "batch_id": "<string>", "entity_type": "<string>", "import_job_id": "<string>" } }
A POST to the /batches endpoint allows your application to create an empty batch for an import job.
POST
/batches
Show child attributes