API Reference
Pocket Public API for recordings, transcriptions, and summarizations
Welcome to the Pocket Public API documentation. Build integrations and access your recordings programmatically.
Base URL
https://public.heypocketai.com/api/v1Authentication
All API requests require authentication via Bearer token in the Authorization header. Use your API key (pk_xxx):
curl -X GET "https://public.heypocketai.com/api/v1/public/recordings" \
-H "Authorization: Bearer pk_xxx"