Skip to main content
POST
/
api
/
mcap
/
cloud-ingest
/
s3
Start S3 MCAP cloud ingest
curl --request POST \
  --url https://api-prod.nomadicml.com/api/mcap/cloud-ingest/s3 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integration_id": "<string>",
  "files": [
    {
      "key": "<string>",
      "filename": "<string>"
    }
  ],
  "folder_id": "<string>",
  "scope": "user",
  "chunk_size": 2
}
'
{
  "mcap_import_job_id": "<string>",
  "status": "<string>",
  "error": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Body

application/json
integration_id
string
required
files
object[]
required
folder_id
string
scope
enum<string>
Available options:
user,
org
chunk_size
integer
Required range: x >= 1

Response

Successful response.

mcap_import_job_id
string
status
string
error
string