SDKs

Programmatic access to TradingGoose workflows

Integrate TradingGoose workflows into your applications with our SDKs.

SDKs are currently under development. The API endpoints documented in the Execution API page are available now for direct HTTP integration.

Direct API Access

While SDKs are in development, you can integrate with TradingGoose using the REST API directly:

curl -X POST \
  https://tradinggoose.ai/api/workflows/WORKFLOW_ID/execute \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_KEY' \
  -d '{"input": "your data"}'

See the Execution API docs for complete endpoint documentation, streaming, and webhook callbacks.

On this page