{ "name": "Big Buck Bunny", "url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4", "request_headers":{ "Authorization" : "Basic YWxhZGRpbjpvcGVuc2VzYW1l" } }
curl --location --request POST 'https://apistream.gotipath.com/v1/libraries/c15f1765-f67d-42d9-82fc-484678c03c3d/videos/pull' \ --header 'X-Auth-ClientId;' \ --header 'X-Auth-LibraryId;' \ --header 'X-Auth-ApiKey;' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Big Buck Bunny", "url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4", "request_headers":{ "Authorization" : "Basic YWxhZGRpbjpvcGVuc2VzYW1l" } }'
{}