Skip to main content
POST
/
classify
Classify Call
curl --request POST \
  --url https://api.example.com/classify \
  --header 'Content-Type: application/json' \
  --data '
{
  "idea": "<string>"
}
'
{}

Body

application/json

S13-COMMO-03 — request shape for paid POST /classify.

Returns categories + suggested sources + priority weights without running the full research pipeline. Useful for agents that want to pre-flight Gecko's source selection before paying for /research.

idea
string
required
Required string length: 10 - 500

Response

Successful Response

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