How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Acoustic Authoring content API

## GeneralUse the Content content authoring data service Rest APIs to work with content documents. Content includes items that you compose in your content hub and upload from outside your content subscription. You can create, retrieve, and update content documents in a database. You can also create draft versions, change the status, and get a count of the total content in your database.## Content workflow (status)The status of a content item can be determined by the **suffix** of the ID:- An ID like xxxx:**draft** indicates that the item is a draft. This is the initial status of a new content item until it is published. A draft of a published content item will also have this suffix.- An ID like xxxx:***[publishing_job_id]*** - indicates that the content item has been scheduled for publish in the given publishing job.- An ID like xxxx with no suffix indicates that the content is **published** or **retired**.A draft can be created from published. When such a draft is published, it will override the previously published content.**Key notes:**- The base ID (xxxx) does not change. Only the suffix changes according to the workflow status of the item.- Where content and assets are referenced from within a content item, the 'raw' ID form, without a suffix, is always used. For example, when a draft content item is referenced by another draft content item, the reference appears as a raw ID, and thus does not change when the items are published.- API clients should not depend on the ID format and should not attempt to parse it. Instead, the ***linkedDocId*** and ***links*** properties should be used.- Draft item have a property ***linkedDocId***. This is the Id that the draft item will have when it is published.- Draft items that have a published version will have a ***linkedDoc*** property within the ***links*** property. This property will not appear for drafts that do not have a published version.

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

Tagged areas include Authoring content. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 12 operations across 9 paths, and defines 1 schema. It is described by OpenAPI 3.2.0, at version 1.0.142.

Requests are made against the base URL https://content-us-1.content-cms.com/api/{tenantId}.

12 operations 9 paths 1 schemas 1 DELETE5 GET5 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.142
Base URL
https://content-us-1.content-cms.com/api/{tenantId}
Resource Areas
1

Paths & Operations 12

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

Authoring content 12

General Use the Content content authoring data service Rest APIs to work with content documents. Content includes items that you compose in your content hub and upload from outsid…

GET
/authoring/v1/content
List all content items in the database.
3 params → 200429503default
POST
/authoring/v1/content
Create content items.
1 param body → 201400429503default
GET
/authoring/v1/content/{id}
Retrieve an existing content item.
3 params → 200404429503default
PUT
/authoring/v1/content/{id}
Update an existing content item.
5 params body → 200400404409429503default
DELETE
/authoring/v1/content/{id}
Delete an existing content item immediately.
1 param → 200404409429503default
GET
/authoring/v1/content/views/by-type
Retrieve all content of the specified type.
4 params → 200429503default
GET
/authoring/v1/content/views/by-modified
Retrieve all content modified within the specified date.
10 params → 200401429503default
POST
/authoring/v1/content/{id}/create-draft
Create a draft version of an existing content item.
4 params → 200400404409412429503default
GET
/authoring/v1/content/count
Retrieve the total number of content items in the database.
→ 200429default
POST
/authoring/v1/content/{id}/analyze
AI analyzes and provides tag recommendations for the content.
1 param → 200400404429default
POST
/authoring/v1/content/{id}/validate
Validate the specified content item against its type.
1 param → 200204400401404429503default
POST
/authoring/v1/content/{id}/unpublish
Unpublish a published item.
1 param → 200404409429503default

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
This JSON record represents an error condition.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

acoustic-authoring-content-api-openapi.yml Raw ↑

Other APIs Acoustic publishes across the network.

Acoustic Campaign REST API
Acoustic Campaign XML API
Acoustic Connect API
Acoustic Personalization
Acoustic Administering user profiles API
Acoustic Authoring assets API
Acoustic Authoring categories API
Acoustic Authoring changes API
Acoustic Authoring comments API
Acoustic Authoring context search API
Acoustic Authoring image profiles API
Acoustic Authoring Import API
Where this information came from

This is an independent, third-party profile of Acoustic Authoring content API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.