CONVERTCRAFT V3.0: अगली पीढ़ी

प्रीमियम निजी शुद्ध प्रदर्शन।

हमारे ब्रांड-न्यू V3.0 इंजन के साथ सब-2s प्रसंस्करण गति का अनुभव करें। हमने आपको एक प्राइम एक्सपीरियंस देने के लिए सब कुछ पुनर्निर्माण किया है जहां आपकी फाइलें कभी भी आपके डिवाइस को नहीं छोड़ती हैं।

क्यों हम अलग हैं:

  • प्रमाणन: WASM प्रत्येक रूपांतरण आपके हार्डवेयर पर स्थानीय रूप से चलता है।
  • पूर्ण गोपनीयता: आपकी फ़ाइलें आपकी हैं। कोई बादल, कोई ट्रैकिंग, कोई समझौता नहीं।
  • आपके लिए निर्मित: हमने इस प्लेटफॉर्म को पूरी तरह से वैश्विक निर्माता समुदाय के लिए आउट-ऑफ-पॉकेट बनाया है।

KEEP the Mission Alive: 🛡️

इस पैमाने पर इस बुनियादी ढांचे को चलाना गंभीर धन की लागत है। हम आपके डेटा को नहीं बेचते हैं और हम कष्टप्रद विज्ञापन नहीं चलाते हैं। हम आपके जैसे उपयोगकर्ताओं पर पूरी तरह भरोसा करते हैं।

यदि आप समय बचाते हैं या आज अपने डेटा को सुरक्षित रखने में मदद करते हैं, तो हमें इसे हर किसी के लिए स्वतंत्र और निजी रखने में मदद करते हैं। ConvertCraft

[गति: तुरंत][स्विच: <100ms][लोड: <2 सेकंड ]गोपनीयता: 100%सभी सिस्टम ठीक हैं

❤️ हमारे मिशन / दान का समर्थन करें

💎मिशन का समर्थन करें ($4.99/महीना)☕ एकमुश्त दान

हर डॉलर 1,000 उपयोगकर्ताओं को निजी रखता है।

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.