Pocket

API Reference

Pocket Public API documentation for recordings, transcripts, summaries, search, tags, users, and webhooks

Welcome to the Pocket Public API documentation. Build integrations and access your recordings programmatically.

Base URL

https://public.heypocketai.com/api/v1

Authentication

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"

Endpoints

Use semantic search to find relevant content across all your recordings, transcripts, and AI-generated summaries.

Recordings

Tags

Organization

Webhooks

API FAQ

What can I build with the Pocket API?

You can build integrations that search recordings, list recordings, fetch recording details, access transcripts and summaries, manage tags, and respond to webhook events.

How do I authenticate Pocket API requests?

Create an API key in Pocket and send it in the Authorization header as Bearer pk_xxx.

Yes. Use the search endpoint to find relevant recordings, transcripts, and AI-generated summaries across your Pocket data.

Can I receive events when recordings change?

Yes. Use Pocket Webhooks to receive event notifications for recordings and related resources.

On this page