Integrate Dikayos into your existing workflow with our comprehensive REST API. Build custom solutions, automate testing, and extend functionality.
Our API provides full access to all Dikayos features, allowing you to build powerful integrations and automations.
Get started with our API in minutes
// 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"Use our official SDKs to integrate Dikayos into your favorite programming language.
Node.js & Browser
3.7+ Support
1.18+ Support
7.4+ Support
Get your API key and start integrating Dikayos into your applications today.
Get API Access