<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.7kas.com/index.php?action=history&amp;feed=atom&amp;title=API_getrecordingtranscript</id>
	<title>API getrecordingtranscript - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.7kas.com/index.php?action=history&amp;feed=atom&amp;title=API_getrecordingtranscript"/>
	<link rel="alternate" type="text/html" href="https://wiki.7kas.com/index.php?title=API_getrecordingtranscript&amp;action=history"/>
	<updated>2026-09-06T23:57:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.7kas.com/index.php?title=API_getrecordingtranscript&amp;diff=424&amp;oldid=prev</id>
		<title>Maintenance script: API docs: add recording transcript/summary endpoints</title>
		<link rel="alternate" type="text/html" href="https://wiki.7kas.com/index.php?title=API_getrecordingtranscript&amp;diff=424&amp;oldid=prev"/>
		<updated>2026-07-22T22:25:59Z</updated>

		<summary type="html">&lt;p&gt;API docs: add recording transcript/summary endpoints&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;7Kas VoIP REST API function. Available to: &amp;#039;&amp;#039;&amp;#039;SuperRoot, Operator, Client&amp;#039;&amp;#039;&amp;#039;.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns the transcription of one of the caller&amp;#039;s recordings, with or without the summary (resumen). Select the recording by id OR uniqueid. format=json returns an object; format=text returns a downloadable text/plain .txt (transcript, plus a &amp;quot;--- RESUMEN ---&amp;quot; block when summary=1). Scoped to the caller&amp;#039;s (root, accountcode) by the key.&lt;br /&gt;
&lt;br /&gt;
== Call ==&lt;br /&gt;
 GET  …/7Kas?func=getrecordingtranscript&amp;amp;ukey=YOUR_KEY&amp;amp;…&lt;br /&gt;
Requires the &amp;lt;code&amp;gt;ukey&amp;lt;/code&amp;gt; parameter.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Parameter !! Type !! Required !! Default !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;id&amp;lt;/code&amp;gt; || integer || No || — || Recording id. Provide id OR uniqueid.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;uniqueid&amp;lt;/code&amp;gt; || string || No || — || Call uniqueid. Provide id OR uniqueid. &amp;lt;small&amp;gt;(max 80)&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt; || integer || No || — || 1 = include the summary (resumen) when available.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;format&amp;lt;/code&amp;gt; || string || No || &amp;lt;code&amp;gt;json&amp;lt;/code&amp;gt; || json = object; text = downloadable .txt. &amp;lt;small&amp;gt;(json|text)&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
== Example ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;https://api.7kas.com:9080/7Kas?func=getrecordingtranscript&amp;amp;ukey=KEY&amp;amp;id=5270558&amp;amp;summary=1&amp;amp;format=text&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Response ==&lt;br /&gt;
json: {transcript, summary(or null), lang, engine, confidence, src, dst, daterecord}. text: text/plain body (Content-Disposition attachment &amp;quot;&amp;lt;uniqueid&amp;gt;.txt&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Back to [[API VoIP]] · &amp;#039;&amp;#039;&amp;#039;[[API Console|▶ Try it live]]&amp;#039;&amp;#039;&amp;#039; · Profiles: [[API profile SuperRoot]], [[API profile Operator]], [[API profile Client (of operator)]], [[API profile Client (direct)]]&lt;br /&gt;
[[Category:API SuperRoot]][[Category:API Operator]][[Category:API Client]][[Category:API function]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>