curl --request POST \
--url https://api.example.com/displaymode/fillerobjectmedia/save-from-image-URL \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayModeReleaseID": 299,
"mediaURL": "http://whatever.com/someimage.png",
"mediaSourceTypeID": 123,
"animationTriggerTypeID": 1,
"animationTypeID": 1,
"isAnimationLooped": true,
"fillerObjectMediaID": null,
"mediaTitle": null,
"mediaDesc": null,
"size": null,
"rotation": null,
"opacity": null,
"borderRadius": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}Save display mode filler object of type ‘media’ from a public image URL.
curl --request POST \
--url https://api.example.com/displaymode/fillerobjectmedia/save-from-image-URL \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayModeReleaseID": 299,
"mediaURL": "http://whatever.com/someimage.png",
"mediaSourceTypeID": 123,
"animationTriggerTypeID": 1,
"animationTypeID": 1,
"isAnimationLooped": true,
"fillerObjectMediaID": null,
"mediaTitle": null,
"mediaDesc": null,
"size": null,
"rotation": null,
"opacity": null,
"borderRadius": null,
"languageID": 1
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.
1GiphyAPI = 6, TenorAPI = 7