메인 콘텐츠로 건너뛰기
GET
Get asset metadata from remote URL

인증

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.

쿼리 매개변수

url
string<uri>
필수

Download URL to retrieve metadata from

예시:

"https://civitai.com/api/download/models/123456"

응답

Metadata retrieved successfully

content_length
integer<int64>
필수

Size of the asset in bytes (-1 if unknown)

예시:

4294967296

content_type
string

MIME type of the asset

예시:

"application/octet-stream"

filename
string

Suggested filename for the asset from source

예시:

"realistic-vision-v5.safetensors"

name
string

Display name or title for the asset from source

예시:

"Realistic Vision v5.0"

tags
string[]

Tags for categorization from source

예시:
preview_image
string

Preview image as base64-encoded data URL

예시:

"data:image/jpeg;base64,/9j/4AAQSkZJRg..."

validation
object

Validation results for the file