Skip to main content
POST
/
order
/
retry
/
{request_id}
Retry order processing
curl --request POST \
  --url https://start.aiotic.ai/order/retry/{request_id} \
  --header 'X-API-Key: <api-key>'
{
  "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Required on all endpoints except /healthcheck. Customer and product endpoints also accept a customer-specific API key.

Path Parameters

request_id
string<uuid>
required

UUID of the order request

Response

Retry queued successfully

request_id
string<uuid>
required

Unique identifier for the uploaded document