Skip to content

Instantly share code, notes, and snippets.

@acpmasquerade
Last active October 8, 2017 18:23
Show Gist options
  • Save acpmasquerade/55bd304e31d000abb359c41b7ffcd387 to your computer and use it in GitHub Desktop.
Save acpmasquerade/55bd304e31d000abb359c41b7ffcd387 to your computer and use it in GitHub Desktop.
Sample payload for PICOVICO 2.7 API
{
"style": "vanilla_frameless",
"quality": 480,
"name": "Picovico API sample",
"aspect_ratio": "16:9",
"assets": [
{
"music": {
"asset_id": "aud_6j44J9zjbSQe54ZTTSqUj2"
},
"frames": [
{
"name": "text",
"data": {
"title": "Picovico API",
"text": "DEMONSTRATION"
}
},
{
"name": "image",
"url": "https://images.unsplash.com/photo-1481326086332-e77dd61a4ea1",
"data": {
"caption": "I look at you and see the rest of my life."
}
},
{
"name": "image",
"url": "https://images.unsplash.com/photo-1495322723012-b324fc191ec9",
"data": {
"caption": "All, everything that I understand, I only understand because I love"
}
},
{
"name": "image",
"url": "https://images.unsplash.com/photo-1490723186985-6d7672633c86",
"data": {
"caption": "I'm much more me when I'm with you"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment