Documentation menu
voice
GET/v1/voice/clips/{clip}
API key required, sent as Authorization: Bearer snk_… or ?api_key=snk_….
Call it
bash
curl -fsS -X GET "https://api.mapmap.ai/v1/voice/clips/{clip}" \
-H "Authorization: Bearer $MAPMAP_KEY"Parameters
| Name | In | Required | Description |
|---|---|---|---|
| clip | path | yes | <hash>.<ext>, exactly as returned by POST /v1/voice/clips |
Responses
200The clip audio (audio/ogg or audio/mp4), immutable for a year
401Missing or invalid API key
404No such clip in this deployment's cache
429Rate limit exceeded
501Voice clips are not enabled
Error bodies follow the shared problem model documented on API conventions.
Also under voice
Generated from https://api.mapmap.ai/openapi.json on 2026-09-18 · operationId get_clip