{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Notetaker Transcript API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Notetaker Transcript", "type": "folder" }, "items": [ { "info": { "name": "notetakerTranscript.info", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/notetakerTranscript.info", "body": { "type": "json", "data": "{}" } }, "docs": "Fetches metadata and a pre-signed download URL for an AI\nNotetaker transcript recording.\n\n**Prerequisites:**\n- Your organization must have the **AI Notetaker add-on**. If your organization does not have\n the add-on, requests will fail with the `notetaker_transcript_not_enabled` error.\n\nThe response includes a signed URL with the transcript JSON. Download the file promptly after calling\n this endpoint. If the URL has expired, call the endpoint again to get a fresh one.\n\nOn the free tier, transc" } ] } ], "bundled": true }