cURL
curl --request POST \ --url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables/{tableId}/records \ --header 'Content-Type: application/json' \ --header 'Softr-Api-Key: <api-key>' \ --data '{ "fields": {} }'
{ "data": { "id": "<string>", "tableId": "<string>", "fields": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Create a new record in the specified table.
A map of Field IDs to their values.
The newly created record.
Show child attributes