Creates a new record in a table using either table ID or table name.
"Email": "[email protected]" or "fwtJyga6dso": "[email protected]")Enter your Fillout API key. Format: Bearer <api_key>
The unique identifier of the database
The unique identifier of the table. You can also use the table name instead of the ID.
Record data with field names or field IDs as keys and their corresponding values
{
"Name": "John Doe",
"Email": "[email protected]",
"Priority": "high"
}Record created successfully
Unique UUID identifier for the record
Record data with field IDs as keys
{
"fwtJyga6dso": "John Doe",
"k8mNp2xQ9rL": "[email protected]",
"vB3zXc7Hf2w": "low"
}Record data with field names as keys
{
"Name": "John Doe",
"Email": "[email protected]",
"Priority": "low"
}ISO timestamp of when the record was created
ISO timestamp of when the record was last updated