Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nicolasleiva/LatentGEO/llms.txt
Use this file to discover all available pages before exploring further.
Analyze Backlinks
Path Parameters
The ID of the audit to analyze backlinks for
Query Parameters
Domain to analyze backlinks for
Response
Returns an array of backlink objects.Unique identifier for the backlink record
The audit ID this backlink belongs to
The URL where the backlink originates from
The URL being linked to
The anchor text used in the backlink
Whether the backlink is dofollow (passes link equity)
Domain authority score of the source domain (0-100)
Timestamp when the backlink was discovered (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
Get Backlinks
Path Parameters
The ID of the audit to retrieve backlinks for
Response
Returns an array of backlink objects with the same structure as the analyze 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