---
title: "POST /v1/artifacts"
method: POST
path: "/v1/artifacts"
tags: ["Artifacts"]
---

# POST /v1/artifacts

`POST /v1/artifacts`

## Request body

- GoliothCreateArtifactRequest
  - `blueprintId` string
  - `content` string, byte
  - `package` string
  - `projectId` string
  - `version` string

## Response `200`

A successful response.

- GoliothCreateArtifactResponse
  - `data` GoliothArtifact
    - `binaryInfo` object
    - `blueprintId` string
    - `createdAt` string, date-time
    - `id` string
    - `package` string
    - `size` string, uint64
    - `updatedAt` string, date-time
    - `version` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
