REST API v1

Integrate AI visibility
into your agency tools

Access your clients' projects, GEO scores and AI analysis results directly via our REST API. Automate your reports and integrate Geoptim into your stack.

API available · Bearer authentication · JSON · 5,000 req/day

Why use the Geoptim API?

Designed for agencies and freelancers managing multiple clients

Simple integration

Standard REST API with Bearer authentication. Compatible with any language or tool (PHP, Python, JS, Zapier, n8n)

Real-time data

Access the latest GEO scores, AI analyses and recommendations for your clients directly in your dashboards.

Secure and reliable

Revocable authentication tokens, rate limiting, access logs. Your security is our priority.

Quick start

curl example
curl -X GET https://geoptim.ai/api/v1/scans \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"