Request
JSON body
string
required
The raw transcription text to enhance. This is typically the unedited output from a speech model — informal, unpunctuated, or with filler words — that you want the AI provider to clean up.
Plain text body
If you prefer, send the text directly as a plain UTF-8 string withContent-Type: text/plain:
Response
string
required
The enhanced, post-processed text returned by the AI provider.
string
required
An identifier for the AI provider that processed the text (e.g.
"fluid-intelligence", "openai", "groq").string
required
The specific model used by the provider (e.g.
"fluid-1", "gpt-4o", "llama-3.3-70b-versatile").Error responses
If you have AI enhancement disabled in FluidVoice settings, this endpoint will return an error. Enable an AI provider in Settings → AI Enhancement before calling
/v1/postprocess.