• Cheat sheets
  • Documentation
  • API reference
  • Product updates
  • Sign in
Kontent.ai Learn
  • Try Kontent.ai
  • Plan
  • Set up
  • Model
  • Develop
  • Create
Management API v2
API Reference
    • About Management API
    • Postman collection
    • SDKs
    • Authentication
    • API keys
    • API limitations
    • Guidelines on handling changes

About Management API

Management API is a secure REST API that provides read and write access to your Kontent.ai projects and environments. If you'd like to manage subscriptions and users via API, use Subscription API.Use Management API to manage your content & assets, content model, environment settings, and users.
Related paths
  • Check how to import content via Management API.
  • Write scripts to automate content migrations between environments and projects with CLI.
  • Use the API to integrate your project with translation management systems.

Making requests

To use Management API, ensure Management API is enabled for your environment, and use a valid personal API key.
  • To ensure Management API is enabled for your environment, go to Environment settings > General > Enabled APIs, and use the toggle to activate Management API.
  • To get a valid API key, go to Project settings > API keys > Management API keys, and click Create Management API key.
The base URL for all requests to Management API is https://manage.kontent.ai/v2. Requests must be made securely over HTTPS and authenticated with a valid personal API key. Requests to the API are rate limited and uncached. Learn more about our encryption security measures.
cURL
curl --request GET \
  --url https://manage.kontent.ai/v2/projects/KONTENT_AI_ENVIRONMENT_ID/items \
  --header 'Authorization: Bearer KONTENT_AI_MANAGEMENT_API_KEY' \
  --header 'x-continuation: KONTENT_AI_CONTINUATION_TOKEN' \
  --header 'Content-type: application/json'
Need content filtering?If you need to filter content and deliver it to your apps, we recommend using Delivery REST API or Delivery GraphQL API.
Copyright © 2025 Kontent.ai. All rights reserved.
  • Web
  • Privacy policy
  • Cookies policy
  • Consent settings
  • Security
  • GDPR