Back to Documentation

Integration Guides

Connect SuperConverter to your favorite automation platforms and build powerful file conversion workflows.

OpenAPI Specification

Import our OpenAPI 3.0 spec into any tool that supports it (Postman, Insomnia, etc.)

Quick Start

1. Get your API key

Create a free account and generate an API key from your dashboard.

Go to Dashboard

2. Make your first request

Test the API with a simple cURL command:

curl -X POST https://api.superconverter.io/v1/heic-to-jpg \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "[email protected]" \
  -o converted.jpg

3. Integrate with your workflow

Choose your platform above and follow the step-by-step guide to set up automated file conversions.

API Base URL: https://api.superconverter.io