HTTP Endpoint

To connect an HTTP endpoint with OmniAI for data retrieval via GET requests, provide the following details:

Configuration Options:

  • Base URL: The full URL of the HTTP endpoint you wish to connect to.

  • Headers: (Optional) Any additional headers required by the endpoint, such as API keys or authentication tokens. Specify each header as a key-value pair.

  • Response Format: Define the expected format of the response from the HTTP endpoint (e.g., JSON, XML). This ensures that OmniAI can correctly parse and process the data.

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.

Last updated