ActivePieces Integration
ActivePieces is an open-source automation platform similar to Zapier. Use the HTTP piece to call SupaCrawlX APIs inside any flow and connect to hundreds of other integrations.
Setup Steps
Open a flow
Create or open an existing flow in your ActivePieces workspace.
Add an HTTP piece
Click "+" to add a step and search for "HTTP". Select the HTTP piece.
Choose the method
Select GET for transcript/metadata or POST for batch/crawl endpoints.
Enter the URL
Enter the full API URL, e.g. https://api.supacrawlx.com/v1/transcript
Add headers
Under Headers, add: Key = x-api-key, Value = your SupaCrawlX API key.
Add query params or body
For GET endpoints, add query params. For POST endpoints, set JSON body.
Tip: Use connection settings
Store your API key as a connection in ActivePieces settings so you don't need to paste it into every flow. Then reference it with the built-in connection variable.