CameleonPDF

FREEMIUM
By mare | Updated 24 дня назад | Video, Images
Health Check

N/A

Back to All Tutorials (1)

example curl command for all api

pdf2html
curl --location --request POST ‘https://cameleonpdf.p.rapidapi.com/pdf2html/p
–header ‘content-type: application/pdf’
–header ‘X-RapidAPI-Key: yourkey’
–data-binary ‘@file.pdf’

pdf2image
curl --location --request POST ‘https://cameleonpdf.p.rapidapi.com/pdf2image/p
–header ‘content-type: application/pdf’
–header ‘X-RapidAPI-Key: yourkey’
–data-binary ‘@file.pdf’

html2pdf
curl --location --request POST ‘https://cameleonpdf.p.rapidapi.com/html2pdf/p
–header ‘X-RapidAPI-Key: yourkey’
–header ‘content-type: text/html’
–data-binary ‘@file.html’

url2pdf
curl --location --request POST ‘https://cameleonpdf.p.rapidapi.com/url2pdf/p?url=https://www.google.com
–header ‘X-RapidAPI-Key: yourkey’