AI Image to PDFAPI

Convert 1–20 images into a single downloadable PDF document. Each image becomes its own page. Supports JPEG, PNG, WEBP, GIF and more.

productivityFreev1.0.0

Endpoint

POST https://backend.aaddyy.com/api/ai/image-to-pdf

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

imagesfilerequired

Example Request

curl -X POST https://backend.aaddyy.com/api/ai/image-to-pdf \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "images": "example_images"
  }'

Request Body

{
  "images": "example_images"
}

Example Response

{
  "success": true,
  "message": "AI Image to PDF completed successfully",
  "timestamp": "2026-04-01T22:23:52.583Z",
  "requestId": "req_ukjequwxx",
  "data": {
    "cost": 0.05,
    "remainingCredits": 9.95,
    "images": [
      {
        "url": "https://example.com/generated-image-xyz.png",
        "size": "1024x1024",
        "format": "png"
      }
    ],
    "numImages": 1
  }
}

SDK

import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/image-to-pdf', {
  "images": "example_images"
})

Install: npm install aaddyy

Pricing

Free per request

Rate Limits

20 requests per 1m

Burst: 5