Data Connectors
HTTP
To connect an HTTP endpoint with OmniAI for data retrieval via GET requests, provide the following details:
Configuration Options
Parameter | Description |
---|---|
Base URL | The full URL of the HTTP endpoint you wish to connect to. |
Headers | (Optional) Additional headers required by the endpoint, such as API keys or authentication tokens, as key-value pairs. |
Response Format | The expected format of the response from the HTTP endpoint (e.g., JSON, XML) to ensure correct parsing and processing. |
Make sure the HTTP endpoint is accessible from OmniAI and properly configured to accept GET requests. If your endpoint requires specific headers for authentication or other purposes, include them in the configuration to ensure seamless connectivity and data flow.