Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Path Parameters

key
string
required

Image key (any URL-safe identifier).

Example:

"hero.background"

Response

The image.

key
string
required
Example:

"hero.background"

url
string<uri> | null
required
Example:

"https://cdn.neuraldraft.io/prj_2NfQmBcKpXY8/hero-background-89hf.jpg"

created_at
string<date-time> | null
updated_at
string<date-time> | null
width
integer
Example:

2048

height
integer
Example:

1152

bytes
integer
Example:

482911

mime_type
string
Example:

"image/jpeg"

generated
boolean

True if produced by AI generation; false if uploaded.

Example:

true