Skip to content

Download a file

GET
/api/nova/files/{fileId}/download

Streams the raw contents of the document identified by the fileId path parameter as an attachment, with the original filename in the Content-Disposition header. Unlike the other endpoints the body is the file itself, not a JSON envelope. To hand the document to a person or a browser instead of receiving the bytes, use GET /api/nova/files/{fileId}/link, which returns a short-lived direct URL. Returns 404 when the file does not exist in the account or its contents are still pending upload, 401 for an invalid API key and 429 when rate limited.

Authorizations

privateApiKey
Type
API Key (query: apiKey)

Parameters

Path Parameters

fileId*

fileId

Type
string
Required

Query Parameters

apiKey*

apiKey

Type
string
Required

Responses

OK

*/*
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Recruitly — Recruitment CRM for Agencies