Preview only — activation required

Build downloads with EasyT

This EasyT reference is an implementation guide rather than an active anonymous endpoint. Production access begins only after support approves the client and assigns limits.

EasytWorkspaceJSON über HTTPSAsynchrone JobsAnmeldeinformationen mit Bereich
01

Schnellstart

API host begins with support-activated credentials on EasyT. This guided check then presents an assigned tenant endpoint. The final fact is a server-only call path.

Tenant-URLhttps://easyt.io
AuthentifizierungX-API-Key: pending_activation_…
Profil des KundenEasytWorkspace
API-Versionv1
# Available only after support activation
export EASYT_WORKSPACE_TOKEN="issued-after-review"

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

In EasyT, server-side secret storage comes first when explaining Credential safety. That guided check follows with no client bundle embedding and closes on no public logs or repositories.

02

Auflösen eines Links

Resolve operation begins with source detection on EasyT. This guided check then presents formats from one submitted URL. The final fact is no invented outputs.

Post/v1/resolveGeltungsbereich: resolve
FeldTypErforderlichBeschreibung
input_urlHTTPS-URLJaÖffentliche oder autorisierte Medienseite zu analysieren.
tenantZeichenfolgeNeinZugewiesene Mandantendomäne. Normalerweise weggelassen.
{
  "success": true,
  "platform": "youtube",
  "title": "Example video",
  "formats": [
    {"id":"18","type":"video","quality":"360p","container":"mp4"}
  ],
  "cached": false
}

In EasyT, the returned value unchanged comes first when explaining Format identifier. That guided check follows with per-link availability and closes on no guessed quality label.

03

Download-Auftrag erstellen und verfolgen

Asynchronous preparation is the starting point for Job creation on EasyT. A guided check then presents a short HTTP request and explains bounded worker execution.

Post/v1/jobsGeltungsbereich: Jobs
FeldTypErforderlichBeschreibung
input_urlHTTPS-URLJaDie gleiche normalisierte Quelle, die zur Auflösung eingereicht wurde.
stream_choiceZeichenfolgeJaEine genaue ID aus der Auflösungsantwort.
tenantZeichenfolgeNeinZugewiesene Mandantendomäne. Normalerweise weggelassen.
curl -X POST https://easyt.io/v1/jobs \
  -H "X-API-Key: $EASYT_WORKSPACE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"input_url":"https://www.youtube.com/watch?v=VIDEO_ID","stream_choice":"18"}'
1202 AkzeptiertSave workspace_job.
2UmfragestatusGET /v1/jobs/{workspace_job} with the same key.
3BereitÖffnen Sie die signierte Download-URL.
StatusBedeutungClient-Action
queuedIn die begrenzte Warteschlange aufgenommen.Abstimmung nochmal mit Rückzug.
extractingAktualisierung von Quellmetadaten oder Route.Fahren Sie mit dem Abstimmen fort.
processingHerunterladen, Remuxen oder Zusammenführen.Serverfortschritt anzeigen.
readySignierter Download ist verfügbar.Senden Sie die URL an den Benutzer.
failedTerminal strukturierter Fehler.Read error_code. Retry only when advised.
expiredTemporäre Ausgabe wurde entfernt.Erstellen Sie einen neuen Job.
curl https://easyt.io/v1/jobs/WORKSPACE_JOB \
  -H "X-API-Key: $EASYT_WORKSPACE_TOKEN"

For Job polling, EasyT begins with one-second initial wait. Its guided check pairs that with capped backoff and ends with temporary signed delivery.

04

Vorhersehbare Fehler

EasyT makes Error contract easy to scan. The page starts with one non-2xx envelope, moves to a support request ID, and clearly states 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": "…"
}
HTTPTypische BedeutungAction
400Ungültige URL, ungültiger Text oder unzugängliches Format.Korrigieren Sie die Anfrage. Lösen Sie erneut für Formate auf.
401Fehlender, ungültiger, abgelaufener oder falscher Schlüsselbereich.Überprüfen Sie die serverseitigen Anmeldeinformationen.
403Die Anforderung wurde von der Mandanten- oder Quellenrichtlinie abgelehnt.Umgehen Sie die Richtlinie nicht. Wenden Sie sich an den Support.
404Unbekannter oder abgelaufener Job.Erstellen Sie ggf. einen neuen Auftrag.
429Anfrage- oder Aktiv-Job-Limit erreicht.Honor retry_after_seconds.
503Warteschlange/Kapazität oder Upstream vorübergehend nicht verfügbar.Wiederholen Sie den Versuch mit exponentiellem Rückschlag und Jitter.
05

Betriebsvertrag

EasyT selects an operating allowance during review, balancing the application's needs with provider health.

Schema access begins with activation before exploration on EasyT. This guided check then presents assigned authentication. The final fact is documented request shapes.

VOM BETRIEBSERHALTER ÜBERPRÜFTER ZUGANG

Activate through support

Include the client purpose, expected monthly workload and requested networks in the activation note. EasyT can then choose resolve and job scopes correctly before producing a one-view secret.

Request activation Schlüssel sind mandantenspezifisch, widerrufbar und werden über das Kontaktformular ausgestellt. Anonyme Skripte können keine Downloader-Arbeit ausführen.