aiendpoint.dev
ServicesStrapi

Strapi

community

Open-source headless CMS with customizable API, admin panel, and plugin system for content management.

Visit site ↗

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.

https://strapi.iobearerdeveloperconfidence: 87/1000 discoveries1 contributors
GEThttps://{instance}/api/{content-type}

Get content entries

Parameters

sortfield:asc|desc (stringoptional
filtersfilter object (stringoptional
populaterelations to include (stringoptional
content-typecontent type plural name (stringrequired
pagination[page]page (integeroptional
pagination[pageSize]results (integeroptional

Returns

data[] with id, attributes (content fields), meta.pagination
POSThttps://{instance}/api/{content-type}

Create a content entry

Parameters

datafield values (objectrequired
content-typecontent type (stringrequired

Returns

data with id, attributes
GEThttps://{instance}/api/content-type-builder/content-types

List content types

Returns

data[] with uid, schema.displayName, schema.attributes with field definitions