Setting up

Before you can use the API, you need to create an account and get an API key.

Show me the code

Insert your API key and make your first API call.

curl -X POST 'https://api.vortexpdf.com/v1/pdf' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"text": "Hello, world!"}'