Strapi
communityOpen-source headless CMS with customizable API, admin panel, and plugin system for content management.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://{instance}/api/{content-type}Get content entries
Parameters
sortfield:asc|desc (stringoptionalfiltersfilter object (stringoptionalpopulaterelations to include (stringoptionalcontent-typecontent type plural name (stringrequiredpagination[page]page (integeroptionalpagination[pageSize]results (integeroptionalReturns
data[] with id, attributes (content fields), meta.paginationPOST
https://{instance}/api/{content-type}Create a content entry
Parameters
datafield values (objectrequiredcontent-typecontent type (stringrequiredReturns
data with id, attributesGET
https://{instance}/api/content-type-builder/content-typesList content types
Returns
data[] with uid, schema.displayName, schema.attributes with field definitions