POST
/
api
/
v1
/
add
{
  "success": true,
  "queueId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Body

application/json

Response

200 - application/json

Data queued for ingestion

The response is of type object.