Przejdź do głównej treści
GET
/
asset
/
files
/
{aid}
Pobierz zasób (odpytaj status)
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"
}

Autoryzacje

Authorization
string
header
wymagane

Klucze API OrcaRouter wyglądają jak sk-orca-.... Przekaż je w nagłówku Authorization: Bearer sk-orca-....

Parametry ścieżki

aid
string
wymagane

Odpowiedź

Szczegóły zasobu

The response is of type object.