Skip to main content
POST
/
audiences
/
exportPDF
Export PDF
curl --request POST \
  --url https://api.kameleoon.com/audiences/exportPDF \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "urlToExport": "<string>"
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cookies

access-token
string
required
expiration-access
string
required

Body

application/json
urlToExport
string
required

Url to be export as PDF

Response

OK

The response is of type file.