Back to Documentation
Integration Guides
Connect SuperConverter to your favorite automation platforms and build powerful file conversion workflows.
n8n Integration
Self-hosted workflow automation. Use HTTP Request nodes with our OpenAPI spec.
View guideZapier Integration
Connect 5000+ apps. Use Webhooks by Zapier to call our API.
View guideMake (Integromat) Integration
Visual automation platform. Use HTTP modules with our endpoints.
View guideOpenAPI 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 Dashboard2. 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.jpg3. 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