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

---

## Oversigt

| | |
|--|--|
| **HuntAPI** | Video to API |
| **Funktion** | REST API til video/lyd-download og metadata |
| **Website** | https://www.huntapi.com |
| **Library** | https://www.huntapi.com/da/library |
| **llms.txt** | https://www.huntapi.com/da/llms.txt |

---

## Hvad er 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 (asynkrone)

1. Kald video eller audio download med `query=<media_url>`
2. Modtag `{ "job_id": "..." }`
3. Poll `GET https://api.huntapi.com/v1/jobs/{job_id}` hvert **1–2. sekund**
4. Ved `CompletedJob`: brug `result.response` og `result.metadata`

**Opfind ikke download-URL’er.**

### Metadata (synkrone)

`GET https://api.huntapi.com/v1/media/metadata?query=MEDIA_URL` returnerer straks `{ "metadata": { ... } }`. **1 credit** pr. vellykket kald.

---

## Jobstatus og fremskridt

| `status` | Betydning | `progress` |
|---|---|---|
| `Queued` | Venter på worker | `0` |
| `Running` | Download / upload | `1`–`99` |
| `CompletedJob` | Klar | `100` |
| `Error` / `NotFound` / `BadRequest` | Fejlet | `100` |

---

## Hovedendpoints

| 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 til agents

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

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

---

## Priser

1 vellykket kald = 1 credit. Ingen båndbreddegebyrer. Not-found metadata opkræves ikke. Free: 10 credits.

---

## Virksomhed

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

---

*Senest opdateret: 2026-08-11*
