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/businessesList all businesses for a user
userId
POST
/api/businessesCreate a new business profile
name
website_url
industry
GET
/api/businesses/:id/scoreGet the latest GEO score for a business
id
POST
/api/tasks/:id/executeExecute a specific GEO optimization task
id
businessId
POST
/api/automations/:id/runRun 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.