SkyWay Speech to Text API (1.0.0)

Download OpenAPI specification:Download

createSession

[japanese] sessionを作成し、文字起こしを開始する

Authorizations:
Bearer
path Parameters
roomId
required
string
Request Body schema: application/json
Any of
mode
required
string
Value: "TRANSCRIPTION"

Responses

Request samples

Content type
application/json
{
  • "mode": "TRANSLATION"
}

Response samples

Content type
application/json
{
  • "id": "string"
}

deleteSession

sessionを削除し、そのsessionによって実行されているすべての文字起こしを終了する

Authorizations:
Bearer
path Parameters
roomId
required
string
sessionId
required
string

Responses

Response samples

Content type
application/json
{
  • "type": "string",
  • "title": "string",
  • "status": 400,
  • "detail": "string",
  • "instance": "string"
}

getSession

Sessionの状態を取得する

Authorizations:
Bearer
path Parameters
roomId
required
string
sessionId
required
string

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "errors": [
    ]
}