메인 콘텐츠로 건너뛰기
GET
/
asset
/
groups
/
{gid}
단일 에셋 그룹 조회
curl --request GET \
  --url https://api.orcarouter.ai/v1/asset/groups/{gid} \
  --header 'Authorization: Bearer <token>'
{}

인증

Authorization
string
header
필수

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

경로 매개변수

gid
string
필수

응답

그룹 상세

The response is of type object.