Skip to main content
POST
/
worksheet
/
v1
/
generate-explanations
/
{work_sheet_id}
Generate Worksheet Explanations
curl --request POST \
  --url https://api-staging.crazygoldfish.com/worksheet/v1/generate-explanations/{work_sheet_id} \
  --header 'Authorization: Bearer <token>'
{
"detail": [
{
"id": "d7494c99-0539-ce2-92e0c2ede6d1",
"msg": "Worksheet explanation generation initiated successfully."
}
]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

work_sheet_id
string<uuid>
required

Unique identifier of the worksheet

Response

Worksheet explanation generation initiated successfully.

detail
object[]