Blimpz.io
  1. html-to-pdf
Blimpz.io
  • Getting Started
    • Welcome
    • Base URL
    • Authorization
    • Document format
    • Rate limits
    • Sandbox
  • Services
    • html-to-pdf
      • Getting Started
      • Convert html to PDF
        POST
  • Account
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. html-to-pdf

Convert html to PDF

Developing
POST
/v1/html-to-pdf/convert

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json

Example
{
    "html": "string",
    "size": "string",
    "width": "string",
    "height": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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

🟢200Success
application/json
Body

Example
{}
Modified at 2024-11-05 10:53:11
Previous
Getting Started
Next
Pet
Built with