Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.edgeimpulse.com/llms.txt

Use this file to discover all available pages before exploring further.

The ids.json file is passed to custom AI labeling blocks. It lists the data sample IDs to operate on as integers.

File structure

{
    "ids": [ <id>, <id>, ..., <id> ]
}

File example

{
    "ids": [ 1440653288, 1440653283, ..., 1440653252 ]
}