Skip to main content
Create entries from server-side code only.

Example

Body

Send field values inside values:
The API also accepts data or a direct object for compatibility, but values is the clearest format.

Response

The response is the created entry.
Successful creates return status 201.

Defaults And Required Fields

When a field has a default value, Plato can apply it during creation. If a required field is missing or empty, Plato returns:

Select The Response

Use fields when you only need part of the created entry:
That keeps the response predictable and fast.