ChargedAPI | Docs

API Documentation

Convert documents, manipulate PDFs, process images, and extract data with our powerful REST API. Code examples in 7 languages.

Base URL: https://api.chargedapi.com
New to ChargedAPI? Get started in 2 minutes with our quick start guide.

Showing 0 of 0 endpoints

ANY PDF
SDK

File to PDF API

Convert almost any file to PDF format.

1 credit
DOCX PDF
SDK

DOCX to PDF API

Convert Word documents to PDF.

1 credit
HTML PDF
SDK

HTML to PDF API

Convert HTML to PDF using Chrome.

1 credit
OFFICE PDF
SDK

Office to PDF API

Convert Office docs with PDF/A support.

1 credit
PDF DOCX
SDK

PDF to DOCX API

Convert PDFs to editable Word docs.

1 credit
PDF JPG
SDK

PDF to JPG API

Convert PDF pages to images.

1 credit
PDF COMPRESS
SDK

Compress PDF API

Reduce PDF size up to 90%.

1 credit
PDF MERGE
SDK

Merge PDF API

Combine multiple PDFs into one.

1 credit
PDF SPLIT
SDK

Split PDF API

Split PDF by page ranges.

1 credit
PDF ROTATE
SDK

Rotate PDF API

Rotate PDF pages 90/180/270.

1 credit
PDF OCR
SDK

PDF OCR API

Add searchable text to scanned PDFs.

1 credit
PDF WATERMARK
SDK

Watermark PDF API

Add text or image watermarks.

1 credit
PDF PROTECT
SDK

Protect PDF API

Password protect PDFs.

1 credit
URL PDF
SDK

URL to PDF API

Convert any webpage to PDF.

1 credit
IMAGE RESIZE
SDK

Resize Image API

Resize images to any dimension.

1 credit
IMAGE COMPRESS
SDK

Compress Image API

Reduce image file size.

1 credit
IMAGE CONVERT
SDK

Convert Image API

Convert PNG, JPG, WebP, GIF, etc.

1 credit
IMAGE CROP
SDK

Crop Image API

Crop images to specific regions.

1 credit
IMAGE ROTATE
SDK

Rotate Image API

Rotate images by any degree.

1 credit
IMAGE FLIP
SDK

Flip Image API

Flip horizontally or vertically.

1 credit
IMAGE GRAYSCALE
SDK

Grayscale Image API

Convert color to grayscale.

1 credit
IMAGE AI
SDK

Remove Background API

AI-powered background removal.

1 credit
PDF AI REDACT
SDK

Smart Redact API

AI-powered PII detection & redaction.

1 credit
URL SCREENSHOT
SDK

URL Screenshot API

Capture website screenshots.

1 credit
DATA CERTIFICATE
SDK

Generate Certificate API

Create professional PDF certificates.

1 credit
DATA BARCODE
SDK

Generate Barcode API

Create Code128, EAN, UPC barcodes.

1 credit
DATA QR CODE
SDK

Generate QR Code API

Create QR codes with custom colors.

1 credit
DATA INVOICE
SDK

Generate Invoice API

Create professional PDF invoices.

1 credit
PDF INVOICE
SDK

Extract Invoice API

AI invoice data extraction to JSON.

1 credit
IMAGE RECEIPT
SDK

Extract Receipt API

AI receipt data extraction to JSON.

1 credit
PDF RESUME
SDK

Extract Resume API

AI resume/CV parsing to JSON.

1 credit
PDF CONTRACT
SDK

Extract Contract API

AI contract data extraction to JSON.

1 credit

API Endpoint

POST /convert 1 credit


            

Quick Start Guide

1. Get Your API Key

Sign up at chargedapi.com and get your free API key from the dashboard.

2. Make Your First Request

curl -X POST "https://api.chargedapi.com/convert?format=pdf" \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "file=@document.docx" \
  --output result.pdf

3. Check Your Usage

curl -H "X-API-Key: YOUR_API_KEY" \
  https://api.chargedapi.com/usage

Tip

Start with 50 free credits per month. Upgrade anytime for more capacity.