Discussions
order_id assimilation
Why is the order_id that is returned when I make a call in
<https://api.transkriptor.com/7/Add-Bot-to-Meeting>
is not the same as the one associated when I try to get the transcript from <https://api.transkriptor.com/4/Get-History> ?
Posted by dav 21 days ago
Can you also provide the details in curl output?
I want to use these API's in make.com to retrieve the transcription of a video from url.
Posted by Saurabh Gopal about 1 month ago
Transcriptor Meeting Bot with OrderId
Hello. Is it possible to associate the Transcriptor Meeting Bot with an orderId? The code below
$url = "<https://api.transkriptor.com/7/Add-Bot-to-Meeting">;
$parameters = array(
"meetingUrl" => "MEETING URL HERE",
"language" => "en-US",
"apiKey" => "XXXXX"
);
$response = file_get_contents($url . '?' . http_build_query($parameters));
$content = json_decode($response, true);
does not return the orderId in the response, based on which the transcript can later be retrieved. What are our options to add the bot to a Google Meet conversation and then retrieve the transcript using the API?
Posted by Michal about 1 month ago
Max file size
What is the max size of the file that I can upload using API?
Posted by Vadim about 2 months ago
code de l'api en wlangage
hello
code de l'api en wlangage
Posted by Dominique DOMBOU 4 months ago