Learn how to integrate with our PDF processing API using simple HTTP requests.
Keep your API key secure and never expose it in client-side code. All requests must include your API key in the Authorization header.
https://pdfdino.com/api/v1Include your API key in the Authorization header as a Bearer token:
Authorization: Bearer your_api_key_here