cURL
curl --request GET \ --url https://cdn.r25.io/static/projects/{projectId}/spaces/{spaceId}/collection/medias/{mediaId} \ --header 'x-r25-ac-api-key: <x-r25-ac-api-key>' \ --header 'x-r25-ac-api-secret: <x-r25-ac-api-secret>'
{ "name": "<string>", "assets": [ { "path": "media/00000000000000000000000.png", "accessUrl": "<string>" } ], "type": "image", "mediaId": "<string>", "projectId": "<string>", "spaceId": "<string>", "accessUrl": "<string>", "thumbnailAccessUrl": "<string>", "meta": { "ext": "png", "mimetype": "image/png", "asset": "AdobeAnimate_cjs_1_0_0" }, "fileSize": 1234567, "duration": 1234567, "operations": [ { "type": "trim", "orientation": "top-left" } ], "thumbnailOperations": [ { "type": "trim", "orientation": "top-left" } ], "alias": "<string>", "originalUrl": "<string>", "status": "published", "signed": true }
メディアを一件取得
コンソールで取得したAPIキーを指定してください。
コンソールで取得したAPIシークレットを指定してください。
ご自身のプロジェクトIDを指定してください。
ご自身のスペースIDを指定してください。
メディアのIDを指定してください。
メディア一件
The response is of type object.
object