API (Agent)
Query API
nginxCopyEditPOST https://atlantis.greatwave.ai/api/queryParameter
Description
bashCopyEditcurl -X POST https://atlantis.greatwave.ai/api/query \
-H "Content-Type: application/json" \
-d '{
"key": "your-public-agent-key",
"query": "start the evaluation on the latest reports",
"memory_id": "UNIQUE-SESSION-ID"
}'Query Feedback API
Parameter
Description
Last updated