api_heading

api_subheading

...

documentation

documentation_info

5.4K
API conversion requests (14d)
956
Anonymous API client cohorts (14d)
MP4 -> MP3
Most-used API pair (14d)

High-volume API pair reliability

Recent anonymous API rollups by supported source and target format, including request volume, success rate, error rate, and average conversion runtime.

Pair Requests Success Errors Avg runtime Window
MP4 -> MP3 920 100% 0% 1612m 35s 13d
MP4 -> MP4 649 88.8% 11.2% 2476m 50s 13d
HEIC -> JPG 407 77.4% 22.6% 1558m 26s 8d
AVI -> MP4 325 92.9% 7.1% 139m 18s 11d

Tiêu đề nhãn ứng dụng khách tùy chọn

For anonymous API requests, send X-Convertr-Client-Label with a stable non-PII label such as your app, workspace, or environment name. Convertr normalizes and hashes up to 80 characters before storing telemetry, keeps only the hash bucket in retained conversion rows and anonymous API rollups, and never stores the raw header value.

curl -X POST https://convertr.org/api/convert \
  -H "X-Convertr-Client-Label: acme-mobile-production" \
  -F "[email protected]" \
  -F "input_format=mp4" \
  -F "output_format=mp3"

Đăng ký ứng dụng khách API

Tạo mã thông báo từ cùng nhãn ứng dụng khách ổn định mà bạn dùng cho các yêu cầu ẩn danh. Chuyển đổi ẩn danh vẫn khả dụng với cùng giới hạn tải lên 1 GB.

curl -X POST https://convertr.org/api/client-registrations \
  -H "X-Convertr-Client-Label: acme-mobile-production" \
  -H "Accept: application/json" \
  -d "name=Acme Mobile" \
  -d "[email protected]" \
  -d "password=secret-password" \
  -d "password_confirmation=secret-password"

Registration response support fields

The registration response includes the hashed anonymous_api_client_cohort for your label. Include that value and the affected pair, such as HEIC -> JPG, when contacting support so we can inspect the matching rollups and failures.

{
  "message": "API client registered. Use the returned bearer token with /api/convert.",
  "user": {
    "anonymous_api_client_cohort": "cohort_0123abcd4567ef89"
  },
  "token": {
    "type": "Bearer",
    "plain_text_token": "1|..."
  },
  "anonymous_access": {
    "available": true,
    "upload_limit": "1 GB"
  }
}

one_api_plan

Easy pricing means no surprises.

standard
0,002/conversion_minute
  • free_image_conversions
  • support_email_twitter
  • video_processing_tasks
  • audio_processing_tasks
  • image_processing_tasks
customized

customized_plan_info

what_conversion_minute

what_conversion_minute_info

which_payment_methods

which_payment_methods_info

out_of_balance

out_of_balance_info

full_minute

full_minute_info

get_started

further_questions

further_questions_info

dashboard