Skip to main content
POST
/
v3
/
batches
Add Batch
curl --request POST \
  --url http://localhost/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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
entity_type
string
required
import_job_id
integer | null

Response

data
object
required