Create a new record for a content model with this API. It allows you to specify details like title, page slug (if the content model has ‘act_as_web_page’ enabled), version data, and relation fields.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Identifier for the tenant. Ensures data isolation per tenant.
Workspace identifier within the tenant. Scopes resources to a specific workspace.
Unique identifier of the target environment. Used to scope the API call to a specific deployment environment.
"PRODUCTION-15a0f8c2-a5e8-4e40-ae74-cb1389d22f45-w49jkngj"
Specifies the internal name of the content model.
Specifies the language or region for the response data
Boolean flag to publish the record. Set to true
to publish immediately upon creation.
Comma-separated environment IDs; required if publish is set to true.
Content model record created successfully.
The response is of type object
.