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

Body

application/json

S5-API-01 — request shape for POST /plan (paid Advisor Panel).

session_id
string
required
Minimum string length: 1
tier_preset
string
default:balanced
Pattern: ^(quality|balanced|budget|free)$
project_id
string | null
frames_username
string | null

Response

Successful Response

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