🚀 Quickstart
Connect to Fiber AI with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Fiber AI.
Authorize Fiber AI
Go to Connections -> Add Test Connection -> Authorize, then enter your API key. Later, you’ll let your users do the same directly from your app.
Call the Fiber AI API
Let’s make your first request to the Fiber AI API (get your organization’s credits). Replace the placeholders below with your secret key, integration ID, and connection ID:Nango adds your API key as a query param for GET requests. For POST requests, include
- cURL
- Node
apiKey in the request body per Fiber AI docs.Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the connect guide linked below.
📚 Fiber AI Integration Guides
Nango-maintained guides for common use cases.-
How to obtain your Fiber AI API key
Get your API key to connect Fiber AI to Nango - Official Fiber AI API documentation