Create new record.
POST
/api/records/v1/{name}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” name
required
string
Query Parameters
Section titled “Query Parameters ” 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.
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Record id of successful insertion.
object
ids
required
Safe-url base64 encoded id of the newly created record.
Array<string>