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.
Creates a Loops session scoped to the calling org.
cURL
curl --request POST \ --url https://api.baseten.co/v1/loops/sessions \ --header "Authorization: Bearer $BASETEN_API_KEY"
{ "session": { "id": "<string>" } }
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Authorization: Bearer <key>
Authorization: Api-Key <key>
Show child attributes
Was this page helpful?