Service for retrieving an embed code for a URL. This is used by the Video Object creation UI to validate that
an embed-type video will be valid before creating it.
Since: 3.14
Response Codes
200 - was able to create an embed code for the indicated URL, and possibly one or more of the embed code providers had an error
400 - URL parameter was invalid (e.g., blank)
{
"error" : {
"message" : "A url was not specified.",
"status" : 400
}}
404 - was unable to find an embed code for the indicated URL, and none of the embed code providers had an error
{
"error" : {
"message" : "A 'url' parameter was not specified.",
"status" : 400
}}
500 - was unable to find an embed code for the indicated URL, and one or more of the embed code providers had an error
{
"error" : {
"message" : "An internal error has occurred processing the URL value.",
"status" : 500
}}