Convert html to PDF
Developing
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Body Params application/json
{
"html": "string",
"size": "string",
"width": "string",
"height": "string"
}
Request Code Samples
curl --location --request POST '/v1/html-to-pdf/convert' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"html": "string",
"size": "string",
"width": "string",
"height": "string"
}'
Responses
application/json Modified at 2024-11-05 10:53:11