Integrate SpinFlow's powerful AI capabilities directly into your applications
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' })
})