Skip to content
The Yoto Developer Challenge is on, with $10,000 to win!

create or update content

This creates new content, or updates existing content.

  • When you create new content, a cardId will be automatically generated.

  • To update existing content, a cardId should be provided

You can learn more about how playlists work here.

Responses

200 OK (Create a card) / 200 OK (Update a card) application/json
cardobject
_idstring
cardIdstring
contentobject
chaptersarray
[items]
configobject
resumeTimeoutnumber
playbackTypestring
createdAtstring
metadataobject
descriptionstring
titlestring
updatedAtstring
userIdstring

Body application/json

cardId string
Example 31yYU
content object
metadata object
title string
Example Testing Podcast
POST
/content
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Request Body
Terminal window
curl "https://api.yotoplay.com/content"
--header "Authorization: Bearer [YOUR_TOKEN]"