Developer Console is Coming Soon!

We’re building something great for you. The Developer Console is currently under construction — soon, you’ll be able to generate your API Key and start integrating with Plaud’s platform effortlessly.

List Your Recordings

The Plaud API makes it easy to fetch a complete list of your audio recordings. Use the following example to quickly retrieve all your recordings:
bash
curl -H "Authorization: <YOUR_API_KEY>" https://api.plaud.ai/files/

Retrieve Recording Details

You can retrieve the detail of an audio recording by specifying file_id:
bash
curl -H "Authorization: <YOUR_API_KEY>" https://api.plaud.ai/files/{file_id}

Explore Further

We’ve barely scratched the surface of what’s possible with the Plaud platform. Here are some resources you might want to explore next.

Manage recording devices

Register, monitor, and configure your Plaud recording devices. Control device settings and track device status.

Handle audio files and recordings

Access, organize, and process your audio files. Merge recordings and leverage AI-powered transcription.

Manage users and organizations

Set up multi-tenant architecture with robust user management. Control access and permissions across your organization.

Full API Reference

View the complete API reference for the Plaud platform with detailed endpoint documentation and examples.