API Playground

POST/api/v1/rename

Upload a file and get an AI-suggested filename based on its content

Free account includes 50 credits

Drop file or click to upload

PDF or image, max 25MB

Ctrl + Enter

Response

Example Response

Send a request to see real results

200
OK
{
  "status": "success",
  "originalFilename": "scan_001.pdf",
  "suggestedFilename": "2024-01-15_Acme_Corp_Invoice_INV-2024-0042.pdf",
  "folderPath": "2024/Acme_Corp",
  "extractedInfo": {
    "date": "2024-01-15",
    "issuer": "Acme Corp",
    "invoice_number": "INV-2024-0042",
    "document_type": "invoice"
  },
  "organizationStrategy": "by_date_issuer"
}
Endpoint:/api/v1/rename