Skip to main content
POST
/
v3
/
imports
/
{import}
/
jobs
/
batch.json
Batch Import Jobs
curl --request POST \
  --url http://localhost/api/v3/imports/{import}/jobs/batch.json \
  --header 'Content-Type: application/json' \
  --data '
{
  "jobs": [
    {
      "status": "SUCCESS",
      "handler": "<string>",
      "data": [
        "<string>"
      ],
      "result": [
        "<string>"
      ]
    }
  ]
}
'
{
  "message": "<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.

Path Parameters

import
integer
required

The import ID

Body

application/json
jobs
object[]
required
Minimum array length: 1

Response

message
string
required
Allowed value: "Queued for processing."