Skip to content
← Connectors Directory

Command · Web & Custom Endpoints

HTTP Endpoint

Make a GET request to any URL with custom headers (e.g. x-api-key). JSON, HTML, and text responses are saved as a single Markdown file.

ImportAuth: Custom headers

How it works

HTTP Endpoint makes a GET request to any URL with custom headers. JSON, HTML, and text responses are saved as a single Markdown file — useful when there is no purpose-built connector.

01

Before you start

  • An endpoint that returns data over a GET request
02

What you need to make the connection

FieldWhere to get it
URLThe full endpoint URL, including any query string.
Custom headersOptionalKey/value pairs added in Command, e.g. x-api-key: … or Authorization: Bearer …

Credentials are stored encrypted in raia Command and are never shown again after saving. Rotate them at the provider if they are exposed.

03

Setup steps

  1. 01

    In raia Command, open Settings → Connectors, find the connector, and click Connect.

  2. 02

    Enter the URL and add any required headers.

  3. 03

    Run a test request and check the preview of the response.

  4. 04

    Choose the destination project folder, run the first import, then set a sync schedule. Every run is recorded in Sync History.

04

Good to know

  • Only GET is supported — use a Function skill or n8n for POST workflows.
05

Next steps

Other Web & Custom Endpoints connectors