Zum Hauptinhalt springen
GET
/
asset
/
files
/
{aid}
Ein Asset abrufen (Status abfragen)
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"
}

Autorisierungen

Authorization
string
header
erforderlich

OrcaRouter-API-Schlüssel sehen aus wie sk-orca-.... Übergib sie im Authorization: Bearer sk-orca-...-Header.

Pfadparameter

aid
string
erforderlich

Antwort

Asset-Detail

The response is of type object.