Kortext Labs API

The Labs API from Kortext — 1 operation(s) for labs.

Operations 1

GET /v1/total-time Get total time for all quiz sessions #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/kortext-labs-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

kortext-labs-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: labsapi Labs API
  version: 1.13.0.223565
tags:
- name: Labs
paths:
  /v1/total-time:
    get:
      tags:
      - Labs
      summary: Get total time for all quiz sessions
      description: Calculates and retrieves the total time spent across all quiz sessions for the authenticated admin user. This endpoint provides insights into overall user engagement and time investment in quizzes. Total time is returned in seconds.
      operationId: get_total_time_for_all_sessions_v1_total_time_get
      responses:
        '200':
          description: Successfully retrieved total time
          content:
            application/json:
              schema:
                type: object
                title: Response Get Total Time For All Sessions V1 Total Time Get
              example:
                total_time: 7200.5
        '403':
          description: Unauthorized access
        '500':
          description: Internal server error
      security:
      - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer
      bearerFormat: JWT