W3builders
AOP API

AOP API/Client Portal

Download Document PDF (Public)

GET/portal/documents/{token}/pdf
no auth

Download the document PDF by public token.

Endpoint

GEThttps://api.w3builders.com/v1/portal/documents/{token}/pdf

Response parameters

Download Document PDF (Public)
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.

Was this page helpful?