Skip to main content
PUT
Save web artifacts with automatic S3 upload for images.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Web artifacts data

Request body for saving web artifacts

companyId
string
required

Company ID

artifacts
object
required

Artifact data (favicon, logo, images)

artifactsId
string

Specific artifact set to update

globalStyles
string

Global CSS

headScripts
string

Scripts to inject into head

brandGuidelines
string

Brand guidelines

name
string

Name for this artifact set

landingPageId
string

Link to a landing page

isDefault
boolean

Whether this is the default set

Response

Updated web artifacts

Web artifacts object

id
string

Artifacts ID

name
string

Artifact set name

favicon
object

Favicon data

Logo data

images
object[]

Custom images

globalStyles
string

Global CSS

headScripts
string

Head scripts

brandGuidelines
string

Brand guidelines

isDefault
boolean

Whether default set