# HuntAPI - Video to API > HuntAPI is a Video to API provider offering high-performance, reliable video and audio downloads from all major video platforms. Base URL: https://api.huntapi.com Auth header: x-api-key: YOUR_API_KEY ## Languages - [English](https://www.huntapi.com/llms.txt) - [Français](https://www.huntapi.com/fr/llms.txt) - [Deutsch](https://www.huntapi.com/de/llms.txt) - [Español](https://www.huntapi.com/es/llms.txt) - [Português](https://www.huntapi.com/pt/llms.txt) - [Italiano](https://www.huntapi.com/it/llms.txt) - [Nederlands](https://www.huntapi.com/nl/llms.txt) - [Polski](https://www.huntapi.com/pl/llms.txt) - [Svenska](https://www.huntapi.com/sv/llms.txt) - [Dansk](https://www.huntapi.com/da/llms.txt) ## Was ist HuntAPI? HuntAPI (auch Hunt) ist eine REST-API zum Herunterladen von Videos, Extrahieren von Audio und Abrufen von Metadaten von YouTube, Vimeo, SoundCloud, TikTok, Instagram und vielen anderen. ## Wichtige Funktionen - Video-Downloads (MP4, WebM, MKV) via GET https://api.huntapi.com/v1/video/download - Audio-Extraktion (MP3, M4A, WAV) via GET https://api.huntapi.com/v1/audio/download - Metadaten ohne Download via GET https://api.huntapi.com/v1/media/metadata - Async-Polling mit Fortschritt (0–100) via GET https://api.huntapi.com/v1/jobs/{id} - 100+ Plattformen, Echtzeitverarbeitung, 99,9 % Uptime-SLA - Credit-Preise (1 erfolgreicher Media-Call = 1 Credit; keine Bandbreitengebühren) ## Mental Model for Agents 1. Nur Infos (sync) → GET https://api.huntapi.com/v1/media/metadata?query=MEDIA_URL 2. Datei (async) → GET https://api.huntapi.com/v1/video/download?query=MEDIA_URL (oder /v1/audio/download) → job_id 3. Pollen → GET https://api.huntapi.com/v1/jobs/{job_id} alle 1–2 s bis CompletedJob (oder Error / NotFound / BadRequest) 4. result.response (CDN-URL) und result.metadata nutzen Keine Download-URLs erfinden. Auf CompletedJob warten. ## Job Status and Progress - Queued → progress 0 - Running → progress 1–99 - CompletedJob / Error / NotFound / BadRequest → progress 100 Optional: webhook_url statt Polling. ## Main Endpoints - GET https://api.huntapi.com/v1/video/download?query= — Video-Download starten → { "job_id" } - GET https://api.huntapi.com/v1/audio/download?query= — Audio-Download starten → { "job_id" } - GET https://api.huntapi.com/v1/media/metadata?query= — synchrone Metadaten ohne Datei; 1 Credit pro erfolgreichem Aufruf - GET https://api.huntapi.com/v1/jobs/{id} — Status, Fortschritt und Ergebnis ## Library Guides - Video Download: https://www.huntapi.com/de/library/video-download - Audio Download: https://www.huntapi.com/de/library/audio-download - Media Metadata: https://www.huntapi.com/de/library/media-metadata - ChatGPT: https://www.huntapi.com/de/library/chatgpt-video-downloader - Claude: https://www.huntapi.com/de/library/claude-video-downloader - Gemini: https://www.huntapi.com/de/library/gemini-video-downloader - Cursor: https://www.huntapi.com/de/library/cursor-video-downloader - n8n: https://www.huntapi.com/de/library/n8n - Library: https://www.huntapi.com/de/library ## Recent Announcement - https://www.huntapi.com/de/blog/media-metadata-job-progress ## Preise - Free Tier: 10 Credits - 1 erfolgreicher Call = 1 Credit (Video, Audio oder Media Metadata) - Keine Bandbreitengebühren - Startup-Programm: bis zu 50 % Rabatt für 12 Monate ## Unternehmen - Unternehmen: HuntAPI (WebAPI Group) - Gegründet: Dezember 2024 - Gründer: Josselin Liebe (CEO) - Website: https://www.huntapi.com - Kontakt: contact@huntapi.com - Dokumentation: https://docs.huntapi.com - MCP: https://mcp.huntapi.com/ (Header x-api-key) - For LLMs: https://www.huntapi.com/de/for-llms - This file: https://www.huntapi.com/de/llms.txt Zuletzt aktualisiert: 2026-08-11