Sessions
Create a session
Creates a Loops session for the given training project.
POST
cURL
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