v1

latestOpenAPI 3.1.02026-07-146965205.7 KB
Trajectory

Create Trajectory

Creates a new trajectory in the scene.

post/trajectories/

Request body

namestring

Name of the trajectory to create

parent_prim_pathstring

Parent prim path where the trajectories have to be created

Example request

{
  "options": {
    "color": [
      [
        206,
        0,
        88
      ],
      [
        144,
        59,
        128
      ],
      [
        83,
        118,
        167
      ]
    ]
  }
}

Response

Successful Response

namestring required

Name of the trajectory

pathstring required

Prim path of the trajectory

Example response

{
  "options": {
    "color": [
      [
        206,
        0,
        88
      ],
      [
        144,
        59,
        128
      ],
      [
        83,
        118,
        167
      ]
    ]
  }
}