Skip to main content
POST
/
api
/
mcap
/
create-ingest
Create MCAP ingest
curl --request POST \
  --url https://api-prod.nomadicml.com/api/mcap/create-ingest \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filename": "<string>",
  "size_bytes": 2,
  "sha256": "<string>",
  "content_type": "<string>",
  "folder_id": "<string>",
  "scope": "user",
  "chunk_size": 2
}
'
{
  "mcap_ingest_id": "<string>",
  "upload_url": "<string>",
  "upload_headers": {},
  "source_uri": "<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
filename
string
required
size_bytes
integer
required
Required range: x >= 1
sha256
string
required
content_type
string
folder_id
string
scope
enum<string>
Available options:
user,
org
chunk_size
integer
Required range: x >= 1

Response

Successful response.

mcap_ingest_id
string
upload_url
string<uri>
upload_headers
object
source_uri
string