Skip to content

Send Tasks

POSThttps://${domain}/rosetta-open/task/send

This page will help you get started with send annotation tasks to a project. It should be noted that within a project, only one task can be created for the same data.

body params

*projectIdlong
Project id which returned by Create Project
*resourceUrlstring
Open url of the jsonline file with objects which are defined in Data Structure page, such as http://your-oss.your-site.com/image-sequence-1.jsonl
Examples
shell
curl https://${domain}/rosetta-open/task/send \
 -X POST \
 -H 'Content-Type: application/json' \
 -H 'X-STARDUST-KEY: <X-STARDUST-KEY>' \
 -H 'X-TS: <X-TS>' \
 -H 'X-SIGN: <X-SIGN>'

responses

200
{
"code": 200,
"message": "Success",
"data": {
"importStatus": 1,
"batchId": "1948529430730380288"
},
"date": "2024-05-16 19:03:34",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": true
}
400
{
"code": 400,
"data": null,
"message": "Illegal Parameter",
"date": "2024-05-16 19:03:34",
"requestId": "864b70706a7349ea83e177a49800464f",
"success": false
}