Create a new object record
| 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 |