---
title: "Publish a project"
method: POST
path: "/projects/{slug}/publish"
tags: ["Publishing"]
---

# Publish a project

`POST /projects/{slug}/publish`

Publish the project's latest version, making it publicly accessible at its live URL.

## Path parameters

- `slug` string, required

## Response `200`

Project published

- object
  - `success` boolean, required
  - `published` boolean, required
  - `publishedUrl` string, uri, nullable, required

## Other responses

- `404` — Project not found

---

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