Documentation Index
Fetch the complete documentation index at: https://blandai-calvin-pronunciationguide-web.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Path Parameters
The ID of the folder to retrieve pathways from.
Response
An array of pathway objects within the specified folder.
The unique identifier of the pathway.
The description of the pathway.
The creation date and time of the pathway.
{
"pathways": [
{
"id": "pathway_123",
"name": "My Pathway",
"description": "A sample pathway",
"created_at": "2024-03-15T12:00:00Z"
}
]
}