https://dwyt.appBuild downloads with DWYT
The DWYT code samples document the future request sequence. Production calls remain closed until the video client is reviewed and operator-assigned credentials are enabled.
クイックスタート
DWYT's format map reviews support-activated credentials for API host. It shows an assigned tenant endpoint next and does not obscure a server-only call path.
X-API-Key: pending_activation_…DwytFlowv1# Available only after support activation
export DWYT_FLOW_SECRET="issued-after-review"
curl -X POST https://dwyt.app/v1/resolve \
-H "X-API-Key: $DWYT_FLOW_SECRET" \
-H "Content-Type: application/json" \
-d '{"public_media":"https://www.youtube.com/watch?v=VIDEO_ID"}'For Credential safety, DWYT begins with server-side secret storage. Its format map pairs that with no client bundle embedding and ends with no public logs or repositories.
リンクを解決する
DWYT's format map reviews source detection for Resolve operation. It shows formats from one submitted URL next and does not obscure no invented outputs.
/v1/resolve範囲:解決| フィールド | タイプ | 必須 | 説明 |
|---|---|---|---|
public_media | HTTPS URL | はい | 分析する公開または認可されたメディアページ。 |
tenant | 文字列 | いいえ | 割り当てられたテナント ドメイン 通常は省略されます。 |
{
"success": true,
"platform": "youtube",
"title": "Example video",
"formats": [
{"id":"18","type":"video","quality":"360p","container":"mp4"}
],
"cached": false
}For Format identifier, DWYT begins with the returned value unchanged. Its format map pairs that with per-link availability and ends with no guessed quality label.
ダウンロードジョブを作成して追跡する
For Job creation, DWYT checks asynchronous preparation before a short HTTP request. This format map also makes bounded worker execution clear.
/v1/jobs範囲:仕事| フィールド | タイプ | 必須 | 説明 |
|---|---|---|---|
public_media | HTTPS URL | はい | 解決するために提出された同じ正規化されたソース。 |
rendition_key | 文字列 | はい | 解決応答からの正確な ID。 |
tenant | 文字列 | いいえ | 割り当てられたテナント ドメイン 通常は省略されます。 |
curl -X POST https://dwyt.app/v1/jobs \
-H "X-API-Key: $DWYT_FLOW_SECRET" \
-H "Content-Type: application/json" \
-d '{"public_media":"https://www.youtube.com/watch?v=VIDEO_ID","rendition_key":"18"}'flow_id.GET /v1/jobs/{flow_id} with the same key.| ステータス | 意味 | クライアントアクション |
|---|---|---|
queued | 制限付きキューに受け入れられました。 | バックオフで再度ポールします。 |
extracting | ソースメタデータまたはルートを更新しています。 | 投票を続けてください。 |
processing | ダウンロード、リマスタリングまたはマージ。 | サーバの進<0xE6><0x8D><0x97>を表示します。 |
ready | 署名付きダウンロードが利用可能です。 | URL をユーザーに送信します。 |
failed | ターミナル構造化エラー。 | Read error_code. Retry only when advised. |
expired | 一時的な出力は削除された。 | 新しいジョブを作成します。 |
curl https://dwyt.app/v1/jobs/FLOW_ID \
-H "X-API-Key: $DWYT_FLOW_SECRET"Job polling begins with one-second initial wait on DWYT. This format map then presents capped backoff. The final fact is temporary signed delivery.
予測可能な誤り
DWYT handles Error contract by first identifying one non-2xx envelope. It follows with a support request ID and keeps predictable client handling in view.
{
"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 | キュー/容量または上流が一時的に利用できません。 | 指数関数的なバックオフとジッターで再試行します。 |
運用契約
DWYT reviews the integration before choosing quotas that protect both the video client and upstream services.
- idempotent アプリケーションロジックを使用し、同じユーザークリックに対して重複ジョブを開始しないでください。
- キャッシュはメタデータを簡単に解決しますが、署名されたダウンロード URL は常に有効期限切れとみなします。
- Use bounded exponential backoff with jitter for
429,503and retryable errors. - パブリックメディアまたはアクセス権限があるメディアのみを処理します。DRMやアクセス制御はバイパスされません。
- リクエスト ID とジョブ ID をプライベートの操作ログに保持します。送信された URL を不必要にログに記録しないでください。
DWYT's format map reviews activation before exploration for Schema access. It shows assigned authentication next and does not obscure documented request shapes.
Activate through support
Explain the application behind the request, its monthly traffic estimate and the video services it will use. DWYT reviews those details, assigns the necessary API permissions and retains no recoverable key value.
Request activation キーはテナントスコープであり、撤回可能であり、コンタクトフォームを通じて発行されます。 匿名スクリプトはダウンロードアーの作業を実行できません。