Setup Transcription Query Profile
Create
Create a new Setup Transcription Query Profile record.
post/api/cp/setup/transcription-query-profile
Request body
Example request
{
"id character varying(255) NOT NULL\nname character varying(255)\naccount_id bigint\ncompany_id bigint\nquery text\nvisibility character varying(255)\naction": 10
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.