Skip to content

Create new record.

POST
/api/records/v1/{name}
name
required
string
redirect_to
string | null

Redirect user to this address upon successful record creation. This only exists to support insertions via static HTML form actions.

We may want to have a different on-error redirect to better support the static HTML use-case.

Record id of successful insertion.

object
ids
required

Safe-url base64 encoded id of the newly created record.

Array<string>