Website

API reference

Create Audyo

POST /add/url

Creates a new post on Audyo.

If you include generate=true, will kick off the the Audyo generation pipeline to generate audio immediately after adding content.

Body

Field NameTypeRequired
urlStringYes
generateBooleanNo

Success Response

{
  pageId: string,
}
Previous
Authenticating Requests