Skip to main content
POST
/
advise
Advise Call
curl --request POST \
  --url https://api.example.com/advise \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "<string>",
  "voice": "<string>",
  "tier_preset": "balanced"
}
'
{}

Body

application/json

S13-COMMO-01 — request shape for paid POST /advise.

Mirrors the MCP gecko_advise tool. voice aliases (bm/pm/sm) resolve inside gecko_core.orchestration.advisor.generate_voice.

session_id
string
required
Minimum string length: 1
voice
string
required
Pattern: ^(ceo|cto|business_manager|product_manager|staff_manager|bm|pm|sm)$
tier_preset
string
default:balanced
Pattern: ^(quality|balanced|budget|free)$

Response

Successful Response

The response is of type Response Advise Call Advise Post · object.