Need integration help? Contact our engineering team
Please choose the option as per your server configuration from the side menu and follow the instructions

Index Render API Key

The Index Render API Key is the authentication credential used to securely access and authorize requests to the Index Render API. It ensures that only approved systems, services, or users can interact with indexing and rendering operations.

Purpose of the Index Render API Key

  • Authentication: Verifies the identity of the requester before granting access.
  • Authorization: Controls which services or environments can use the API.
  • Security: Prevents unauthorized access to sensitive indexing and rendering functionality.
  • Traceability: Helps monitor and audit API usage.

Important Behavior on Regeneration

Warning: If the Index Render API Key is regenerated, the previous API key is revoked immediately and becomes invalid at once.

This means:

  • Any applications, services, or integrations using the old key will stop working instantly.
  • Requests made with the revoked key will fail authentication.
  • The newly generated key must be updated across all dependent systems without delay.

Operational Recommendation

Before regenerating the key:

  1. Identify all systems currently using the existing API key.
  2. Prepare deployment steps to replace the old key with the new one.
  3. Coordinate regeneration during a maintenance window if the API is in active use.
  4. Verify successful rollout after updating the key in all environments.

Best Practice

Treat the Index Render API Key as a sensitive secret:

  • Store it securely in environment variables or secret managers.
  • Do not expose it in source code or logs.
  • Rotate it only when necessary, with a clear rollout plan.

Regeneration should be performed carefully, as it has an immediate impact on all active integrations relying on the current key.