Skip to main content
GET
/
v1
/
estimates
/
{estimateId}
/
pdf
Download estimate PDF
curl --request GET \
  --url https://api.infinity.swiss/v1/estimates/{estimateId}/pdf \
  --header 'x-api-token: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.infinity.swiss/llms.txt

Use this file to discover all available pages before exploring further.

The response body is the raw PDF binary. The Content-Disposition header includes a suggested filename based on the estimate number.

Authorizations

x-api-token
string
header
required

API token for authentication. Obtain from your Infinity account settings.

Path Parameters

estimateId
string
required

The id of the estimate to render.

Response

The estimate PDF.

The response is of type file.