{
"data": {
"type": "ContentEmbedDatum",
"attributes": {
"type": "iframe",
"source": "string"
},
"relationships": {}
}
}
curl --location --request POST 'https://api.synap.ac/v3/content-embed-data' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "ContentEmbedDatum",
"attributes": {
"type": "iframe",
"source": "string"
},
"relationships": {}
}
}'
{
"data": {
"id": "FID001",
"type": "ContentEmbedDatum",
"attributes": {
"type": "iframe",
"source": "string",
"url": "string",
"title": "string",
"description": "string",
"thumbnailUrl": "string"
},
"relationships": {}
}
}