Skip to main content
POST
/
v1
/
ai
/
analyze
/
{issue_id}
Analyze Issue
curl --request POST \
  --url https://api.example.com/v1/ai/analyze/{issue_id} \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "<string>",
  "issue_id": "<string>",
  "status": "queued"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

issue_id
string
required

Response

Successful Response

job_id
string
required
issue_id
string
required
status
string
default:queued