Creates a new collection Record.

Depending on the collection's createRule value, the access to this action may or may not have been restricted.

You could find individual generated records API documentation from the Dashboard.

API details
POST
/api/collections/collectionIdOrName/records
Path parameters
Param Type Description
collectionIdOrName String ID or name of the record's collection.
Body Parameters
Param Type Description
Optional id
String 15 characters string to store as record ID.
If not set, it will be auto generated.
Schema fields
Any field from the collection's schema.
Additional auth record fields
Required password
String Auth record password.
Required passwordConfirm
String Auth record password confirmation.
Body parameters could be sent as JSON or multipart/form-data.
File upload is supported only through multipart/form-data.
Query parameters
Param Type Description
Responses
{#each responses as response (response.code)} {/each}
{#each responses as response (response.code)}
{/each}