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.
Specifies the title of the record.
"My First Blog Post"
Specifies the URL-friendly slug for the page. Required if model is set to act as a web page.
"my-first-blog-post"
Provides a brief description of the record. (Optional)
"An introduction to our new feature."