Check Visibility
Path Parameters
The ID of the audit to check visibility for
Query Parameters
Brand name to check visibility for in LLM responses
Request Body
Array of queries to test against various LLMs
Response
Returns an array of visibility records showing if and how the brand appears in LLM responses.Unique identifier for the visibility record
The audit ID this visibility check belongs to
Name of the LLM tested (e.g., “GPT-4”, “Claude”, “Gemini”)
The query that was tested
Whether the brand was mentioned in the LLM’s response
Position where the brand was mentioned (1 = first mention)
The exact text snippet where the brand was mentioned
Timestamp when the visibility was checked (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 Visibility
Path Parameters
The ID of the audit to retrieve visibility data for
Response
Returns an array of visibility objects with the same structure as the check 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