Preview only — activation required

Build downloads with QuickT

QuickT documents how a mobile client would communicate with the service. It cannot submit production work until support approves the design and enables scoped access.

QuicktRouteJSON عبر HTTPSوظائف غير متزامنةوثائق التفويض المحددة النطاق
01

البداية السريعة

For API host, QuickT checks support-activated credentials before an assigned tenant endpoint. This device-ready view also makes a server-only call path clear.

عنوان URL المستأجرhttps://quickt.io
التوثيقX-API-Key: pending_activation_…
نبذة عن العميلQuicktRoute
إصدار APIv1
# Available only after support activation
export QUICKT_ROUTE_TOKEN="issued-after-review"

curl -X POST https://quickt.io/v1/resolve \
  -H "X-API-Key: $QUICKT_ROUTE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"route_source":"https://www.youtube.com/watch?v=VIDEO_ID"}'

QuickT organizes Credential safety around server-side secret storage. Its device-ready view compares no client bundle embedding. No public logs or repositories remains the final check.

02

حل رابط

For Resolve operation, QuickT checks source detection before formats from one submitted URL. This device-ready view also makes no invented outputs clear.

الوظائف/v1/resolveالنطاق: حل
الميداننوع المشروعالمطلوبوصف المشروع
route_sourceعنوان URL HTTPSنعمصفحة وسائل الإعلام العامة أو المأذون بها لتحليل.
tenantسلسلةلانطاق المستأجر المخصص.عادة ما يتم حذفه.
{
  "success": true,
  "platform": "youtube",
  "title": "Example video",
  "formats": [
    {"id":"18","type":"video","quality":"360p","container":"mp4"}
  ],
  "cached": false
}

QuickT organizes Format identifier around the returned value unchanged. Its device-ready view compares per-link availability. No guessed quality label remains the final check.

03

إنشاء ومتابعة عمل التنزيل

To explain Job creation, QuickT separates asynchronous preparation from a short HTTP request. A device-ready view gives bounded worker execution its own place.

الوظائف/v1/jobsالنطاق: الوظائف
الميداننوع المشروعالمطلوبوصف المشروع
route_sourceعنوان URL HTTPSنعمنفس المصدر المُطّبيع المقدم لحلّ.
route_formatسلسلةنعممعرف دقيق من استجابة الحل.
tenantسلسلةلانطاق المستأجر المخصص.عادة ما يتم حذفه.
curl -X POST https://quickt.io/v1/jobs \
  -H "X-API-Key: $QUICKT_ROUTE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"route_source":"https://www.youtube.com/watch?v=VIDEO_ID","route_format":"18"}'
1202 مقبولةSave route_job.
2حالة الاستفتاءGET /v1/jobs/{route_job} with the same key.
3جاهزافتح عنوان URL للتنزيل الموقّع.
ألف - الحالةالمعنىإجراءات العملاء
queuedتم القبول في الطابور المحدود.استطلاع رأي مرة أخرى مع التراجع.
extractingتحديث البيانات الوصفية المصدر أو الطريق.واصلوا التصويت.
processingالتنزيل أو إعادة المزج أو الدمج.عرض تقدم الخادم.
readyتحميل موقع متاح.أرسل عنوان URL إلى المستخدم.
failedخطأ مهيكلة المحطة الطرفية.Read error_code. Retry only when advised.
expiredأزيل الناتج المؤقت.إنشاء وظيفة جديدة.
curl https://quickt.io/v1/jobs/ROUTE_JOB \
  -H "X-API-Key: $QUICKT_ROUTE_TOKEN"

One-second initial wait is the starting point for Job polling on QuickT. A device-ready view then presents capped backoff and explains temporary signed delivery.

04

الأخطاء المتوقعة

For Error contract, QuickT begins with one non-2xx envelope. Its device-ready view pairs that with a support request ID and ends with predictable client handling.

{
  "success": false,
  "error": {
    "code": "RATE_LIMITED",
    "category": "rate_limited",
    "message": "Too many requests. Please try again shortly.",
    "retryable": true,
    "details": {"retry_after_seconds": 20}
  },
  "request_id": "…"
}
بروتوكول نقل الملفات السريعالمعنى النموذجيالإجراء
400عنوان URL غير صحيح أو جسم أو تنسيق غير متاح.تصحيح الطلب.حل مرة أخرى للأشكال.
401مفتاح مفقود أو غير صالح أو منتهية الصلاحية أو ذات نطاق خاطئ.تحقق من وثائق الاعتماد على جانب الخادم.
403رفضت سياسة المستأجر أو المصدر الطلب.لا تتجاوز السياسة اتصل بالدعم.
404وظيفة غير معروفة أو منتهية الصلاحية.قم بإنشاء وظيفة جديدة إذا كان ذلك مناسبًا.
429طلب أو حد الوظائف النشطة تم الوصول إليه.Honor retry_after_seconds.
503الطابور / السعة أو أعلى المسار غير متاح مؤقتًا.حاول مرة أخرى مع التراجع الأسي والتذبذب.
05

عقد التشغيل

QuickT chooses mobile-client limits during approval so creator networks and the API remain responsive.

For Schema access, QuickT checks activation before exploration before assigned authentication. This device-ready view also makes documented request shapes clear.

الوصول الذي يستعرضه المشغل

Activate through support

Describe the mobile experience, its traffic expectation and the creator networks it needs. QuickT uses that information to assign analysis and queue permissions before revealing the secret once.

Request activation المفاتيح هي مستأجر نطاق، قابل للإلغاء وإصدارها من خلال نموذج الاتصال لا يمكن للنصوص المجهولة تنفيذ عمل المُحمّل.