-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathretrieve_an_image_embed_code.json
52 lines (50 loc) · 3.03 KB
/
retrieve_an_image_embed_code.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"resource": "Image API",
"resource_explanation": null,
"http_method": "GET",
"route": "/api/v1/images/:id/embed",
"description": "Retrieve an image embed code",
"explanation": null,
"parameters": [
],
"response_fields": [
],
"requests": [
{
"request_method": "GET",
"request_path": "/api/v1/images/8c47b718-83c3-4670-b3bd-e73e86a7f1e3/embed",
"request_body": null,
"request_headers": {
"Authorization": "Token token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTQ3NTk1MzIsImlhdCI6MTU1NDc0NTEzMiwidXNlcl9pZCI6Ijg3YzFjOTQ0LWFlMWEtNDUwNy1iNzVjLTkwM2M2NWIwYjZjOCIsImFiaWxpdGllcyI6eyIwMDEwMDAwMDEyM0JCMTM0Ijp7IkFjY2VzcyI6eyJpbWFnZV9saXN0Ijp0cnVlfX19fQ.wRFnuJCM5LcKNH0NgL_5_8tLxA7iQ5QuYNtCBvh6k8I\"",
"Host": "example.org",
"Cookie": ""
},
"request_query_parameters": {
},
"request_content_type": null,
"response_status": 200,
"response_status_text": "OK",
"response_body": "{\n \"html\": \"<video autoplay=\\\"autoplay\\\" controls=\\\"controls\\\" poster=\\\"https://res.cloudinary.com/sadaasdasd/video/authenticated/s--zABEla6c--/c_fit,h_1920,w_1920/fl_attachment/dpr_auto,q_auto,f_auto/c_fit,h_1000,w_1000/iplggwtcsi2gjybsjg4q.jpg\\\"><source src=\\\"https://res.cloudinary.com/sadaasdasd/video/authenticated/s--L9ofyCpV--/c_fit,h_1920,w_1920/fl_attachment/dpr_auto,q_auto,f_auto/c_fit,h_1000,w_1000/iplggwtcsi2gjybsjg4q.webm\\\" type=\\\"video/webm\\\" /><source src=\\\"https://res.cloudinary.com/sadaasdasd/video/authenticated/s--m7UW5Xo9--/c_fit,h_1920,w_1920/fl_attachment/dpr_auto,q_auto,f_auto/c_fit,h_1000,w_1000/iplggwtcsi2gjybsjg4q.mp4\\\" type=\\\"video/mp4\\\" /><source src=\\\"https://res.cloudinary.com/sadaasdasd/video/authenticated/s--_-Y-uawl--/c_fit,h_1920,w_1920/fl_attachment/dpr_auto,q_auto,f_auto/c_fit,h_1000,w_1000/iplggwtcsi2gjybsjg4q.ogv\\\" type=\\\"video/ogg\\\" /></video>\"\n}",
"response_headers": {
"Cache-Control": "no-cache, no-store",
"Pragma": "no-cache",
"Expires": "Fri, 01 Jan 1990 00:00:00 GMT",
"Content-Type": "application/json; charset=utf-8",
"X-token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTQ3NTk1MzIsImlhdCI6MTU1NDc0NTEzMiwidXNlcl9pZCI6Ijg3YzFjOTQ0LWFlMWEtNDUwNy1iNzVjLTkwM2M2NWIwYjZjOCIsImFiaWxpdGllcyI6eyIwMDEwMDAwMDEyM0JCMTM0Ijp7IkFjY2VzcyI6eyJpbWFnZV9saXN0Ijp0cnVlfX19fQ.wRFnuJCM5LcKNH0NgL_5_8tLxA7iQ5QuYNtCBvh6k8I",
"Vary": "Accept-Encoding",
"P3P": "CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"",
"X-Request-Id": "81c3d5d2-8e82-4cad-87bd-b80606f81654",
"X-Runtime": "0.012023",
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block",
"X-Download-Options": "noopen",
"X-Permitted-Cross-Domain-Policies": "none",
"Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"Content-Length": "940"
},
"response_content_type": "application/json; charset=utf-8",
"curl": null
}
]
}