Strapi

Strapi

Manage Strapi headless CMS content. Create, update, and publish entries across content types with full media support.

Authentication: api key

Tools

List Content Types
List all available content types in the Strapi instance.
List Entries
List entries from a specific content type (collection).
Get Entry
Get a single entry by ID from a content type.
Create Entry
Create a new entry in a content type.
Update Entry
Update an existing entry.
Delete Entry
Delete an entry.
Publish Entry
Publish a draft entry (make it live).
Unpublish Entry
Unpublish a live entry (make it draft).
List Media
List uploaded files from the media library.
Get Media
Get a single media file by ID.
Upload Media From Url
Upload a media file from a URL.
Delete Media
Delete a media file.
List Users
List users from the Users & Permissions plugin.
Get User
Get a user by ID.
Get Current User
Get the currently authenticated user.
List Components
List all components defined in the Strapi schema.
Search Entries
Search across multiple content types.
List Locales
List available locales (if i18n plugin is enabled).
Get Entry Localizations
Get all localizations of an entry.