Add Scenes

📘

Click for Python SDK

Dataset.append(
    items: Union[List[LidarScene], List[VideoScene]],
    asynchronous: bool,
    update=bool
) -> Union[dict, AsyncJob]

This endpoint allows you to upload scenes to a Nucleus Dataset.

Uploading from a cloud provider

  • Keep the content-type of the request as application/json.
  • Specify the URL of the image or pointcloud location. Make sure Scale can access this URL.
  • We currently support remote URLS starting in: gs:, s3:, http:, or https:

Request Parameters (Upload from a remote URL)

To make a request, you must upload a sequence of scenes in ndjson format (delimited by \n) to a remote URL.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!