Skip to main content
POST
/
v1
/
sources
/
{sourceId}
/
flashcards
Generate flashcards from a source.
curl --request POST \
  --url https://api.getconch.ai/v1/sources/{sourceId}/flashcards \
  --header 'x-api-key: <api-key>'
{
  "data": {}
}

Authorizations

x-api-key
string
header
required

Business API key issued per organization.

Path Parameters

sourceId
string
required

Response

Flashcards created successfully.

data
object
required