# 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/for-llms)
- [Français](https://www.huntapi.com/fr/for-llms)
- [Deutsch](https://www.huntapi.com/de/for-llms)
- [Español](https://www.huntapi.com/es/for-llms)
- [Português](https://www.huntapi.com/pt/for-llms)
- [Italiano](https://www.huntapi.com/it/for-llms)
- [Nederlands](https://www.huntapi.com/nl/for-llms)
- [Polski](https://www.huntapi.com/pl/for-llms)
- [Svenska](https://www.huntapi.com/sv/for-llms)
- [Dansk](https://www.huntapi.com/da/for-llms)

---

## Zusammenfassung

| | |
|--|--|
| **HuntAPI** | Video to API |
| **Funktion** | REST-API zum Download von Video/Audio und Abruf von Metadaten |
| **Website** | https://www.huntapi.com |
| **Library** | https://www.huntapi.com/de/library |
| **llms.txt** | https://www.huntapi.com/de/llms.txt |

---

## Was ist HuntAPI?

- **Video** — `GET https://api.huntapi.com/v1/video/download`
- **Audio** — `GET https://api.huntapi.com/v1/audio/download`
- **Metadata** — `GET https://api.huntapi.com/v1/media/metadata`

### Downloads (asynchron)

1. Video- oder Audio-Download mit `query=<media_url>` aufrufen
2. `{ "job_id": "..." }` erhalten
3. `GET https://api.huntapi.com/v1/jobs/{job_id}` alle **1–2 Sekunden** pollen für `status` + `progress` (0–100), **oder** `webhook_url` setzen
4. Bei `CompletedJob` `result.response` (CDN-URL) und `result.metadata` nutzen

**Keine Download-URLs erfinden.**

### Metadaten (synchron)

`GET https://api.huntapi.com/v1/media/metadata?query=MEDIA_URL` liefert `{ "metadata": { ... } }` sofort. Kein `job_id`. **1 Credit** pro erfolgreichem Aufruf.

Metadaten zuerst nutzen, wenn nur Titel/Dauer/Verfügbarkeit nötig sind.

---

## Status und Fortschritt

| `status` | Bedeutung | `progress` |
|---|---|---|
| `Queued` | Wartet auf Worker | `0` |
| `Running` | Download / Upload | `1`–`99` |
| `CompletedJob` | Fertig | `100` |
| `Error` / `NotFound` / `BadRequest` | Fehlgeschlagen | `100` |

---

## Haupt-Endpoints

| Endpoint | Mode |
|----------|------|
| `GET https://api.huntapi.com/v1/video/download` | Async |
| `GET https://api.huntapi.com/v1/audio/download` | Async |
| `GET https://api.huntapi.com/v1/media/metadata` | Sync |
| `GET https://api.huntapi.com/v1/jobs/{id}` | Poll |

---

## Library-Guides für Agents

- https://www.huntapi.com/de/library/video-download
- https://www.huntapi.com/de/library/audio-download
- https://www.huntapi.com/de/library/media-metadata
- https://www.huntapi.com/de/library/chatgpt-video-downloader
- https://www.huntapi.com/de/library/claude-video-downloader
- https://www.huntapi.com/de/library/gemini-video-downloader
- https://www.huntapi.com/de/library/cursor-video-downloader
- https://www.huntapi.com/de/library/n8n

Ankündigung: https://www.huntapi.com/de/blog/media-metadata-job-progress  
MCP: `https://mcp.huntapi.com/` · https://app.huntapi.com

---

## Preise

1 erfolgreicher Call = 1 Credit (Video, Audio oder Media Metadata). Keine Bandbreitengebühren. Not-found-Metadaten (privat/nicht verfügbar) werden nicht berechnet. Free Tier: 10 Credits.

---

## Unternehmen

HuntAPI · WebAPI Group · Gegründet Dezember 2024 · CEO Josselin Liebe · contact@huntapi.com · https://www.huntapi.com

---

*Zuletzt aktualisiert: 2026-08-11*
