Sử dụng API chuyển đổi âm thanh, video và hình ảnh của chúng tôi miễn phí!

api_subheading

...

Tài liệu

documentation_info

248
API conversion requests (29d)
20
Anonymous API client cohorts (29d)
MIDI -> PDF
Most-used API pair (29d)

Độ tin cậy API cao

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
MIDI -> PDF 57 100% 0% 1s 15d
MUSICXML -> MIDI 42 84% 16% 1s 11d
MIDI -> MUSICXML 27 100% 0% 3s 17d
MUSICXML -> PDF 25 47.8% 52.2% 1s 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"

Hỗ trợ các câu trả lời đăng ký

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"
  }
}

Một kế hoạch API, không có hassle

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

Các câu hỏi khác?

further_questions_info

dashboard