Create a record for imported data
Tables
Create a record for imported data
Creates a new record with values for the specified knowledge base. Provide either a values array (with column_id or column_name) or a record object keyed by field names.
POST
Create a record for imported data
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
UUID of the data
Body
application/json
- Option 1 · object
- Option 2 · object
- Option 3 · object[]
Single row keyed by field names
Example:
{
"Location": "Los Angeles Headquarters",
"Price": "1999.00"
}Response
Record created successfully
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
Example:
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
Example:
"Record created successfully"
