Skip to main content

Add Blob

POST 

/v1/project/data/add/blobs

Add blob to S3 for usage within a map

Request

Body

required

    dataset_id Dataset Id (string)required

    The ID of the project.

    content_type

    object

    The content types of the blobs.

    anyOf

  • Array [

  • ]

  • urls

    object

    anyOf

  • Array [

  • string

  • ]

  • blobs

    object

    A batch of blobs you want to upload to Atlas

    anyOf

  • Array [

  • string

  • ]

Responses

Successful Response

Schema

    hashes

    object[]

    required

    The hashes of the blobs

  • Array [

  • anyOf

    string

  • ]

Loading...