Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Charthop content API

The content API from Charthop — 6 operation(s) for content.

Charthop content API is one of 87 APIs that Charthop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include content. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 9 operations across 6 paths, and defines 12 schemas. It is described by OpenAPI 2.0, at version V1.0.0.

Requests are made against the base URL https://api.charthop.com.

9 operations 6 paths 12 schemas 1 DELETE5 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
V1.0.0
Base URL
https://api.charthop.com
Contact
Resource Areas
1

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 5 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

content 9
GET
/v1/org/{orgId}/content
Return all content in the organization paginated
findContent 5 params → 200400401404
POST
/v1/org/{orgId}/content
Create a new piece of content
createContent 2 params → 201400401403404
PATCH
/v1/org/{orgId}/content/homepage
Update the homepage content
updateHomepage 2 params → 204
GET
/v1/org/{orgId}/content/homepage/render
Render the contents of the homepage
renderHomepage 1 param → 200
GET
/v1/org/{orgId}/content/path/{path}
Return a particular content by path
getContentByPath 2 params → 200400404
GET
/v1/org/{orgId}/content/path/{path}/render
Return a particular content by path, and render its contents
renderContentByPath 2 params → 200400404
GET
/v1/org/{orgId}/content/{contentId}
Return a particular content by id
getContent 2 params → 200400404
PATCH
/v1/org/{orgId}/content/{contentId}
Update an existing piece of content
updateContent 3 params → 204400401403404
DELETE
/v1/org/{orgId}/content/{contentId}
Delete a content
deleteContent 3 params → 204400401403404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Content (26 properties), UpdateContent (12 properties), CreateContent (11 properties), Attribution (6 properties). Each schema is shown below with its type and property counts.

AccessAction
object
3 properties 1 required
ResultsContent
object
3 properties 1 required
UpdateContent
object
12 properties
ResultsAccess
object
2 properties 1 required
CreateContent
object
11 properties 1 required
HomepageContentRender
object
1 property 1 required
Translations
object
1 property 1 required
Attribution
object
6 properties
ShareAccess
object
4 properties 1 required
ContentRender
object
2 properties 2 required
ContentBlock
object
2 properties 1 required
Content
object
26 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

charthop-content-api-openapi.yml Raw ↑

Other APIs Charthop publishes across the network.

Charthop access API
Charthop action API
Charthop ai API
Charthop ai-credit-limit API
Charthop ai-hint API
Charthop ai-prompt API
Charthop app API
Charthop appConfig API
Charthop approval API
Charthop approval-delegate API
Charthop approval-request API
Charthop assessment API