Documentation Index
Fetch the complete documentation index at: https://docs.agenticpencil.com/llms.txt
Use this file to discover all available pages before exploring further.
Discover keyword opportunities with clustering, search volume, difficulty scores, and intent analysis.
curl -X POST "https://api.agenticpencil.com/v1/keywords/research" \
-H "Authorization: Bearer ap_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"domain": "sonant.ai",
"topic": "ai receptionist",
"country": "us",
"limit": 20
}'
Authorization
Bearer token. Format: Bearer ap_your_api_key
Request Body
Your website domain (e.g., “example.com”)
Topic or niche to research keywords for
Seed keywords to use instead of topic
Two-letter country code (default: “us”). Supported: us, uk, ca, au, de, fr, es, it, br, pt, nl, in
Language code (default: “en”). Supported: en, de, fr, es, it, pt, nl, tr
Maximum keywords per source (default: 50)
Response
{
"success": true,
"data": {
"domain": "sonant.ai",
"topic": "ai receptionist",
"country": "us",
"clusters": [
{
"cluster_name": "ai receptionist",
"total_volume": 4500,
"avg_difficulty": 35,
"keywords": [
{
"keyword": "ai receptionist",
"search_volume": 2400,
"keyword_difficulty": 32,
"cpc": 5.2,
"search_intent": "commercial"
}
]
}
],
"total_keywords": 45
},
"meta": {
"credits_used": 5,
"credits_remaining": 995,
"request_id": "abc-123"
}
}
Credit Cost: 5 credits per request