Sageox Recordings API

Full lifecycle management for discussion recordings: chunked upload, transcription, speaker identification, AI-generated summaries, decisions, and action items. Recordings feed into the repository Ledger. Supports both audio upload and real-time recording sessions via Temporal workflows.

Operations 36

POST /api/v1/repos/{repo_id}/recordings Start recording (repo-scoped) #
GET /api/v1/repos/{repo_id}/recordings List recordings (repo-scoped) #
GET /api/v1/repos/{repo_id}/recordings/{rec_id} Get recording details (repo-scoped) #
PATCH /api/v1/repos/{repo_id}/recordings/{rec_id} Update recording metadata (repo-scoped) #
DELETE /api/v1/repos/{repo_id}/recordings/{rec_id} Delete recording (repo-scoped) #
POST /api/v1/repos/{repo_id}/recordings/{rec_id}/chunks Get presigned URL for chunk upload (repo-scoped) #
POST /api/v1/repos/{repo_id}/recordings/{rec_id}/chunks/prefetch Batch prefetch chunk upload URLs (repo-scoped) #
POST /api/v1/repos/{repo_id}/recordings/{rec_id}/chunks/heartbeat Send chunk upload heartbeat (repo-scoped) #
POST /api/v1/repos/{repo_id}/recordings/{rec_id}/pause Pause recording (repo-scoped) #
POST /api/v1/repos/{repo_id}/recordings/{rec_id}/resume Resume recording (repo-scoped) #
POST /api/v1/repos/{repo_id}/recordings/{rec_id}/complete Complete recording upload (repo-scoped) #
POST /api/v1/repos/{repo_id}/recordings/{rec_id}/force-complete Force-complete stuck recording (repo-scoped) #
GET /api/v1/repos/{repo_id}/recordings/{rec_id}/transcript Get transcript (repo-scoped) #
GET /api/v1/repos/{repo_id}/recordings/{rec_id}/decisions Get extracted decisions (repo-scoped) #
GET /api/v1/repos/{repo_id}/recordings/{rec_id}/download Get download URL (repo-scoped) #
POST /api/v1/teams/{team_id}/recordings Start recording (team-scoped) #
GET /api/v1/teams/{team_id}/recordings List recordings (team-scoped) #
GET /api/v1/teams/{team_id}/recordings/{rec_id} Get recording details (team-scoped) #
PATCH /api/v1/teams/{team_id}/recordings/{rec_id} Update recording metadata (team-scoped) #
DELETE /api/v1/teams/{team_id}/recordings/{rec_id} Delete recording (team-scoped) #
POST /api/v1/teams/{team_id}/recordings/{rec_id}/chunks Get presigned URL for chunk upload (team-scoped) #
POST /api/v1/teams/{team_id}/recordings/{rec_id}/chunks/prefetch Batch prefetch chunk URLs (team-scoped) #
POST /api/v1/teams/{team_id}/recordings/{rec_id}/chunks/heartbeat Send heartbeat (team-scoped) #
POST /api/v1/teams/{team_id}/recordings/{rec_id}/pause Pause recording (team-scoped) #
POST /api/v1/teams/{team_id}/recordings/{rec_id}/resume Resume recording (team-scoped) #
POST /api/v1/teams/{team_id}/recordings/{rec_id}/complete Complete recording upload (team-scoped) #
POST /api/v1/teams/{team_id}/recordings/{rec_id}/force-complete Force-complete stuck recording (team-scoped) #
GET /api/v1/teams/{team_id}/recordings/{rec_id}/transcript Get transcript (team-scoped) #
GET /api/v1/teams/{team_id}/recordings/{rec_id}/decisions Get extracted decisions (team-scoped) #
GET /api/v1/teams/{team_id}/recordings/{rec_id}/download Get download URL (team-scoped) #
GET /api/v1/recordings/{rec_id}/reactions List recording reactions #
GET /api/v1/recordings/{rec_id}/comments List recording (live-meeting) chat comments #
GET /api/v1/recordings/{rec_id}/decisions List participant-marked decisions #
GET /api/v1/recordings/{rec_id}/questions List participant-marked questions #
GET /api/v1/recordings/{rec_id}/action-items List participant-marked action items #
GET /api/v1/recordings/{rec_id}/concerns List participant-marked concerns #

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/sageox-recordings-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

sageox-recordings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SageOx Recordings API
  version: 1.0.0
  description: '# API Reference


    ## Overview


    SageOx is a platform that captures team knowledge from discussions, decisions, and work context into a Ledger (per-repo historical record) and Team Context (team-wide shared knowledge).'
  contact:
    name: SageOx Team
  license:
    name: MIT
servers:
- url: http://localhost:3000
  description: Devcontainer
- url: https://test.sageox.ai
  description: Test
- url: https://sageox.ai
  description: Production
security:
- bearerAuth: []
tags:


# --- truncated at 32 KB (84 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sageox/refs/heads/main/openapi/sageox-recordings-api-openapi.yml