Developer API

Powerful API for Developers

Integrate Dikayos into your existing workflow with our comprehensive REST API. Build custom solutions, automate testing, and extend functionality.

Everything you need to integrate

Our API provides full access to all Dikayos features, allowing you to build powerful integrations and automations.

RESTful API
Clean, intuitive REST API following industry standards with comprehensive error handling.
Real-time Events
WebSocket support for real-time notifications and test execution updates.
Secure Authentication
OAuth 2.0, API keys, and JWT tokens for secure authentication and authorization.
Comprehensive Data
Access to all test results, analytics, agent configurations, and workflow data.
Global CDN
Fast, reliable API endpoints served from our global content delivery network.
Rich Documentation
Comprehensive documentation with interactive examples and code samples.

Quick Start Example

Get started with our API in minutes

API Example
// Create a new AI agent
curl -X POST https://api.dikayos.com/v1/agents \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Test Agent",
    "type": "web_testing",
    "config": {
      "target_url": "https://example.com",
      "test_scenarios": ["login", "navigation", "checkout"]
    }
  }'

// Execute tests
curl -X POST https://api.dikayos.com/v1/agents/agent_123/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "environment": "production",
    "parallel": true
  }'

// Get test results
curl -X GET https://api.dikayos.com/v1/test-runs/run_456/results \
  -H "Authorization: Bearer YOUR_API_KEY"

Official SDKs

Use our official SDKs to integrate Dikayos into your favorite programming language.

JS

JavaScript

Node.js & Browser

PY

Python

3.7+ Support

GO

Go

1.18+ Support

PHP

PHP

7.4+ Support

Ready to start building?

Get your API key and start integrating Dikayos into your applications today.

Get API Access