跳转到主要内容
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.