POST
/
v3
/
forge
/
options
cURL
curl --request POST \
  --url http://127.0.0.1:3333/v3/forge/options \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "scope": "workspace",
  "workspaceId": "<string>",
  "integrationId": "ai-agent",
  "fetcherId": "<string>"
}
'
{
  "items": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
scope
enum<string>
required
Available options:
workspace
workspaceId
string
required
integrationId
enum<string>
required
Available options:
ai-agent,
openai,
cal-com,
chat-node,
qr-code,
dify-ai,
mistral,
elevenlabs,
anthropic,
together-ai,
open-router,
nocodb,
segment,
posthog,
groq,
zendesk,
perplexity,
deepseek,
blink
fetcherId
string
required
options
any

Response

200 - application/json

Default Response

items
any[]
required