DocsIntegrationsPlaygroundPricing
Get API Key
Automation

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

1

Open a flow

Create or open an existing flow in your ActivePieces workspace.

2

Add an HTTP piece

Click "+" to add a step and search for "HTTP". Select the HTTP piece.

3

Choose the method

Select GET for transcript/metadata or POST for batch/crawl endpoints.

4

Enter the URL

Enter the full API URL, e.g. https://api.supacrawlx.com/v1/transcript

5

Add headers

Under Headers, add: Key = x-api-key, Value = your SupaCrawlX API key.

6

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.

View full API Reference →