Research Keywords
Path Parameters
The ID of the audit to research keywords for
Query Parameters
Domain to research keywords for
Request Body
Array of seed keywords to expand and research. If not provided, the system will generate keywords based on domain analysis.
Response
Returns an array of keyword objects with search volume, difficulty, and intent data.Unique identifier for the keyword record
The audit ID this keyword belongs to
The keyword or search term
Monthly search volume estimate
Keyword difficulty score (0-100, higher is more competitive)
Cost per click in USD for paid advertising
Search intent classification (e.g., “informational”, “commercial”, “transactional”, “navigational”)
Timestamp when the keyword was researched (ISO 8601 format)
Error Codes
Unauthorized - Invalid or missing authentication token
Forbidden - User does not have access to this audit
Not Found - Audit ID does not exist
Bad Gateway - Kimi AI generation failed. Error code:
KIMI_GENERATION_FAILEDService Unavailable - Kimi provider not configured. Error code:
KIMI_UNAVAILABLE. Ensure NV_API_KEY_ANALYSIS, NVIDIA_API_KEY, or NV_API_KEY is set.Get Keywords
Path Parameters
The ID of the audit to retrieve keywords for
Response
Returns an array of keyword objects with the same structure as the research endpoint.Error Codes
Unauthorized - Invalid or missing authentication token
Forbidden - User does not have access to this audit
Not Found - Audit ID does not exist