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.