Skip to main content
The userjourneys.ai API lets you programmatically access your project data — check study capacity, fetch interviews, inspect releases and chats, and receive real-time webhook notifications when interviews complete.

Base URL

Endpoints

Error handling

All responses return JSON (except 204).

Pagination

List endpoints return paginated results using cursor-based pagination:
Pass limit to control page size (default 20, max 100). When has_more is true, pass starting_after with the id of the last item to get the next page.