Skip to main content
POST
/
v2
/
sessions
Interact with Session
curl --request POST \
  --url https://api.eden.art/v2/sessions \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "session_id": "<string>",
  "content": "<string>",
  "attachments": [
    "<string>"
  ],
  "stream": true,
  "thinking": true,
  "agent_ids": [
    "<string>"
  ],
  "scenario": "<string>",
  "budget": {
    "manna_budget": 25050,
    "token_budget": 500500,
    "turn_budget": 500.5
  },
  "title": "<string>",
  "autonomy_settings": {
    "auto_reply": true,
    "reply_interval": 1800,
    "actor_selection_method": "random"
  },
  "extras": {
    "exclude_memory": true
  }
}'
{
  "session_id": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
session_id
string
content
string
attachments
string[]
stream
boolean
thinking
boolean
agent_ids
string[]
scenario
string
Maximum length: 1000
budget
object
title
string
Maximum length: 1000
autonomy_settings
object
extras
object

Response

Default Response

session_id
string
required