DEVELOPER DOCS

API Documentation

Integrate Optymia AI's GEO optimization engine into your applications with our powerful REST API.
Quick Start
# Authenticate and get your API key from the dashboard
curl -X GET "https://api.optymia.xyz/v1/businesses" \
-H "Authorization: Bearer YOUR_API_KEY"

Generate your API key in the Dashboard Settings.

API Endpoints

GET
/api/businesses

List all businesses for a user

userId
POST
/api/businesses

Create a new business profile

name
website_url
industry
GET
/api/businesses/:id/score

Get the latest GEO score for a business

id
POST
/api/tasks/:id/execute

Execute a specific GEO optimization task

id
businessId
POST
/api/automations/:id/run

Run an automation workflow

id
businessId

Full API Reference

Complete documentation for all endpoints.

SDK Libraries

Node.js, Python, and PHP SDKs.

Webhooks

Real-time event notifications.