Skip to main content
POST
Upload a design template file

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

Body

multipart/form-data
template_id
string<uuid>
required

The design template to attach this file to.

file
file
required

The file to upload.

Response

File uploaded successfully

id
string<uuid>
read-only
template_id
string<uuid>

Soft reference to the matching entry's id in the project's design_templates.

name
string
content_type
string | null
read-only
signed_url
string<uri> | null
read-only

Signed storage (GCS/S3) URL for browser/UI download and for the generation agent to fetch.

created_at
string<date-time>
read-only