Getting Started

Pick the Neurologyca API that matches your product

This page is the fastest way to decide which Neurologyca API you should integrate with. Start with the user experience you want to build, then follow the corresponding section for setup details and endpoint-level documentation.

Start with your use case

Choose the right integration path

If your use case is…Choose this APIWhyFirst endpoint
Upload a single recorded presentation or practice videoSoftSkills APISimplest external integration for standard or combined recorded-video analysisPOST /api/v1/analyze-video or POST /api/v1/full-analysis
Add a Neurologyca-powered assistant or coach to your productAgents APISupports session creation, history retrieval, and traced responsesPOST /api/v1/auth/firebase
Run a live or step-based assessment pipelineEngine APIBuilt for session creation, .kpn processing, and final Constellation insightsPOST /session

Decision guide

Use SoftSkills API when

  • Your app already has a finished video file.
  • You want a JSON response with scores and recommendations, or the extended combined analysis payload.
  • You prefer an API-key-based integration with minimal state management.

Read next: SoftSkills Getting Started

Use Agents API when

  • You are building a conversational UI.
  • You need persistent sessions and conversation history.
  • You want the assistant reply plus per-agent traces from the orchestration layer.

Read next: Agents Overview

Use Engine API when

  • You capture session data incrementally instead of sending one final file.
  • Your client can produce .kpn packages.
  • You need a session token first, then upload processing inputs, then fetch final analysis.

Read next: Engine Overview

What you will need before integrating

  • SoftSkills API: a Neurologyca API key from the dashboard and a supported video file.
  • Agents API: an authenticated user flow that can send bearer tokens to the Agent backend.
  • Engine API: tenant credentials for POST /session and the ability to upload .kpn packages.

Suggested next step

  1. Pick the API that matches your product flow, not just the data format you have today.
  2. Read that section’s overview page to understand the workflow and authentication model.
  3. Move into the API reference once you are ready to implement endpoint calls.