csv-x.com

csv-x.com API

✓ Free Tier Available

Integrate csv-x.com's data processing tools into your application. RESTful API with JSON responses, generous rate limits, and no API key required for basic usage.

Quick Start

curl -X POST https://api.csv-x.ai/v1/process \
  -H "Content-Type: multipart/form-data" \
  -F "[email protected]" \
  -F "action=summarize"

Base URL

https://api.pdf0.ai/v1

Authentication

No API key required for the free tier (20 requests/minute). For higher limits, include your API key in the header:

Authorization: Bearer YOUR_API_KEY

Endpoints

POST /v1/process

Process a file with the specified action.

fileFile The file to process (multipart upload)
actionString Processing action (summarize, translate, convert, etc.)
optionsJSON Optional parameters specific to the action
GET /v1/health

Check API health and available tools.

GET /v1/tools

List all available processing tools and their parameters.

Rate Limits

TierRateFile SizeCost
Free20 req/min25MB$0
Pro100 req/min100MB$9/mo
EnterpriseUnlimited500MBContact us

Response Format

{
  "status": "success",
  "data": {
    "result": "...",
    "processingTime": 1.23,
    "fileSize": 45678
  }
}

Error Codes

CodeDescription
400Bad Request — Invalid parameters
413File Too Large — Exceeds size limit
429Too Many Requests — Rate limit exceeded
500Server Error — Try again later

Start building with csv-x.com API

Free tier — no credit card required

Try Tools Online →