cURL
curl --request POST \ --url https://api.eden.art/agent_creation/extract_prompts \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "session_id": "<string>", "agent_name": "<string>" }'
{ "agent_instructions": "<string>", "agent_description": "<string>", "memory_instructions": "<string>", "cost": 123 }
Extract agent persona, description, and memory instructions from a conversation session
Default Response