πŸ”‘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 support@illu.works.

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. Navigate to the API Key tab

Whenever your password is changed or API key is regenerated, any integrations using the previous API key will be invalidated.

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

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

Please see the API documentation of the latest version below:

Use Case Examples

Last updated