AimableDocs
DocsAPI Reference
GET/v1/files/{source_id}/rendered-pdf

Get File Rendered Pdf

Serve a PDF rendition of a .docx so the PDF viewer can display it.

Path Parameters

NameTypeRequiredDescription
source_idstringRequired

Query Parameters

NameTypeRequiredDescription
collection_idstringOptional

Headers

NameTypeRequiredDescription
X-API-KeystringOptional

Request

curl -X GET '/api-proxy/v1/files/{source_id}/rendered-pdf' \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

200

No response body documented

Error Responses