cURL
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>" ] }
Link already-uploaded videos into a multi-view group.
Documentation IndexFetch the complete documentation index at: https://docs.nomadicml.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <NOMADIC_API_KEY>.
Authorization: Bearer <NOMADIC_API_KEY>
Show child attributes
Successful response.
Was this page helpful?