v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0122134244.7 KB

Save Artifact

Request payload for saving a new artifact.

post/apps/{app_name}/users/{user_id}/sessions/{session_id}/artifacts

Path parameters

app_namestring required
user_idstring required
session_idstring required

Request body

filenamestring required

Artifact filename.

customMetadataobject nullable

Optional metadata to associate with the artifact version.

Response

Successful Response

versioninteger required

Monotonically increasing identifier for the artifact version.

canonicalUristring required

Canonical URI referencing the persisted artifact payload.

customMetadataobject

Optional user-supplied metadata stored with the artifact.

createTimenumber

Unix timestamp (seconds) when the version record was created.

mimeTypestring nullable

MIME type when the artifact payload is stored as binary data.