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

---

## Résumé

| Champ | Valeur |
|-------|--------|
| **Nom** | HuntAPI (aussi Hunt) |
| **Catégorie** | API vidéo, outils développeur, SaaS |
| **Tagline** | Video to API |
| **Fonction** | API REST pour télécharger vidéos/audio et récupérer des métadonnées |
| **Site** | https://www.huntapi.com |
| **Documentation** | https://docs.huntapi.com |
| **Library** | https://www.huntapi.com/fr/library |
| **llms.txt** | https://www.huntapi.com/fr/llms.txt |

---

## Qu’est-ce que HuntAPI ?

- **Télécharger des vidéos** — `GET https://api.huntapi.com/v1/video/download`
- **Extraire l’audio** — `GET https://api.huntapi.com/v1/audio/download`
- **Métadonnées sans télécharger** — `GET https://api.huntapi.com/v1/media/metadata`

### Downloads (asynchrones)

1. Appeler video ou audio download avec `query=<media_url>`
2. Recevoir `{ "job_id": "..." }`
3. Poller `GET https://api.huntapi.com/v1/jobs/{job_id}` toutes les **1–2 secondes** pour `status` + `progress` (0–100), **ou** passer `webhook_url`
4. Sur `CompletedJob`, utiliser `result.response` (URL CDN) et `result.metadata`

**N’inventez pas d’URL de téléchargement.**

### Métadonnées (synchrones)

`GET https://api.huntapi.com/v1/media/metadata?query=MEDIA_URL` renvoie `{ "metadata": { ... } }` immédiatement. Pas de `job_id`. **1 crédit** par appel réussi.

Préférez d’abord les métadonnées si vous n’avez besoin que du titre/durée/disponibilité.

---

## Statut et progression

| `status` | Signification | `progress` |
|---|---|---|
| `Queued` | En attente d’un worker | `0` |
| `Running` | Download / upload | `1`–`99` |
| `CompletedJob` | Prêt | `100` |
| `Error` / `NotFound` / `BadRequest` | Échec | `100` |

---

## Endpoints principaux

| Endpoint | Mode | Description |
|----------|------|-------------|
| `GET https://api.huntapi.com/v1/video/download` | Async | Démarre un download vidéo → `{ job_id }` |
| `GET https://api.huntapi.com/v1/audio/download` | Async | Démarre un download audio → `{ job_id }` |
| `GET https://api.huntapi.com/v1/media/metadata` | Sync | Métadonnées seules |
| `GET https://api.huntapi.com/v1/jobs/{id}` | Poll | Statut, progression, résultat |

---

## Guides library pour agents

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

Annonce : https://www.huntapi.com/fr/blog/media-metadata-job-progress  
MCP : `https://mcp.huntapi.com/` · Clés API : https://app.huntapi.com

---

## Tarifs

1 appel réussi = 1 crédit (video, audio ou media metadata). Pas de frais de bande passante. Les métadonnées not-found (privé/indisponible) ne sont pas facturées. Offre gratuite : 10 crédits.

---

## Entreprise

HuntAPI · WebAPI Group · Fondée décembre 2024 · CEO Josselin Liebe · contact@huntapi.com · https://www.huntapi.com

---

*Dernière mise à jour : 2026-08-11*
