Skip to main content
GET
Get asset metadata from remote URL

Authorizations

X-API-Key
string
header
required

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.

Query Parameters

url
string<uri>
required

Download URL to retrieve metadata from

Example:

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

Response

Metadata retrieved successfully

content_length
integer<int64>
required

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

Example:

4294967296

content_type
string

MIME type of the asset

Example:

"application/octet-stream"

filename
string

Suggested filename for the asset from source

Example:

"realistic-vision-v5.safetensors"

name
string

Display name or title for the asset from source

Example:

"Realistic Vision v5.0"

tags
string[]

Tags for categorization from source

Example:
preview_image
string

Preview image as base64-encoded data URL

Example:

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

validation
object

Validation results for the file