Navigation
Mobile DocsNavigation
Mobile DocsOpen-source headless CMS with full customization
Integrate with Strapi to manage content collections, create entries, handle media, and customize your content API. Self-hosted or cloud, with full backend control and REST/GraphQL APIs with API token authentication.
Placeholder: Enter your Strapi API token
Layout: full
Placeholder: https://your-strapi-instance.com
Layout: full
Layout: full
Options: List Entries, Get Entry, Create Entry, Update Entry
Placeholder: articles, products, pages
Layout: full
Placeholder: Enter entry ID
Layout: full
Condition: operation = ["get_entry","update_entry","delete_entry"]
Placeholder: {"data": {"title": "My Article", "content": "..."}}
Layout: full
Condition: operation = ["create_entry","update_entry"]
Placeholder: {"filters": {"title": {"$contains": "React"}}}
Layout: full
Condition: operation = "list_entries"
Required
Required
Required
Required
Optional
Optional
Optional
Primary response type:
{
"data": "json"
}