Sessions
Create a session
Creates a Loops session for the given training project.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Body
application/json
ID of the training project to associate with. If omitted, a default project is created for the org.
Response
200 - application/json
cURL