CONVERTTRFT V3.0:下一代

Pre. 二等兵,请进 纯性能.

经验分2s处理速度与我们全新的V3.0引擎. 我们已经重建了一切 以给你一个Prime体验 你的文档永远不会离开你的设备。

为什么我们不同:

  • 布兰德0... 动力: WASM 每一个转换都在你的硬件上运行
  • 绝对隐私: 你的档案是你的 没有云,没有跟踪,没有妥协。
  • 为您所建: 我们为全球的创造者社区 做了一个完全自费的平台。

保持使命还活着: 🛡️

如此规模的基础设施的运行需要大量资金。 我们不卖你的数据 也不卖烦人的广告 我们只依靠像你这样的用户

如果...... 拯救你的时间或保存你的数据 今天,帮助我们保持它的自由 和隐私为每个人。 ConvertCraft

[速度:即时][开关:<100ms][ 加载:<2 秒 ]隐私:100%所有系统正常

❤️ 支持我们的任务/捐赠

💎 支持使命($4.99/月)☕ 一次性捐赠

每一美元就让1000个用户保持私人状态.

Base URL: https://api.convert-craft.com
OpenAPI spec: /openapi.yaml
RapidAPI: Subscribe on RapidAPI the fastest way to get started.
Need help? Join our Discord

Subscribe on RapidAPI and use RapidAPI's built-in code snippets. The examples below are copy/paste templates — replace YOUR_API_KEY and YOUR_PROXY_SECRET with the values shown in RapidAPI.

1) Health check (GET /status)

curl -s \
  -H "x-api-key: YOUR_API_KEY" \
  -H "x-rapidapi-proxy-secret: YOUR_PROXY_SECRET" \
  https://api.convert-craft.com/status

2) Simple JSON tool (POST /slugify)

curl -s -X POST \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "x-rapidapi-proxy-secret: YOUR_PROXY_SECRET" \
  -d '{"text":"Hello World!"}' \
  https://api.convert-craft.com/slugify

3) File tool example (POST /image-convert)

File endpoints download from the sourceUrl field. Use a direct URL that returns HTTP 200 (this API intentionally does not follow redirects).

curl -s -X POST \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "x-rapidapi-proxy-secret: YOUR_PROXY_SECRET" \
  -d '{"sourceUrl":"https://example.com/photo.png","outputFormat":"webp"}' \
  https://api.convert-craft.com/image-convert \
  --output photo.webp

The API provides endpoints grouped by conversion type:

  • Convert, resize, and optimize images (JPG, PNG, WebP, AVIF, HEIC, SVG, GIF, TIFF, BMP, ICO)
  • Convert, merge, split, compress, and rasterize PDFs
  • Convert between MP3, WAV, OGG, AAC, FLAC, M4A formats
  • Convert MP4, WebM, MKV, MOV, AVI, extract audio from video
  • Slugify, hash, encode/decode, and other text operations
  • Hashing, encoding, and cryptographic utilities
  • Health check, status, and API metadata

For the full list of endpoints with request/response schemas, see the OpenAPI spec.

  • Free tier: 10 requests per minute
  • Pro tier: 100 requests per minute
  • Enterprise: Custom limits available on request

Error Handling

All errors return JSON with a consistent structure:

{
  "error": "short_code",
  "message": "Human-readable description"
}

Common HTTP status codes:

  • 400Bad request (missing or invalid parameters)
  • 401Unauthorized (missing or invalid API key)
  • 403Forbidden (invalid proxy secret or insufficient permissions)
  • 429Rate limit exceeded
  • 500Internal server error

Support

For API questions, bug reports, or feature requests, email [email protected] or join our Discord community.