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

---

## Podsumowanie

| | |
|--|--|
| **HuntAPI** | Video to API |
| **Funkcja** | API REST do downloadu wideo/audio i metadanych |
| **Website** | https://www.huntapi.com |
| **Library** | https://www.huntapi.com/pl/library |
| **llms.txt** | https://www.huntapi.com/pl/llms.txt |

---

## Czym jest 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`

### Downloady (asynchroniczne)

1. Wywołaj video lub audio download z `query=<media_url>`
2. Otrzymaj `{ "job_id": "..." }`
3. Polluj `GET https://api.huntapi.com/v1/jobs/{job_id}` co **1–2 sekundy**
4. Przy `CompletedJob` użyj `result.response` i `result.metadata`

**Nie wymyślaj URL-i downloadu.**

### Metadane (synchroniczne)

`GET https://api.huntapi.com/v1/media/metadata?query=MEDIA_URL` od razu zwraca `{ "metadata": { ... } }`. **1 kredyt** za udane wywołanie.

---

## Status joba i postęp

| `status` | Znaczenie | `progress` |
|---|---|---|
| `Queued` | Czeka na workera | `0` |
| `Running` | Download / upload | `1`–`99` |
| `CompletedJob` | Gotowe | `100` |
| `Error` / `NotFound` / `BadRequest` | Błąd | `100` |

---

## Główne endpointy

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

---

## Przewodniki library dla agentów

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

Ogłoszenie: https://www.huntapi.com/pl/blog/media-metadata-job-progress  
MCP: `https://mcp.huntapi.com/` · https://app.huntapi.com

---

## Cennik

1 udane wywołanie = 1 kredyt. Bez opłat za transfer. Metadane not-found nie są naliczane. Free: 10 kredytów.

---

## Firma

HuntAPI · WebAPI Group · Założona grudzień 2024 · CEO Josselin Liebe · contact@huntapi.com

---

*Ostatnia aktualizacja: 2026-08-11*
