Skip to main content
POST

Process Flow

  1. Validates the API key and gets account_id
  2. Generates a batch_id
  3. Creates a batch record in database
  4. Queues the processing task
  5. Returns the batch_id for tracking

Authorizations

Authorization
string
header
required

Enter your API key

Body

application/json
tickets
TicketData · object[]
required
schema_id
integer | null

Response

Successful Response

batch_id
string<uuid>
required
total_tickets
integer
required
processed_tickets
integer
required
failed_tickets
integer
required
status
string
default:pending
results
QAResult · object[] | null
errors
Errors · object | null