Skip to content

Create Show by Itunes ID or YouTube URL

POST
/api/public/series
curl --request POST \
--url https://backend.podscribe.ai/api/public/series \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "seriesPlatformId": "example", "publisherLookupName": "example" }'
  1. Create a new show by providing an Itunes ID or YouTube URL.

  2. Example of seriesPlatformId values:

Media typeapplication/json
object
seriesPlatformId
required

Itunes ID or YouTube URL

string
publisherLookupName

Publisher lookup name (optional)

string
Examplegenerated
{
"seriesPlatformId": "example",
"publisherLookupName": "example"
}

Show created

Media typeapplication/json
object
showId
required

The ID of the created show

string
Examplegenerated
{
"showId": "example"
}

Error

Media typeapplication/json
object
message
required

Error Message

string
Examplegenerated
{
"message": "example"
}

Unexpected error.

Media typeapplication/json
object
message

Nodejs Error

object
Examplegenerated
{
"message": {}
}