Skip to main content
POST
Adapt Content Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
text
string
required

Original content to adapt

Required string length: 1 - 50000
source_platform
string
required

Platform the content was written for

target_platforms
string[]
required

Platforms to adapt for

Required array length: 1 - 6 elements
brand_voice
string | null

Optional brand voice guidelines

Maximum string length: 5000

Response

Successful Response

{key}
AdaptedContentResponse · object