AI Features

Generate post

Create content with AI tool for social media platforms.

Generate post content

post
Authorizations
Path parameters
project_idstringRequired
Body
brainStormstringRequired
platformstringOptionalDefault: twitter
Responses
default

OK

post
POST /cdp/v3/{project_id}/campaigns/generate-post HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 42

{
  "brainStorm": "text",
  "platform": "twitter"
}
default

OK

No content

Generate insignts post

Create analytical posts with AI tools for social media platforms.

Generate insights post of projects

post
Authorizations
Path parameters
project_idstringRequired
Body
projectIdsany ofOptionalDefault: null
stringOptional
or
nullOptional
startTimeintegerOptionalDefault: 1723963671
endTimeintegerOptionalDefault: 1726555671
insightsany ofOptionalDefault: null
stringOptional
or
nullOptional
Responses
default

OK

post
POST /cdp/v3/{project_id}/campaigns/generate-insights-post HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 83

{
  "projectIds": "text",
  "startTime": 1723963671,
  "endTime": 1726555671,
  "insights": "text"
}
default

OK

No content

Project analytical insights

Get analytical insights with AI tool for charts.

Get insights of projects

get
Authorizations
Path parameters
project_idstringRequired
Query parameters
endTimeinteger Β· int32Optional

end time to get insights

startTimeinteger Β· int32Optional

start time to get insights

projectIdsstringOptional

list of projects

Responses
default

OK

get
GET /cdp/v3/{project_id}/campaigns/project-insights HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Suggest trending keywords for social media posts.

get
Authorizations
Path parameters
project_idstringRequired
Query parameters
limitinteger Β· int32Optional

Limit keywords to return. Default: 10.

Responses
default

OK

get
GET /cdp/v3/{project_id}/campaigns/trending-keywords HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Suggest target audiences

Suggest target audiences for marketing campaigns using AI.

Get suggested audiences list from condition

get
Authorizations
Path parameters
project_idstringRequired

Project ID

Query parameters
activeChainsstringOptional

List of chain IDs, id are separated by commas.

activityTimeinteger Β· int32Optional

Activity time of wallets.

conditionsstringOptional

Wallet information condition. Use json format.

Responses
default

OK

get
GET /cdp/v3/{project_id}/campaigns/audiences/suggestion HTTP/1.1
Host: develop.centic.io
Authorization: YOUR_API_KEY
Accept: */*
default

OK

No content

Last updated