Download Doc

Download a doc's content. Returns the raw doc bytes with appropriate Content-Type, Content-Disposition, and Content-Length headers. Doc metadata is included in custom response headers: X-Doc-Id, X-Doc-Name, X-Uploaded-At.

GET/api/v1/docs/{fileId}
X-API-Key<token>

Your Recall API key (personal or workspace). Generate one from the Recall dashboard under Settings > API Keys.

In: header

Path Parameters

fileId*string

The unique identifier of the doc.

Query Parameters

workspaceId*string

The unique identifier of the workspace.

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

application/json

curl -X GET \  "https://tryrecall.com/api/v1/docs/{fileId}?workspaceId=YOUR_WORKSPACE_ID" \  -H "X-API-Key: YOUR_API_KEY" \  -o downloaded-file.csv
"string"
{
  "error": "string",
  "details": [
    {}
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}