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

---

## Sammanfattning

| | |
|--|--|
| **HuntAPI** | Video to API |
| **Funktion** | REST API för video/ljudnedladdning och metadata |
| **Website** | https://www.huntapi.com |
| **Library** | https://www.huntapi.com/sv/library |
| **llms.txt** | https://www.huntapi.com/sv/llms.txt |

---

## Vad är 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`

### Nedladdningar (asynkrona)

1. Anropa video eller audio download med `query=<media_url>`
2. Få `{ "job_id": "..." }`
3. Polla `GET https://api.huntapi.com/v1/jobs/{job_id}` var **1–2:e sekund**
4. Vid `CompletedJob`: använd `result.response` och `result.metadata`

**Hitta inte på nedladdnings-URL:er.**

### Metadata (synkrona)

`GET https://api.huntapi.com/v1/media/metadata?query=MEDIA_URL` returnerar genast `{ "metadata": { ... } }`. **1 credit** per lyckat anrop.

---

## Jobbstatus och progress

| `status` | Betydelse | `progress` |
|---|---|---|
| `Queued` | Väntar på worker | `0` |
| `Running` | Nedladdning / uppladdning | `1`–`99` |
| `CompletedJob` | Klar | `100` |
| `Error` / `NotFound` / `BadRequest` | Misslyckades | `100` |

---

## Huvudendpoints

| 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-guider för agents

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

Tillkännagivande: https://www.huntapi.com/sv/blog/media-metadata-job-progress  
MCP: `https://mcp.huntapi.com/` · https://app.huntapi.com

---

## Priser

1 lyckat anrop = 1 credit. Inga bandbreddsavgifter. Not-found metadata debiteras inte. Free: 10 credits.

---

## Företag

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

---

*Senast uppdaterad: 2026-08-11*
