Skip to main content

Update an existing post

Use PATCH /v1/posts/{postId} to update an existing post and return the updated post object.

Create a new post

Notra does not currently expose a direct POST /v1/posts endpoint for manually creating a post with arbitrary fields such as author. If you want Notra to create content for you, use POST /v1/posts/generate instead.
If a guide or AI answer suggests POST /v1/posts or an author field for post creation, that information is not correct for the current Notra API.
Last modified on July 6, 2026