Skip to main content
GET
/
order
/
{request_id}
/
{filename}
Get processed file
curl --request GET \
  --url https://start.aiotic.ai/order/{request_id}/{filename} \
  --header 'X-API-Key: <api-key>'
"<string>"

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

filename
string
required

Name of the file to retrieve

Response

File content returned

The response is of type file.