Contensis website screenshot

Contensis

Contensis is an enterprise-level Content Management System (CMS) developed by Zengenti, designed to help organizations create, manage, and deliver digital content across multiple platforms and devices through HTTP, JavaScript, and .Net APIs.

3 APIs 0 Features
CMSContentHeadless CMS

APIs

Contensis Delivery API

The Contensis Delivery API focuses on delivering content created in content types and entries to websites and applications. It is a read-only HTTP API designed for high-performa...

Contensis Management API

The Contensis Management API allows developers to import and manage content within content types and entries. It provides full CRUD access to content models, entries, projects, ...

Contensis Image API

The Contensis Image API provides real-time image manipulation and optimization features as part of the Delivery API. It supports on-the-fly transformations such as resizing, cro...

Collections

Pricing Plans

Contensis Plans Pricing

3 plans

PLANS

Rate Limits

Contensis Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📰
Blog
Blog
🔗
Community
Community
💬
Support
Support

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Contensis Delivery API (HTTP)
  version: 1.0.0
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: Get a project
      type: http
    http:
      method: GET
      url: https://{instance}.contensis.com/api/delivery/projects/:projectId
      params:
      - name: projectId
        value: ''
        type: path
      - name: language
        value: ''
        type: query
    docs: Get a project
- info:
    name: Content Types
    type: folder
  items:
  - info:
      name: List content types for a project
      type: http
    http:
      method: GET
      url: https://{instance}.contensis.com/api/delivery/projects/:projectId/contenttypes
      params:
      - name: projectId
        value: ''
        type: path
    docs: List content types for a project
  - info:
      name: Get a single content type
      type: http
    http:
      method: GET
      url: https://{instance}.contensis.com/api/delivery/projects/:projectId/contenttypes/:contentTypeId
      params:
      - name: projectId
        value: ''
        type: path
      - name: contentTypeId
        value: ''
        type: path
    docs: Get a single content type
- info:
    name: Entries
    type: folder
  items:
  - info:
      name: List entries in a project
      type: http
    http:
      method: GET
      url: https://{instance}.contensis.com/api/delivery/projects/:projectId/entries
      params:
      - name: projectId
        value: ''
        type: path
      - name: versionStatus
        value: ''
        type: query
      - name: language
        value: ''
        type: query
      - name: pageIndex
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: order
        value: ''
        type: query
        description: Comma-separated field IDs; prefix with `-` for descending
      - name: linkDepth
        value: ''
        type: query
        description: Resolve linked entries up to depth 10
    docs: List entries in a project
  - info:
      name: Get a single entry
      type: http
    http:
      method: GET
      url: https://{instance}.contensis.com/api/delivery/projects/:projectId/entries/:entryId
      params:
      - name: projectId
        value: ''
        type: path
      - name: entryId
        value: ''
        type: path
      - name: language
        value: ''
        type: query
      - name: versionStatus
        value: ''
        type: query
      - name: linkDepth
        value: ''
        type: query
    docs: Get a single entry
  - info:
      name: Search entries
      type: http
    http:
      method: GET
      url: https://{instance}.contensis.com/api/delivery/projects/:projectId/entries/search
      params:
      - name: projectId
        value: ''
        type: path
      - name: q
        value: ''
        type: query
      - name: language
        value: ''
        type: query
      - name: pageIndex
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
    docs: Search entries
- info:
    name: Taxonomy
    type: folder
  items:
  - info:
      name: List taxonomy nodes
      type: http
    http:
      method: GET
      url: https://{instance}.contensis.com/api/delivery/projects/:projectId/taxonomy/nodes
      params:
      - name: projectId
        value: ''
        type: path
    docs: List taxonomy nodes
bundled: true