CE.SDK can include assets from third-party libraries accessible via API. Search and browse images from an Airtable spreadsheet in the editor.
See how to integrate any asset library into CE.SDK. In this example, we query the Airtable API for data from a specific table to browse images from inside the editor.
You can provide images with tags, labels and any other contextual information saved to this table. The search functionality is completely configurable and can incorporate any meta information we provide inside Airtable.
Note that all CE.SDK components are client-side, which means that if you are integrating with a private API, you will need to proxy through your own servers in order to keep the API key secret.