Ingest Mcap

POST

Ingests data from mcap files in the S3 Nominal upload bucket. Currently only supports ingesting video channels.

Request

This endpoint expects an object.
sourceslist of objectsRequired

List of files in S3 to be ingested. These should be ordered by time, as data will be ingested and concatenated across all the files. Note: only a single files are currently supported, this field is mostly for forward compatibility.

channelConfiglist of objectsRequired
propertiesmap from strings to stringsRequired
labelsset of stringsRequired
channelsobjectOptional

Config to define which channels in the mcap should be ingested. The default is to ingest only channels with config, otherwise the mcap may not be supported.

titlestringOptional
descriptionstringOptional

Response

This endpoint returns an object.
outputslist of objects
asyncHandleobject
Built with