---
title: "Creates an entry in the transparency log"
method: POST
path: "/api/v1/log/entries"
tags: ["entries"]
---

# Creates an entry in the transparency log

`POST /api/v1/log/entries`

Creates an entry in the transparency log for a detached signature, public key, and content.

## Request body

- ProposedEntry
  - `kind` string, required

## Response `201`

Returns the entry created in the transparency log

- LogEntry

## Other responses

- `400` — The content supplied to the server was invalid
- `409` — The request conflicts with the current state of the transparency log
- `default` — There was an internal error in the server while processing the request

## Changes

- **2021-01-28** `a6c8f19ce1c3` — 1 warning
  - the optional response header `Location` removed for the status `409`

[Change history](https://skmtc.dev/sigstore/apis/rekor/changes/api/v1/log/entries/post.md)

---

[API](https://skmtc.dev/sigstore/apis/rekor.md) · [All operations](https://skmtc.dev/sigstore/apis/rekor/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sigstore/rekor/revisions/35007e4582f4/schema)
