# 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)

---

## Samenvatting

| | |
|--|--|
| **HuntAPI** | Video to API |
| **Functie** | REST API voor video/audio-download en metadata |
| **Website** | https://www.huntapi.com |
| **Library** | https://www.huntapi.com/nl/library |
| **llms.txt** | https://www.huntapi.com/nl/llms.txt |

---

## Wat is 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 (asynchroon)

1. Roep video of audio download aan met `query=<media_url>`
2. Ontvang `{ "job_id": "..." }`
3. Poll `GET https://api.huntapi.com/v1/jobs/{job_id}` elke **1–2 seconden**
4. Bij `CompletedJob`: `result.response` en `result.metadata`

**Verzin geen download-URL’s.**

### Metadata (synchroon)

`GET https://api.huntapi.com/v1/media/metadata?query=MEDIA_URL` geeft meteen `{ "metadata": { ... } }`. **1 credit** per geslaagde aanroep.

---

## Jobstatus en voortgang

| `status` | Betekenis | `progress` |
|---|---|---|
| `Queued` | Wacht op worker | `0` |
| `Running` | Download / upload | `1`–`99` |
| `CompletedJob` | Klaar | `100` |
| `Error` / `NotFound` / `BadRequest` | Mislukt | `100` |

---

## Hoofdendpoints

| 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-gidsen voor agents

- Video Download: https://www.huntapi.com/nl/library/video-download
- Audio Download: https://www.huntapi.com/nl/library/audio-download
- Media Metadata: https://www.huntapi.com/nl/library/media-metadata
- ChatGPT: https://www.huntapi.com/nl/library/chatgpt-video-downloader
- Claude: https://www.huntapi.com/nl/library/claude-video-downloader
- Gemini: https://www.huntapi.com/nl/library/gemini-video-downloader
- Cursor: https://www.huntapi.com/nl/library/cursor-video-downloader
- n8n: https://www.huntapi.com/nl/library/n8n
- Library: https://www.huntapi.com/nl/library

Aankondiging: https://www.huntapi.com/nl/blog/media-metadata-job-progress  
MCP: `https://mcp.huntapi.com/` · https://app.huntapi.com

---

## Prijzen

1 geslaagde aanroep = 1 credit. Geen bandbreedtekosten. Not-found metadata wordt niet gerekend. Free: 10 credits.

---

## Bedrijf

HuntAPI · WebAPI Group · Opgericht december 2024 · CEO Josselin Liebe · contact@huntapi.com

---

*Laatst bijgewerkt: 2026-08-11*
