Kadoa API home page
Search...
⌘K
Kadoa Dashboard
Kadoa Dashboard
Search...
Navigation
API Reference
Introduction
Documentation
API Reference
Changelog
Contact Us
API Reference
Introduction
Crawling
Workflows
Monitoring
Notifications
Schemas
Adhoc
Files
Locations
Data Validation
On this page
Quickstart
Authentication
API Reference
Introduction
Kadoa is built as an API-first platform. Everything you can do on your Kadoa Dashboard is also possible with our flexible API.
Quickstart
Get your
API key
Personal API Key: Found under Account Settings in your Kadoa account.
Team API Key: Found under Team Settings, grants access to all workflows and data belonging to that team.
Create your first workflow on
Kadoa.com
Fetch the data by using our API.
Authentication
All API endpoints are authenticated using an API key.
Copy
"headers"
: {
"x-api-key"
:
"your-api-key"
}
Start a new crawling session
Assistant
Responses are generated using AI and may contain mistakes.