🔑API Overview

Our open API lets you create seamless integrations with the illu platform

The illu API enable your team to , minimizing data loss, mistakes, and time to make manual data transfers. With the API you can, for example:

  • Trigger illu jobs when an alert is triggered

  • Create and update sites on illu when a new project is greenlit

  • Trigger invites to new users to join your organization

  • Update job status in illu when work is approved

If you need help implementing the APIs, please reach out to the illu support team at [email protected].

API Key and Authentication

The illu API uses API keys to authenticate requests. Only admin users can generate and view an API key and only on the web application. To view your API key

  1. Open the Admin Console. To access the Admin Console, click your Account Icon in the top right corner of the screen to open a drop down menu. Click the to open it.

  2. Navigate to the API Key tab

  3. Press Show Key and enter your password to reveal the key

  4. You can regenerate an API key by pressing the refresh icon

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Use your API key in your request header in the format below.

Authorization: Bearer {{your_api_key}}

API Specifications

Please see the API documentation of the latest version below:

Use Case Examples

⚠️Trigger New Job on Alert📍Create New Site on Project StartUpdate Job Status on Approval

Last updated

Was this helpful?