메인 콘텐츠로 건너뛰기
GET
/
api
/
assets
/
{id}
/
content
Download asset content
curl --request GET \
  --url https://cloud.comfy.org/api/assets/{id}/content \
  --header 'X-API-Key: <api-key>'
"<string>"

인증

X-API-Key
string
header
필수

API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.

경로 매개변수

id
string<uuid>
필수

Asset ID

쿼리 매개변수

disposition
enum<string>
기본값:attachment

Content-Disposition for the response. attachment (default) prompts a download; inline serves the content for direct display.

사용 가능한 옵션:
attachment,
inline

응답

Asset content

The response is of type file.