Skip to main content
Keywords

AI search volume for a list of keywords

View Markdown

Returns how often each keyword is searched inside AI assistants, with a monthly trend. Costs 2 credits per keyword.

POST/v1/ai-keyword-volume/

Authorization

accessKey
x-access-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/ai-keyword-volume/" \  -H "Content-Type: application/json" \  -d '{    "keywords": [      "string"    ]  }'
{
  "success": true,
  "credits": {
    "charged": 0,
    "remaining": 0
  },
  "data": {
    "location": "string",
    "language": "string",
    "keywords": [
      {
        "keyword": "string",
        "ai_search_volume": null,
        "trend": [
          {
            "year": 0,
            "month": 0,
            "ai_search_volume": null
          }
        ]
      }
    ]
  }
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}