Skip to main content
POST
/
research
/
pro
Research Pro
curl --request POST \
  --url https://api.example.com/research/pro \
  --header 'Content-Type: application/json' \
  --data '
{
  "idea": "<string>",
  "tier": "basic",
  "urls": [
    "<string>"
  ],
  "auto_approve": true,
  "project_id": "<string>",
  "frames_username": "<string>",
  "tier_preset": "balanced",
  "vertical": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
idea
string
required
Required string length: 10 - 2000
tier
enum<string>
default:basic
Available options:
basic,
pro
urls
string[] | null
auto_approve
boolean
default:true
project_id
string | null
frames_username
string | null
tier_preset
string
default:balanced
Pattern: ^(quality|balanced|budget|free)$
vertical
string | null

Response

Successful Response