跳轉到主要內容
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.