Eranol LogoEranol
BlogCommunityDocumentationPricingSign In

General

OverviewGet Started

Universal

Add IntroAdd OutroAudio to VideoBackground AudioCaptions ApiComposeConcatConvert a video file to MP4Convert Audio to Mp3Convert Audio to wavConvert to JPGConvert to WebMConvert to WebPDenoiseExtract audio track from a videoExtract images from a videoGenerate a GIF from a videoHighlightsImageMergeNotifyOverlayProgress BarReframeRemove SilenceThumbnailTikTokTrimVerifyWatermarkZoom

General

DeleteImage StatusStatusTikTok StatusFFmpeg Results

Need help?

Contact Support
API Documentation

API Reference

Access powerful APIs through our unified platform. Simple authentication, transparent pricing, and comprehensive documentation.

Important: File Retention Policy

All files hosted on our servers are automatically deleted after 24 hours. Please ensure you download your generated files within this timeframe.

Secure

Enterprise-grade security with API key authentication

Fast

Low-latency proxy with global edge network

Reliable

99.9% uptime SLA with automatic failover

Get Started

Authentication

All API requests require authentication using your API key. Include your key in the request header:

bash
curl https://eranol.com/api/v1/endpoint \
  -H "x-api-key: YOUR_API_KEY"

Verify API Key

You can verify that your API key is valid and check your account details by calling the verify endpoint:

bash
curl https://eranol.com/api/v1/verify \
  -H "x-api-key: YOUR_API_KEY"

Response:

json
{
  "valid": true,
  "account": {
    "id": "your-account-id",
    "name": "Your Account Name",
    "credits": 1500
  }
}

Rate Limits

Rate limits vary by plan. Check your current usage in the dashboard. Rate limit headers are included in all responses:

http
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1640995200

Choose an API from the sidebar

Select any API on the left to view its full documentation, parameters, and example requests.