API Access

    Integrate SpinFlow's powerful AI capabilities directly into your applications

    Simple Integration, Powerful Results

    RESTful API Endpoints

    Access all SpinFlow features through our comprehensive REST API.

    fetch('https://api.spinflow.ai/v1/agents/run', {
      method: 'POST',
      headers: { 'Authorization': 'Bearer YOUR_API_KEY' },
      body: JSON.stringify({ agent_id: 'sales-assistant', input: 'Generate a follow-up email' })
    })