Skip to main content
POST
/
api
/
v1
/
tasks
/
{uuid}
/
queue
Queue a task for execution
curl --request POST \
  --url https://{subdomain}.mindhunters.ai/api/v1/tasks/{uuid}/queue \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Task UUID

Response

Task queued successfully