Add Blob
POST/v1/project/data/add/blobs
Add blob to S3 for usage within a map
Request
- multipart/form-data
Body
required
- MOD1
- MOD2
Array [
]
- MOD1
Array [
]
- MOD1
Array [
]
dataset_id Dataset Id (string)required
The ID of the project.
content_type
object
The content types of the blobs.
anyOf
string
urls
object
anyOf
string
blobs
object
A batch of blobs you want to upload to Atlas
anyOf
string
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
]
hashes
object[]
required
The hashes of the blobs
anyOf
string
{
"hashes": [
"string",
null
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...