File > import
the collection into Postman to get started."apiKey": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
"apiSecret": "xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx"
More > Edit
Variables
tab set userID
,apiKey
and apiSecret
as Workspace variables on Postman as shown below. [POST] Get token
API you will be able to generate anaccessToken
that will expire in 1 hour from the time of token generation. You will be able to upload an audio/video file or a file URL using this accessToken
[POST]
Get token
and click onSend
[POST] Upload file
or use [POST] Upload file url
(Recommended) to submit/upload a file URL.title
,description
, link
(URL) and click on Send
txnId
which is a unique ID generated for a particular file or URL submitted to Marsview.txnID
for processing [POST] Upload request
and hit Send
"uploaded"
[GET] Request Status
is used to get the status of the file being processed. The status will go from "uploaded"
to "processing"
to "completed"
. If there's an error transcribing your file, the status will go to "error"
and there will be an "err"
and"msg"
key in the response JSON which will contain more information. [GET] Request Status per process
to get the status of each AI model separately as well."completed"
, you'll see a full JSON response with your transcription text, like this by sending a request to the [GET] Metadata
API.[GET]Metadata
and click onSend
[GET] metadata Status per process
to get the metadata of each AI model separately as well.