Skip to main content
Artifacts endpoint

Create Artifact Build

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

POST/artifact-builds/

Body

application/json
id string
Field defined by domain.ArtifactBuild.
artifactVersionId string
Field defined by domain.ArtifactBuild.
sourceType string
Field defined by domain.ArtifactBuild.
contextDigest string
Field defined by domain.ArtifactBuild.
recipePath string
Field defined by domain.ArtifactBuild.
recipeDigest string
Field defined by domain.ArtifactBuild.
targetFormat string
Field defined by domain.ArtifactBuild.
targetOs string
Field defined by domain.ArtifactBuild.
targetArchitecture string
Field defined by domain.ArtifactBuild.
buildArguments string
Field defined by domain.ArtifactBuild.
cacheKey string
Field defined by domain.ArtifactBuild.

See the Artifacts guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.