Skip to main content
POST
/
v1
/
ai
/
analyze
/
batch
Batch Analyze
curl --request POST \
  --url https://api.example.com/v1/ai/analyze/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "issue_ids": [
    "<string>"
  ]
}
'
{
  "job_id": "<string>",
  "count": 123,
  "status": "queued"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
issue_ids
string[]
required
Required array length: 1 - 50 elements

Response

Successful Response

job_id
string
required
count
integer
required
status
string
default:queued