Flowchase API (1.0.0)

Download OpenAPI specification:Download

Flowchase API, a RESTful API for the Flowchase performance tool

Analyze a single word

Authorizations:
api_key
Request Body schema: multipart/form-data
required
content
string
audio
string <binary>

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Analyze a sentence

Authorizations:
api_key
Request Body schema: multipart/form-data
required
content
string
audio
string <binary>

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Answer an open question

Authorizations:
api_key
Request Body schema: multipart/form-data
required
audio
string <binary>

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Practice a single word

Authorizations:
api_key
Request Body schema: multipart/form-data
required
attempt
integer
content
string
audio
string <binary>

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get all open questions

Authorizations:
api_key
query Parameters
themeId
required
integer

The id of the theme you want to get the questions from

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get previous recordings

Authorizations:
api_key
query Parameters
content
required
string

The content of the recordings

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get all themes for open questions

Authorizations:
api_key

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Rate the the audio for IELTS or CEFR certifications

Authorizations:
api_key
Request Body schema: multipart/form-data
required
content
string

The flowchase feedback stringified for the pronunciation or the text used for the others

type
string
Enum: "cefr" "ielts"

Certification to apply

skill
string
Enum: "pronunciation" "vocabulary" "grammar" "coherence"

The language skill to rate. For cefr, only pronunciation and vocabulary are supported

Responses

Response samples

Content type
application/json
{
  • "level": "string",
  • "type": "string",
  • "skill": "string",
  • "summary": [
    ],
  • "generalSummary": [
    ],
  • "recast": "string",
  • "detailedFeedback": [
    ]
}