- Print
- PDF
For seamless API testing with Postman, we have provided a dedicated Postman Collection to simplify the process.
Step 1: Download and Import the Postman Collection
To get started, ensure you have Postman installed on your system. If not, you can download it here:
Once Postman is installed, download the Knovvu Speech Recognition API collection from the link below and import it into Postman:
📂 Knovvu Speech Recognition Postman Collection
Knovvu Speech Recognition.postman_collection(1).json
After importing the collection, you will have pre-configured API requests ready to use.
Step 2: Obtain Your API Client ID and Secret
Before making any API requests, you need valid authentication credentials. Contact the Sales Operations Team to receive your API Client ID and API Client Secret. These credentials are required to generate an access token, which is necessary for authentication.
Step 3: Generate Your Access Token
To authenticate API requests, you must first generate an access token using the POST Get Integration Token API.
- The access token will be valid for one year from the time of generation.
- This token will allow you to upload and process audio files securely.
For detailed instructions on authentication, refer to our Authentication Guide.
Step 4: Submit a Transcription Request
Once you have obtained an access token, you can proceed with making transcription requests.
📌 How to send a transcription request?
- Include the Bearer Token in your request headers (
Authorization: Bearer <your_token_here>
). - Attach the audio file to the request body as binary data.
- Send the request and receive the transcribed text.
For more details on transcription parameters and response formats, check our Transcription API Documentation.