Dino PDF

PDFDino

API Documentation

Learn how to integrate with our PDF processing API using simple HTTP requests.

Getting Started

Prerequisites

  1. Create an account and log into your dashboard.
  2. Navigate to the API tab in your user settings bottom left or click here Profile
  3. Click Create to generate your API key.
  4. Copy and securely store your API key (you won't see it again!)

⚠️ Important

Keep your API key secure and never expose it in client-side code. All requests must include your API key in the Authorization header.

Base URL

url
https://pdfdino.com/api/v1

Authentication

Include your API key in the Authorization header as a Bearer token:

http
Authorization: Bearer your_api_key_here