Skip to main content
POST
/
api
/
multi-view
/
stitch
Stitch uploaded views
curl --request POST \
  --url https://api-prod.nomadicml.com/api/multi-view/stitch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "primary_view_id": "<string>",
  "views": {}
}
'
{
  "primary_view_id": "<string>",
  "views": {},
  "updated": [
    "<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
primary_view_id
string
required
views
object
required

Response

Successful response.

primary_view_id
string
required
views
object
required
updated
string[]
required