Skip to main content
GET
/
reports
/
{id}
/
download
Get download URL for a report
curl --request GET \
  --url https://api.artu.ai/reports/{id}/download \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Environment: <api-key>'
{
  "url": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z",
  "filename": "<string>",
  "contentType": "<string>",
  "size": 0
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the dashboard.

X-Environment
string
header
required

Target environment for the request. Must be "test" or "live".

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

url
string<uri>
required

URL

expiresAt
string<date-time>
required

Expires At

filename
string
required

Filename

contentType
string
required

Content Type

size
integer
required

Size

Required range: -9007199254740991 < x <= 9007199254740991