Create a new object record
Creates a new record within the specified object definition. The record data must conform to the definition’s schema.Documentation Index
Fetch the complete documentation index at: https://docs.commodityai.io/llms.txt
Use this file to discover all available pages before exploring further.
| Status | Code | Description |
|---|---|---|
400 | validation_error | Invalid or malformed request body |
401 | unauthorized | Invalid or missing API key |
404 | not_found | Object definition not found with the provided ID |
409 | duplicate_record | A record with the same primary key already exists |
422 | schema_mismatch | Record data does not match the definition schema |
429 | rate_limit_exceeded | Too many requests (see Rate Limits) |
500 | internal_error | Internal server error |