/v1/audio/transcriptions API turns uploaded audio into text. For typical files it behaves as a single request/response (upload the file, get the transcript back).
1. The Request
Method:POSTEndpoint:
https://api.sciforium.com/v1/audio/transcriptionsContent-Type:
multipart/form-data
Request body parameters
Example request (CURL)
2. The response
Response shape depends onresponse_format and model support.