Integrating Ingra with Custom ChatGPT
Step-by-step guide to integrate Ingra with Custom ChatGPT, including API Key setup, openapi.json, and privacy settings.
How to Integrate Ingra with Custom ChatGPT
1
Step 1: Start a New Custom ChatGPT Action
Create a Custom ChatGPT
Begin by creating a new action in your Custom ChatGPT setup. Click on Create new action to get started.
2
Step 2: Configure Actions in Ingra
Set Up Actions in Ingra
Now, configure the actions needed for integration:
- Schema: Obtain your openapi.json file or use the OpenAPI Generator from Ingra.
- Privacy Policy: Provide a link to your Privacy Policy, or use Ingra's default policy at
https://www.ingra.ai/legal/privacy-policy
.
Heads Up!:
Authentication setup will be covered in the next step.
3
Step 3: Set Up API Key Authentication
Configure Authentication with an API Key
Secure your integration by setting up API Key authentication:
- Authentication Type: Select
API Key
. - API Key: Use one of the keys from your API Key settings in Ingra.
- Auth Type: Choose
Custom
and set the header name toX-API-KEY
.