Path parameters
-
upload_id parameter
GET /uploads/{upload_id}
curl \
-X GET https://api.arta.io/uploads/{upload_id} \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"created_at": "2021-10-27T16:48:38.657228",
"document_type": "other",
"document_type_label": "Inventory List",
"download_url": "https://api.arta.io/downloads/kikhAFZ565BzbGooRqLZl",
"file_name": "inventory_list_27148_16.pdf",
"id": 1942,
"mime_type": "application/pdf",
"size": 58550,
"status": "processed"
}
Response examples (404)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"errors": {
"detail": "string"
}
}