Centic Docs
  • ๐Ÿ“ŽWelcome to Centic - Center of Data Analytics!
  • ๐Ÿ’ปOur Products and Services
    • DApp Growth
    • Marketing Automation
    • Web3 Engagement
    • Entity-oriented API
      • DApps
        • Lending pool
        • Dexes
        • Gaming
      • Wallet
      • Token
      • Foundation
      • Growth Analytics
        • DApp Users
        • Token Holders
        • Social Media
        • Engagement
      • Marketing Automation
        • Campaigns
        • Actions
        • Report
        • AI Features
  • ๐Ÿ“ŠDatasets
  • ๐Ÿ–‡๏ธIntegration Process
  • ๐Ÿ”ŽFAQs
  • Other Resources
    • Website
    • Medium
    • Github
Powered by GitBook
On this page
  1. Our Products and Services
  2. Entity-oriented API
  3. Marketing Automation

AI Features

PreviousReportNextDatasets

Last updated 7 months ago

Generate post

Create content with AI tool for social media platforms.

Generate insignts post

Create analytical posts with AI tools for social media platforms.

Project analytical insights

Get analytical insights with AI tool for charts.

Suggest trending keywords

Suggest trending keywords for social media posts.

Suggest target audiences

Suggest target audiences for marketing campaigns using AI.

๐Ÿ’ป

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

Get trending keywords

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

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

  • Generate post
  • POSTGenerate post content
  • Generate insignts post
  • POSTGenerate insights post of projects
  • Project analytical insights
  • GETGet insights of projects
  • Suggest trending keywords
  • GETGet trending keywords
  • Suggest target audiences
  • GETGet suggested audiences list from condition

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: 39

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

OK

No content

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: 65

{
  "projectIds": "text",
  "startTime": 1,
  "endTime": 1,
  "insights": "text"
}
default

OK

No content