@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/corti> a schema:SoftwareApplication ;
  schema:name "Corti API"@en, "Corti API"@da ;
  schema:description "Healthcare AI API for medical transcription, clinical documentation, coding, and agentic workflows."@en ;
  schema:description "Healthcare-API til medicinsk transskription, klinisk dokumentation, kodning og agentiske arbejdsgange."@da ;
  dcterms:description "Corti provides a production healthcare AI platform with REST and WebSocket interfaces for real-time and recorded speech transcription, clinical document generation, fact extraction, medical coding, and AI agents. The official JavaScript/TypeScript and C#/.NET SDKs support OAuth 2.0 authentication, automatic token refresh, pagination, retries, and typed API access. Integrations operate within an EU or US environment and tenant, with access controlled through credentials issued in the Corti Console."@en ;
  dcterms:description "Corti leverer en produktionsklar healthcare-AI-platform med REST- og WebSocket-grænseflader til realtidstransskription og transskription af optagelser, generering af kliniske dokumenter, faktaudtræk, medicinsk kodning og AI-agenter. De officielle JavaScript/TypeScript- og C#/.NET-SDK'er understøtter OAuth 2.0, automatisk tokenfornyelse, paginering, retries og typebaseret API-adgang. Integrationer kører i et EU- eller US-miljø og en tenant, hvor adgangen styres af legitimationsoplysninger fra Corti Console."@da ;
  schema:url <https://www.corti.ai> ;
  schema:documentation <https://docs.corti.ai> ;
  schema:codeRepository <https://github.com/corticph/corti-sdk-javascript> ;
  aa:category "api" ;
  aa:sector "health" ;
  aa:accessType "direct" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-09-09"^^xsd:date ;
  dcterms:issued "2026-09-09"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "health" ;
  dcat:keyword "ai-models" ;
  dcat:keyword "speech-to-text" ;
  dcat:keyword "clinical" ;
  dcat:keyword "mcp" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
