Skip to content

POST/api/v1/podcast/import/episodes

ReturnsResponseImportedEpisodeView

AcceptsImportEpisodeRequest

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "episode": {
      "id": 0,
      "seriesId": 0,
      "seriesSlug": "string",
      "episodeNumber": 0
    },
    "alreadyImported": true
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure