KI-Assistenten

Cursor Video Downloader

Cursor Video Downloader mit Hunt verwenden
Cursor Video Downloader mit HuntAPI

Nutzen Sie Cursor mit HuntAPI, um beim Coden Videos zu laden, Audio zu extrahieren und Metadaten zu holen. Ideal für Agents, Terminal und Media-Pipelines.

Agent-Workflow

Fragen Sie Cursor:

Lade dieses Video mit HuntAPI herunter und speichere die CDN-URL: <youtube-url>

Der Agent sollte:

  1. GET https://api.huntapi.com/v1/video/download?query=...job_id
  2. GET https://api.huntapi.com/v1/jobs/{job_id} pollen bis status=CompletedJob
  3. progress (0–100) während Running lesen
  4. result.response zurückgeben

curl-Beispiel

# Start
curl -s "https://api.huntapi.com/v1/video/download?query=VIDEO_URL&video_quality=720p" \
  -H "x-api-key: $HUNTAPI_API_KEY"

# Poll
curl -s "https://api.huntapi.com/v1/jobs/JOB_ID" \
  -H "x-api-key: $HUNTAPI_API_KEY"

# Metadata only
curl -s "https://api.huntapi.com/v1/media/metadata?query=VIDEO_URL" \
  -H "x-api-key: $HUNTAPI_API_KEY"

Tipps

  • HUNTAPI_API_KEY in Cursor-/Shell-Env speichern - nie committen
  • Vor dem Download https://api.huntapi.com/v1/media/metadata für die Dauer nutzen
  • Nur Audio: download_type=audio

Verwandt

VIDEO API

Discover why Hunt is the preferred API provider for developers.