AOP API/Client Portal
/portal/documents/{token}/pdfDownload the document PDF by public token.
https://api.w3builders.com/v1/portal/documents/{token}/pdfcurl -X GET https://api.w3builders.com/v1/portal/documents/PORTAL_TOKEN/pdf
{"shape": "Binary PDF stream"}
This returns a binary PDF stream, not JSON — open the endpoint URL directly in your browser to test it.
curl -X GET https://api.w3builders.com/v1/portal/documents/PORTAL_TOKEN/pdf
{"shape": "Binary PDF stream"}
This returns a binary PDF stream, not JSON — open the endpoint URL directly in your browser to test it.