Spaces:
Sleeping
Sleeping
File size: 561 Bytes
9c35442 476d044 9c35442 476d044 9c35442 476d044 9c35442 476d044 9c35442 476d044 9c35442 476d044 9c35442 476d044 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
title: AI Voice Detection API
emoji: 🎤
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
---
# AI Voice Detection API
Detect AI-generated voices using advanced acoustic analysis and neural network patterns.
## API Endpoints
- `POST /api/v1/detect` - Detect if audio is AI-generated
- `GET /api/v1/health` - Health check
- `GET /docs` - API documentation
## Usage
```bash
curl -X POST "https://YOUR-SPACE.hf.space/api/v1/detect" \
-H "Content-Type: application/json" \
-d '{"audioUrl": "https://example.com/audio.mp3"}'
```
|