Skip to content

[Feedback]: Expose POST /v1/audio/transcriptions #140

@profucius

Description

@profucius

Deployment Platform

Docker

Version

1.2.2

Client/Tool

No response

API Endpoint

OpenAI

Issue/Request Description

I want to use this software for processing audio dictation. Currently I am using a software called OpenWhispr which can capture audio by microphone, then pass the audio (completed audio file, not audio stream) to an OpenAI compatible endpoint. The OpenWhispr tries to connect to my AIStudioToAPI instance with the URL I give it, but it returns with an error saying that there is no POST /v1/audio/transcriptions endpoint.

Would it be possible to expose this as an endpoint, so that software that is hardcoded to use the POST /v1/audio/transcriptions endpoint will work as expected? I think the AIStudioToAPI software should be able to handle the data request otherwise.

Logs (Optional)

[INFO] 2026-04-25 08:21:06.041 [America/New_York] [AIStudioToAPI] - [Context#0] Received request: POST /v1/audio/transcriptions
[INFO] 2026-04-25 08:21:07.067 [America/New_York] [AIStudioToAPI] - [Context#0] Request processing failed: Google API returned error: 404 NOT_FOUND {"error":{"code":404,"message":"Requested entity was not found.","status":"NOT_FOUND"}}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions