Skip to main content
The Platform API gives you full programmatic control over your Nekt workspace — trigger pipelines, manage sources, destinations, and runs, and build custom integrations with your own systems.
Available
Nekt ExpressYes
GCPYes
AWSYes

Base URL

https://api.nekt.ai
All requests must use HTTPS.

Authentication

The API uses API keys. Add an x-api-key header to every request.
curl --request GET \
  --url https://api.nekt.ai/api/v1/sources/ \
  --header "x-api-key: <api-key>"
Create an API key in your Workspace settings.
Your API key carries admin-level privileges. Never share it or commit it to version control.

What you can do


For the full API reference, see the Platform API section.