Create PlayNote via File URL
Create a new PlayNote with either a source file URL or an uploaded file (but not both)
Check out the Generate Conversation from PDF with PlayNote API guide for a step-by-step approach to using the PlayNote API to create a podcast-style conversation (and more!) from a PDF.
Use this endpoint to create new PlayNotes. You can either provide a file URL or upload a file directly.
The endpoint presented in this page is used to create a new PlayNote by providing a file URL. If you want to upload a file directly, please refer to the Create PlayNote via File Upload endpoint.
After you create your PlayNotes, you can proceed to poll its status at our Get PlayNote API.
Note: You can have only one active generation. If you face this error code 403
with the message {"errorMessage":"User already has an active generation","errorId":"UNAUTHORIZED"}
then please wait for some time and try again later.
Was this page helpful?