Upload dataset image
Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
POST
/api/rest/v1/datasets/{datasetId}/upload
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.your-api-server.com/api/rest/v1/datasets//upload' \
--header 'content-type: application/json' \
--data-raw '{
"extension": "string"
}'
Response Response Example
{
"uploadDatasetImage": {
"fields": "string",
"id": "string",
"key": "string",
"url": "string"
}
}
Request
Path Params
datasetId
string
required
Header Params
content-type
string
required
Example:
application/json
Body Params application/json
Responses
Modified at 2024-07-29 07:01:46