Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.thisiswhyimhigh.com/api/v1/notebooks/stream/batch \ --header 'Content-Type: application/json' \ --data ' { "sectionKeys": [ "<string>" ], "orderItems": [ { "strainName": "<string>", "grams": 123, "price": 123, "thcPct": 123, "cbdPct": 123, "terpenes": [ { "name": "<string>", "percentage": 123 } ], "effects": [ "<string>" ], "aromas": [ "<string>" ] } ], "orderMetadata": { "dispensaryName": "<string>", "orderDate": "<string>", "totalSpent": 123 } } '
1
Show child attributes
SSE stream of batch notebook sections