메인 콘텐츠로 건너뛰기
GET
/
asset
/
files
/
{aid}
에셋 조회(상태 폴링)
curl --request GET \
  --url https://api.orcarouter.ai/v1/asset/files/{aid} \
  --header 'Authorization: Bearer <token>'
{
  "Id": "asset-20260318071009-xy98z",
  "GroupId": "group-20260318033332-ab12c",
  "AssetType": "Image",
  "Status": "Active",
  "URL": "https://ark-media-asset-....volces.com/...",
  "CreateTime": "2026-03-18T03:57:10Z",
  "UpdateTime": "2026-03-18T03:57:14Z"
}

인증

Authorization
string
header
필수

OrcaRouter API 키는 sk-orca-...처럼 보입니다. Authorization: Bearer sk-orca-... 헤더로 전달하세요.

경로 매개변수

aid
string
필수

응답

에셋 상세

The response is of type object.