Call Imports
Return the canonical LLM diariser prompt.
The Transcribe / Run Evaluation modals call this on open so they can pre-fill the prompt textarea. Returning the constant from the backend (rather than hard-coding it in the frontend) keeps the fallback used by the worker and the placeholder shown in the UI in lock-step — operators always see the actual default they'd get if they leave the field blank.
Registered before GET /{call_import_id} so the static path is
not mistaken for a UUID import id (which would 422).
AuthorizationBearer <token>
JWT access token. Use: Authorization: Bearer .
In: header
Header Parameters
X-API-Key?string|null
X-EFFICIENTAI-API-KEY?string|null
X-Workspace-Id?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/call-imports/diarisation-prompt-default"{ "prompt": "string"}Community & contact
- Found a bug or have a feature request? Open a GitHub issue.
- Join our Discord for faster replies!
