ChargedAPI

API Tester

Test ChargedAPI endpoints interactively

Request

Click to select file

Response

// Response will appear here
curl -X POST "https://api.chargedapi.com/convert?format=pdf" \
  -H "X-API-Key: your_api_key" \
  -F "file=@document.docx"

Quick Examples