---
title: "Create a snapshot"
method: POST
path: "/projects/{project_id}/snapshots"
tags: ["Snapshots"]
---

# Create a snapshot

`POST /projects/{project_id}/snapshots`

Creates snapshot of the project. Requires *Manage settings* admin right.

Requires <code>write_snapshots</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Request body

- object
  - `title` string — Set snapshot title.

## Response `200`

OK

- object
  - `project_id` string
  - `snapshot` Snapshots
    - `snapshot_id` number — A unique identifier of the snapshot.
    - `title` string — Snapshot title.
    - `created_at` string — Date and time of the snapshot creation.
    - `created_at_timestamp` string — Unix timestamp when the snapshot was created.
    - `created_by` number — Identifier of a user, who has created the snapshot.
    - `created_by_email` string — E-mail of a user, who has created the snapshot.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
