curl --request GET \
--url https://api.posta.co/letters/{id}/download \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"errors": {}
}Returns a redirect (302) to the rendered PDF.
curl --request GET \
--url https://api.posta.co/letters/{id}/download \
--header 'X-Api-Key: <api-key>'{
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"errors": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.posta.co/llms.txt
Use this file to discover all available pages before exploring further.