{"info":{"_postman_id":"d1457d16-3084-42d9-acb5-f3e0a79206fd","name":"TrainingSet.AI API Reference","description":"<html><head></head><body><p>Welcome to the API documentation for Trainingset.ai platform! It's an easy to use API organized around REST with predictable resource-oriented URLs and you will enjoy it. With the methods described here you will be able to create, access, and delete tasks and projects.</p>\n<p>If you are using Python, check out the <a href=\"https://github.com/trainingset-ai/trainingsetai-python-sdk\">Trainingset.ai Python SDK</a>.</p>\n<p><strong>NOTE:</strong> Postman is currently having issues with \"Run in Postman\" button working in Linux and Mac environments.</p>\n<h1 id=\"tasks-types\">Tasks types</h1>\n<p>There are seven types of tasks you can create, each representing a different type of annotation you can get over your images or a categorization task. The six annotation types are Box, Segmentation, PCD (LiDAR), Point, Line, Polygon and image categorization.</p>\n<p><img src=\"https://i.imgur.com/6dx3mp9.jpg\" alt=\"\"></p>\n<p><img src=\"https://i.imgur.com/VUmppes.jpg\" alt=\"\"></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The Trainingsetai API uses API keys to authenticate requests. They are sent in the request header inside \"user_key\" parameter. You can view and manage your API keys in the Trainingsetai Dashboard.</p>\n<h1 id=\"http-status-code-summary\">HTTP status code summary</h1>\n<p>Trainingsetai uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted). Codes in the 5xx range indicate an error with Trainingsetai's servers (these are rare).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error code</th>\n<th>Response object</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 OK</td>\n<td><code>Object or list</code></td>\n</tr>\n<tr>\n<td>401 UNAUTHORIZED</td>\n<td><code>{\"error\": {\"code\": 404,\"message\": \"Unauthorized [Headers: user_key is required]\"}}</code></td>\n</tr>\n<tr>\n<td>404 NOT FOUND</td>\n<td><code>{\"error\": {\"code\": 404,\"message\": \"Not Found\"}}</code></td>\n</tr>\n<tr>\n<td>500 INTERNAL SERVER ERROR</td>\n<td><code>{\"error\": {\"code\": 500,\"message\": \"Internal Server Error\"}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><a href=\"#csv\"></a></p>\n<h1 id=\"adding-tasks-from-csv-file\">Adding tasks from CSV file</h1>\n<p>You can add tasks from dashboard by uploading a CSV file. </p>\n<p>Rules for adding tasks from CSV are equal to the rules of adding a task by API. Just follow this API document to check what are the attribute names for the type of task you are uploading, which values are allowed and if they are mandatory.</p>\n<p>Some other rules to help you out uploading your tasks:</p>\n<ul>\n<li>First row is the header with attribute names.</li>\n<li>Don't add any attributes to headers that don't exist on the type of task that you are uploading. If you include these fields we will return a validation error.</li>\n<li>You are allowed to leave the optional parameters empty.</li>\n</ul>\n<p>Check out some of our examples which you can try on your own:</p>\n<p><a href=\"https://docs.google.com/spreadsheets/d/1NZ8a7OxRxlvw4Lw2smupeGhCVm8DKKKGZVrgm7STOls/edit?usp=sharing\">Polygon annotation</a></p>\n<p><a href=\"https://docs.google.com/spreadsheets/d/1nE90e2RKSwNRM5tsnzFRv9-2Yticb1WfXwAnR4F76kc/edit?usp=sharing\">Box annotation</a></p>\n<p><a href=\"https://docs.google.com/spreadsheets/d/1yqxrlHxe9w5fnGzp1nWXWCOr6HussitAxQuBfmLFh98/edit?usp=sharing\">Line annotation</a></p>\n<p><a href=\"https://docs.google.com/spreadsheets/d/1EJtPng0FdeF5_D1O_ai4BB4uptAyKf-kjJmhTuaSqGI/edit?usp=sharing\">Point annotation</a></p>\n<p><a href=\"https://docs.google.com/spreadsheets/d/14As0urN-yGE30bvomvsXulQocLtOwJInl3m62TkfhrU/edit?usp=sharing\">Image categorization</a></p>\n<p><a href=\"https://docs.google.com/spreadsheets/d/1zpsx0R7GDVi-3ur7FV1-eushxlKgpfYoiL4cXx3EZ_4/edit?usp=sharing\">Semantic segmentation</a></p>\n<p><a href=\"https://docs.google.com/spreadsheets/d/1Hdv57hK9VqcCce0S6Lc_Vz1IE43KVtZZW9pLiJLpiR0/edit?usp=sharing\">Point cloud (LiDAR) annotation</a></p>\n<h1 id=\"automatic-annotations\">Automatic annotations</h1>\n<p>After you upload your task, our model is going to annotate the attachment (currently only 2D images can be auto-annotated). In order to enable automatic annotations set <code>automatic_prelabel</code> attribute to <code>true</code> and wait a couple of minutes after the task has been added. Once our model is finished, the results will be available in <code>metadata</code> attribute.</p>\n<h1 id=\"automatic-annotations-label-list\">Automatic annotations label list</h1>\n<p>This is the list of labels which are supported and can be automatically annotated for polygon, box and segmentation annotation tasks:</p>\n<p><code>person</code>, <code>bicycle</code>, <code>car</code>, <code>motorcycle</code>, <code>airplane</code>, <code>bus</code>, <code>train</code>, <code>truck</code>, <code>boat</code>, <code>traffic light</code>, <code>fire hydrant</code>, <code>stop sign</code>, <code>parking meter</code>, <code>bench</code>, <code>bird</code>, <code>cat</code>, <code>dog</code>, <code>horse</code>, <code>sheep</code>, <code>cow</code>, <code>elephant</code>, <code>bear</code>, <code>zebra</code>, <code>giraffe</code>, <code>backpack</code>, <code>umbrella</code>, <code>handbag</code>, <code>tie</code>, <code>suitcase</code>, <code>frisbee</code>, <code>skis</code>, <code>snowboard</code>, <code>sports ball</code>, <code>kite</code>, <code>baseball bat</code>, <code>baseball glove</code>, <code>skateboard</code>, <code>surfboard</code>, <code>tennis racket</code>, <code>bottle</code>, <code>wine glass</code>, <code>cup</code>, <code>fork</code>, <code>knife</code>, <code>spoon</code>, <code>bowl</code>, <code>banana</code>, <code>apple</code>, <code>sandwich</code>, <code>orange</code>, <code>broccoli</code>, <code>carrot</code>, <code>hot dog</code>, <code>pizza</code>, <code>donut</code>, <code>cake</code>, <code>chair</code>, <code>couch</code>, <code>potted plant</code>, <code>bed</code>, <code>dining table</code>, <code>toilet</code>, <code>tv</code>, <code>laptop</code>, <code>mouse</code>, <code>remote</code>, <code>keyboard</code>, <code>cell phone</code>, <code>microwave</code>, <code>oven</code>, <code>toaster</code>, <code>sink</code>, <code>refrigerator</code>, <code>book</code>, <code>clock</code>, <code>vase</code>, <code>scissors</code>, <code>teddy bear</code>, <code>hair drier</code>, <code>toothbrush</code></p>\n<p>This is the list of labels which are supported and can be automatically annotated for line annotation tasks:</p>\n<p><code>lane</code></p>\n<p>This is the list of labels which are supported and can be automatically annotated for classification annotation tasks:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tench</td>\n<td>goldfish</td>\n<td>great_white_shark</td>\n</tr>\n<tr>\n<td>tiger_shark</td>\n<td>hammerhead</td>\n<td>electric_ray</td>\n</tr>\n<tr>\n<td>stingray</td>\n<td>cock</td>\n<td>hen</td>\n</tr>\n<tr>\n<td>ostrich</td>\n<td>brambling</td>\n<td>goldfinch</td>\n</tr>\n<tr>\n<td>house_finch</td>\n<td>junco</td>\n<td>indigo_bunting</td>\n</tr>\n<tr>\n<td>robin</td>\n<td>bulbul</td>\n<td>jay</td>\n</tr>\n<tr>\n<td>magpie</td>\n<td>chickadee</td>\n<td>water_ouzel</td>\n</tr>\n<tr>\n<td>kite</td>\n<td>bald_eagle</td>\n<td>vulture</td>\n</tr>\n<tr>\n<td>great_grey_owl</td>\n<td>European_fire_salamander</td>\n<td>common_newt</td>\n</tr>\n<tr>\n<td>eft</td>\n<td>spotted_salamander</td>\n<td>axolotl</td>\n</tr>\n<tr>\n<td>bullfrog</td>\n<td>tree_frog</td>\n<td>tailed_frog</td>\n</tr>\n<tr>\n<td>loggerhead</td>\n<td>leatherback_turtle</td>\n<td>mud_turtle</td>\n</tr>\n<tr>\n<td>terrapin</td>\n<td>box_turtle</td>\n<td>banded_gecko</td>\n</tr>\n<tr>\n<td>common_iguana</td>\n<td>American_chameleon</td>\n<td>whiptail</td>\n</tr>\n<tr>\n<td>agama</td>\n<td>frilled_lizard</td>\n<td>alligator_lizard</td>\n</tr>\n<tr>\n<td>Gila_monster</td>\n<td>green_lizard</td>\n<td>African_chameleon</td>\n</tr>\n<tr>\n<td>Komodo_dragon</td>\n<td>African_crocodile</td>\n<td>American_alligator</td>\n</tr>\n<tr>\n<td>triceratops</td>\n<td>thunder_snake</td>\n<td>ringneck_snake</td>\n</tr>\n<tr>\n<td>hognose_snake</td>\n<td>green_snake</td>\n<td>king_snake</td>\n</tr>\n<tr>\n<td>garter_snake</td>\n<td>water_snake</td>\n<td>vine_snake</td>\n</tr>\n<tr>\n<td>night_snake</td>\n<td>boa_constrictor</td>\n<td>rock_python</td>\n</tr>\n<tr>\n<td>Indian_cobra</td>\n<td>green_mamba</td>\n<td>sea_snake</td>\n</tr>\n<tr>\n<td>horned_viper</td>\n<td>diamondback</td>\n<td>sidewinder</td>\n</tr>\n<tr>\n<td>trilobite</td>\n<td>harvestman</td>\n<td>scorpion</td>\n</tr>\n<tr>\n<td>black_and_gold_garden_spider</td>\n<td>barn_spider</td>\n<td>garden_spider</td>\n</tr>\n<tr>\n<td>black_widow</td>\n<td>tarantula</td>\n<td>wolf_spider</td>\n</tr>\n<tr>\n<td>tick</td>\n<td>centipede</td>\n<td>black_grouse</td>\n</tr>\n<tr>\n<td>ptarmigan</td>\n<td>ruffed_grouse</td>\n<td>prairie_chicken</td>\n</tr>\n<tr>\n<td>peacock</td>\n<td>quail</td>\n<td>partridge</td>\n</tr>\n<tr>\n<td>African_grey</td>\n<td>macaw</td>\n<td>sulphur-crested_cockatoo</td>\n</tr>\n<tr>\n<td>lorikeet</td>\n<td>coucal</td>\n<td>bee_eater</td>\n</tr>\n<tr>\n<td>hornbill</td>\n<td>hummingbird</td>\n<td>jacamar</td>\n</tr>\n<tr>\n<td>toucan</td>\n<td>drake</td>\n<td>red-breasted_merganser</td>\n</tr>\n<tr>\n<td>goose</td>\n<td>black_swan</td>\n<td>tusker</td>\n</tr>\n<tr>\n<td>echidna</td>\n<td>platypus</td>\n<td>wallaby</td>\n</tr>\n<tr>\n<td>koala</td>\n<td>wombat</td>\n<td>jellyfish</td>\n</tr>\n<tr>\n<td>sea_anemone</td>\n<td>brain_coral</td>\n<td>flatworm</td>\n</tr>\n<tr>\n<td>nematode</td>\n<td>conch</td>\n<td>snail</td>\n</tr>\n<tr>\n<td>slug</td>\n<td>sea_slug</td>\n<td>chiton</td>\n</tr>\n<tr>\n<td>chambered_nautilus</td>\n<td>Dungeness_crab</td>\n<td>rock_crab</td>\n</tr>\n<tr>\n<td>fiddler_crab</td>\n<td>king_crab</td>\n<td>American_lobster</td>\n</tr>\n<tr>\n<td>spiny_lobster</td>\n<td>crayfish</td>\n<td>hermit_crab</td>\n</tr>\n<tr>\n<td>isopod</td>\n<td>white_stork</td>\n<td>black_stork</td>\n</tr>\n<tr>\n<td>spoonbill</td>\n<td>flamingo</td>\n<td>little_blue_heron</td>\n</tr>\n<tr>\n<td>American_egret</td>\n<td>bittern</td>\n<td>crane</td>\n</tr>\n<tr>\n<td>limpkin</td>\n<td>European_gallinule</td>\n<td>American_coot</td>\n</tr>\n<tr>\n<td>bustard</td>\n<td>ruddy_turnstone</td>\n<td>red-backed_sandpiper</td>\n</tr>\n<tr>\n<td>redshank</td>\n<td>dowitcher</td>\n<td>oystercatcher</td>\n</tr>\n<tr>\n<td>pelican</td>\n<td>king_penguin</td>\n<td>albatross</td>\n</tr>\n<tr>\n<td>grey_whale</td>\n<td>killer_whale</td>\n<td>dugong</td>\n</tr>\n<tr>\n<td>sea_lion</td>\n<td>Chihuahua</td>\n<td>Japanese_spaniel</td>\n</tr>\n<tr>\n<td>Maltese_dog</td>\n<td>Pekinese</td>\n<td>Shih-Tzu</td>\n</tr>\n<tr>\n<td>Blenheim_spaniel</td>\n<td>papillon</td>\n<td>toy_terrier</td>\n</tr>\n<tr>\n<td>Rhodesian_ridgeback</td>\n<td>Afghan_hound</td>\n<td>basset</td>\n</tr>\n<tr>\n<td>beagle</td>\n<td>bloodhound</td>\n<td>bluetick</td>\n</tr>\n<tr>\n<td>black-and-tan_coonhound</td>\n<td>Walker_hound</td>\n<td>English_foxhound</td>\n</tr>\n<tr>\n<td>redbone</td>\n<td>borzoi</td>\n<td>Irish_wolfhound</td>\n</tr>\n<tr>\n<td>Italian_greyhound</td>\n<td>whippet</td>\n<td>Ibizan_hound</td>\n</tr>\n<tr>\n<td>Norwegian_elkhound</td>\n<td>otterhound</td>\n<td>Saluki</td>\n</tr>\n<tr>\n<td>Scottish_deerhound</td>\n<td>Weimaraner</td>\n<td>Staffordshire_bullterrier</td>\n</tr>\n<tr>\n<td>American_Staffordshire_terrier</td>\n<td>Bedlington_terrier</td>\n<td>Border_terrier</td>\n</tr>\n<tr>\n<td>Kerry_blue_terrier</td>\n<td>Irish_terrier</td>\n<td>Norfolk_terrier</td>\n</tr>\n<tr>\n<td>Norwich_terrier</td>\n<td>Yorkshire_terrier</td>\n<td>wire-haired_fox_terrier</td>\n</tr>\n<tr>\n<td>Lakeland_terrier</td>\n<td>Sealyham_terrier</td>\n<td>Airedale</td>\n</tr>\n<tr>\n<td>cairn</td>\n<td>Australian_terrier</td>\n<td>Dandie_Dinmont</td>\n</tr>\n<tr>\n<td>Boston_bull</td>\n<td>miniature_schnauzer</td>\n<td>giant_schnauzer</td>\n</tr>\n<tr>\n<td>standard_schnauzer</td>\n<td>Scotch_terrier</td>\n<td>Tibetan_terrier</td>\n</tr>\n<tr>\n<td>silky_terrier</td>\n<td>soft-coated_wheaten_terrier</td>\n<td>West_Highland_white_terrier</td>\n</tr>\n<tr>\n<td>Lhasa</td>\n<td>flat-coated_retriever</td>\n<td>curly-coated_retriever</td>\n</tr>\n<tr>\n<td>golden_retriever</td>\n<td>Labrador_retriever</td>\n<td>Chesapeake_Bay_retriever</td>\n</tr>\n<tr>\n<td>German_short-haired_pointer</td>\n<td>vizsla</td>\n<td>English_setter</td>\n</tr>\n<tr>\n<td>Irish_setter</td>\n<td>Gordon_setter</td>\n<td>Brittany_spaniel</td>\n</tr>\n<tr>\n<td>clumber</td>\n<td>English_springer</td>\n<td>Welsh_springer_spaniel</td>\n</tr>\n<tr>\n<td>cocker_spaniel</td>\n<td>Sussex_spaniel</td>\n<td>Irish_water_spaniel</td>\n</tr>\n<tr>\n<td>kuvasz</td>\n<td>schipperke</td>\n<td>groenendael</td>\n</tr>\n<tr>\n<td>malinois</td>\n<td>briard</td>\n<td>kelpie</td>\n</tr>\n<tr>\n<td>komondor</td>\n<td>Old_English_sheepdog</td>\n<td>Shetland_sheepdog</td>\n</tr>\n<tr>\n<td>collie</td>\n<td>Border_collie</td>\n<td>Bouvier_des_Flandres</td>\n</tr>\n<tr>\n<td>Rottweiler</td>\n<td>German_shepherd</td>\n<td>Doberman</td>\n</tr>\n<tr>\n<td>miniature_pinscher</td>\n<td>Greater_Swiss_Mountain_dog</td>\n<td>Bernese_mountain_dog</td>\n</tr>\n<tr>\n<td>Appenzeller</td>\n<td>EntleBucher</td>\n<td>boxer</td>\n</tr>\n<tr>\n<td>bull_mastiff</td>\n<td>Tibetan_mastiff</td>\n<td>French_bulldog</td>\n</tr>\n<tr>\n<td>Great_Dane</td>\n<td>Saint_Bernard</td>\n<td>Eskimo_dog</td>\n</tr>\n<tr>\n<td>malamute</td>\n<td>Siberian_husky</td>\n<td>dalmatian</td>\n</tr>\n<tr>\n<td>affenpinscher</td>\n<td>basenji</td>\n<td>pug</td>\n</tr>\n<tr>\n<td>Leonberg</td>\n<td>Newfoundland</td>\n<td>Great_Pyrenees</td>\n</tr>\n<tr>\n<td>Samoyed</td>\n<td>Pomeranian</td>\n<td>chow</td>\n</tr>\n<tr>\n<td>keeshond</td>\n<td>Brabancon_griffon</td>\n<td>Pembroke</td>\n</tr>\n<tr>\n<td>Cardigan</td>\n<td>toy_poodle</td>\n<td>miniature_poodle</td>\n</tr>\n<tr>\n<td>standard_poodle</td>\n<td>Mexican_hairless</td>\n<td>timber_wolf</td>\n</tr>\n<tr>\n<td>white_wolf</td>\n<td>red_wolf</td>\n<td>coyote</td>\n</tr>\n<tr>\n<td>dingo</td>\n<td>dhole</td>\n<td>African_hunting_dog</td>\n</tr>\n<tr>\n<td>hyena</td>\n<td>red_fox</td>\n<td>kit_fox</td>\n</tr>\n<tr>\n<td>Arctic_fox</td>\n<td>grey_fox</td>\n<td>tabby</td>\n</tr>\n<tr>\n<td>tiger_cat</td>\n<td>Persian_cat</td>\n<td>Siamese_cat</td>\n</tr>\n<tr>\n<td>Egyptian_cat</td>\n<td>cougar</td>\n<td>lynx</td>\n</tr>\n<tr>\n<td>leopard</td>\n<td>snow_leopard</td>\n<td>jaguar</td>\n</tr>\n<tr>\n<td>lion</td>\n<td>tiger</td>\n<td>cheetah</td>\n</tr>\n<tr>\n<td>brown_bear</td>\n<td>American_black_bear</td>\n<td>ice_bear</td>\n</tr>\n<tr>\n<td>sloth_bear</td>\n<td>mongoose</td>\n<td>meerkat</td>\n</tr>\n<tr>\n<td>tiger_beetle</td>\n<td>ladybug</td>\n<td>ground_beetle</td>\n</tr>\n<tr>\n<td>long-horned_beetle</td>\n<td>leaf_beetle</td>\n<td>dung_beetle</td>\n</tr>\n<tr>\n<td>rhinoceros_beetle</td>\n<td>weevil</td>\n<td>fly</td>\n</tr>\n<tr>\n<td>bee</td>\n<td>ant</td>\n<td>grasshopper</td>\n</tr>\n<tr>\n<td>cricket</td>\n<td>walking_stick</td>\n<td>cockroach</td>\n</tr>\n<tr>\n<td>mantis</td>\n<td>cicada</td>\n<td>leafhopper</td>\n</tr>\n<tr>\n<td>lacewing</td>\n<td>dragonfly</td>\n<td>damselfly</td>\n</tr>\n<tr>\n<td>admiral</td>\n<td>ringlet</td>\n<td>monarch</td>\n</tr>\n<tr>\n<td>cabbage_butterfly</td>\n<td>sulphur_butterfly</td>\n<td>lycaenid</td>\n</tr>\n<tr>\n<td>starfish</td>\n<td>sea_urchin</td>\n<td>sea_cucumber</td>\n</tr>\n<tr>\n<td>wood_rabbit</td>\n<td>hare</td>\n<td>Angora</td>\n</tr>\n<tr>\n<td>hamster</td>\n<td>porcupine</td>\n<td>fox_squirrel</td>\n</tr>\n<tr>\n<td>marmot</td>\n<td>beaver</td>\n<td>guinea_pig</td>\n</tr>\n<tr>\n<td>sorrel</td>\n<td>zebra</td>\n<td>hog</td>\n</tr>\n<tr>\n<td>wild_boar</td>\n<td>warthog</td>\n<td>hippopotamus</td>\n</tr>\n<tr>\n<td>ox</td>\n<td>water_buffalo</td>\n<td>bison</td>\n</tr>\n<tr>\n<td>ram</td>\n<td>bighorn</td>\n<td>ibex</td>\n</tr>\n<tr>\n<td>hartebeest</td>\n<td>impala</td>\n<td>gazelle</td>\n</tr>\n<tr>\n<td>Arabian_camel</td>\n<td>llama</td>\n<td>weasel</td>\n</tr>\n<tr>\n<td>mink</td>\n<td>polecat</td>\n<td>black-footed_ferret</td>\n</tr>\n<tr>\n<td>otter</td>\n<td>skunk</td>\n<td>badger</td>\n</tr>\n<tr>\n<td>armadillo</td>\n<td>three-toed_sloth</td>\n<td>orangutan</td>\n</tr>\n<tr>\n<td>gorilla</td>\n<td>chimpanzee</td>\n<td>gibbon</td>\n</tr>\n<tr>\n<td>siamang</td>\n<td>guenon</td>\n<td>patas</td>\n</tr>\n<tr>\n<td>baboon</td>\n<td>macaque</td>\n<td>langur</td>\n</tr>\n<tr>\n<td>colobus</td>\n<td>proboscis_monkey</td>\n<td>marmoset</td>\n</tr>\n<tr>\n<td>capuchin</td>\n<td>howler_monkey</td>\n<td>titi</td>\n</tr>\n<tr>\n<td>spider_monkey</td>\n<td>squirrel_monkey</td>\n<td>Madagascar_cat</td>\n</tr>\n<tr>\n<td>indri</td>\n<td>Indian_elephant</td>\n<td>African_elephant</td>\n</tr>\n<tr>\n<td>lesser_panda</td>\n<td>giant_panda</td>\n<td>barracouta</td>\n</tr>\n<tr>\n<td>eel</td>\n<td>coho</td>\n<td>rock_beauty</td>\n</tr>\n<tr>\n<td>anemone_fish</td>\n<td>sturgeon</td>\n<td>gar</td>\n</tr>\n<tr>\n<td>lionfish</td>\n<td>puffer</td>\n<td>abacus</td>\n</tr>\n<tr>\n<td>abaya</td>\n<td>academic_gown</td>\n<td>accordion</td>\n</tr>\n<tr>\n<td>acoustic_guitar</td>\n<td>aircraft_carrier</td>\n<td>airliner</td>\n</tr>\n<tr>\n<td>airship</td>\n<td>altar</td>\n<td>ambulance</td>\n</tr>\n<tr>\n<td>amphibian</td>\n<td>analog_clock</td>\n<td>apiary</td>\n</tr>\n<tr>\n<td>apron</td>\n<td>ashcan</td>\n<td>assault_rifle</td>\n</tr>\n<tr>\n<td>backpack</td>\n<td>bakery</td>\n<td>balance_beam</td>\n</tr>\n<tr>\n<td>balloon</td>\n<td>ballpoint</td>\n<td>Band_Aid</td>\n</tr>\n<tr>\n<td>banjo</td>\n<td>bannister</td>\n<td>barbell</td>\n</tr>\n<tr>\n<td>barber_chair</td>\n<td>barbershop</td>\n<td>barn</td>\n</tr>\n<tr>\n<td>barometer</td>\n<td>barrel</td>\n<td>barrow</td>\n</tr>\n<tr>\n<td>baseball</td>\n<td>basketball</td>\n<td>bassinet</td>\n</tr>\n<tr>\n<td>bassoon</td>\n<td>bathing_cap</td>\n<td>bath_towel</td>\n</tr>\n<tr>\n<td>bathtub</td>\n<td>beach_wagon</td>\n<td>beacon</td>\n</tr>\n<tr>\n<td>beaker</td>\n<td>bearskin</td>\n<td>beer_bottle</td>\n</tr>\n<tr>\n<td>beer_glass</td>\n<td>bell_cote</td>\n<td>bib</td>\n</tr>\n<tr>\n<td>bicycle-built-for-two</td>\n<td>bikini</td>\n<td>binder</td>\n</tr>\n<tr>\n<td>binoculars</td>\n<td>birdhouse</td>\n<td>boathouse</td>\n</tr>\n<tr>\n<td>bobsled</td>\n<td>bolo_tie</td>\n<td>bonnet</td>\n</tr>\n<tr>\n<td>bookcase</td>\n<td>bookshop</td>\n<td>bottlecap</td>\n</tr>\n<tr>\n<td>bow</td>\n<td>bow_tie</td>\n<td>brass</td>\n</tr>\n<tr>\n<td>brassiere</td>\n<td>breakwater</td>\n<td>breastplate</td>\n</tr>\n<tr>\n<td>broom</td>\n<td>bucket</td>\n<td>buckle</td>\n</tr>\n<tr>\n<td>bulletproof_vest</td>\n<td>bullet_train</td>\n<td>butcher_shop</td>\n</tr>\n<tr>\n<td>cab</td>\n<td>caldron</td>\n<td>candle</td>\n</tr>\n<tr>\n<td>cannon</td>\n<td>canoe</td>\n<td>can_opener</td>\n</tr>\n<tr>\n<td>cardigan</td>\n<td>car_mirror</td>\n<td>carousel</td>\n</tr>\n<tr>\n<td>carpenter's_kit</td>\n<td>carton</td>\n<td>car_wheel</td>\n</tr>\n<tr>\n<td>cash_machine</td>\n<td>cassette</td>\n<td>cassette_player</td>\n</tr>\n<tr>\n<td>castle</td>\n<td>catamaran</td>\n<td>CD_player</td>\n</tr>\n<tr>\n<td>cello</td>\n<td>cellular_telephone</td>\n<td>chain</td>\n</tr>\n<tr>\n<td>chainlink_fence</td>\n<td>chain_mail</td>\n<td>chain_saw</td>\n</tr>\n<tr>\n<td>chest</td>\n<td>chiffonier</td>\n<td>chime</td>\n</tr>\n<tr>\n<td>china_cabinet</td>\n<td>Christmas_stocking</td>\n<td>church</td>\n</tr>\n<tr>\n<td>cinema</td>\n<td>cleaver</td>\n<td>cliff_dwelling</td>\n</tr>\n<tr>\n<td>cloak</td>\n<td>clog</td>\n<td>cocktail_shaker</td>\n</tr>\n<tr>\n<td>coffee_mug</td>\n<td>coffeepot</td>\n<td>coil</td>\n</tr>\n<tr>\n<td>combination_lock</td>\n<td>computer_keyboard</td>\n<td>confectionery</td>\n</tr>\n<tr>\n<td>container_ship</td>\n<td>convertible</td>\n<td>corkscrew</td>\n</tr>\n<tr>\n<td>cornet</td>\n<td>cowboy_boot</td>\n<td>cowboy_hat</td>\n</tr>\n<tr>\n<td>cradle</td>\n<td>crane</td>\n<td>crash_helmet</td>\n</tr>\n<tr>\n<td>crate</td>\n<td>crib</td>\n<td>Crock_Pot</td>\n</tr>\n<tr>\n<td>croquet_ball</td>\n<td>crutch</td>\n<td>cuirass</td>\n</tr>\n<tr>\n<td>dam</td>\n<td>desk</td>\n<td>desktop_computer</td>\n</tr>\n<tr>\n<td>dial_telephone</td>\n<td>diaper</td>\n<td>digital_clock</td>\n</tr>\n<tr>\n<td>digital_watch</td>\n<td>dining_table</td>\n<td>dishrag</td>\n</tr>\n<tr>\n<td>dishwasher</td>\n<td>disk_brake</td>\n<td>dock</td>\n</tr>\n<tr>\n<td>dogsled</td>\n<td>dome</td>\n<td>doormat</td>\n</tr>\n<tr>\n<td>drilling_platform</td>\n<td>drum</td>\n<td>drumstick</td>\n</tr>\n<tr>\n<td>dumbbell</td>\n<td>Dutch_oven</td>\n<td>electric_fan</td>\n</tr>\n<tr>\n<td>electric_guitar</td>\n<td>electric_locomotive</td>\n<td>entertainment_center</td>\n</tr>\n<tr>\n<td>envelope</td>\n<td>espresso_maker</td>\n<td>face_powder</td>\n</tr>\n<tr>\n<td>feather_boa</td>\n<td>file</td>\n<td>fireboat</td>\n</tr>\n<tr>\n<td>fire_engine</td>\n<td>fire_screen</td>\n<td>flagpole</td>\n</tr>\n<tr>\n<td>flute</td>\n<td>folding_chair</td>\n<td>football_helmet</td>\n</tr>\n<tr>\n<td>forklift</td>\n<td>fountain</td>\n<td>fountain_pen</td>\n</tr>\n<tr>\n<td>four-poster</td>\n<td>freight_car</td>\n<td>French_horn</td>\n</tr>\n<tr>\n<td>frying_pan</td>\n<td>fur_coat</td>\n<td>garbage_truck</td>\n</tr>\n<tr>\n<td>gasmask</td>\n<td>gas_pump</td>\n<td>goblet</td>\n</tr>\n<tr>\n<td>go-kart</td>\n<td>golf_ball</td>\n<td>golfcart</td>\n</tr>\n<tr>\n<td>gondola</td>\n<td>gong</td>\n<td>gown</td>\n</tr>\n<tr>\n<td>grand_piano</td>\n<td>greenhouse</td>\n<td>grille</td>\n</tr>\n<tr>\n<td>grocery_store</td>\n<td>guillotine</td>\n<td>hair_slide</td>\n</tr>\n<tr>\n<td>hair_spray</td>\n<td>half_track</td>\n<td>hammer</td>\n</tr>\n<tr>\n<td>hamper</td>\n<td>hand_blower</td>\n<td>hand-held_computer</td>\n</tr>\n<tr>\n<td>handkerchief</td>\n<td>hard_disc</td>\n<td>harmonica</td>\n</tr>\n<tr>\n<td>harp</td>\n<td>harvester</td>\n<td>hatchet</td>\n</tr>\n<tr>\n<td>holster</td>\n<td>home_theater</td>\n<td>honeycomb</td>\n</tr>\n<tr>\n<td>hook</td>\n<td>hoopskirt</td>\n<td>horizontal_bar</td>\n</tr>\n<tr>\n<td>horse_cart</td>\n<td>hourglass</td>\n<td>iPod</td>\n</tr>\n<tr>\n<td>iron</td>\n<td>jack-o'-lantern</td>\n<td>jean</td>\n</tr>\n<tr>\n<td>jeep</td>\n<td>jersey</td>\n<td>jigsaw_puzzle</td>\n</tr>\n<tr>\n<td>jinrikisha</td>\n<td>joystick</td>\n<td>kimono</td>\n</tr>\n<tr>\n<td>knee_pad</td>\n<td>knot</td>\n<td>lab_coat</td>\n</tr>\n<tr>\n<td>ladle</td>\n<td>lampshade</td>\n<td>laptop</td>\n</tr>\n<tr>\n<td>lawn_mower</td>\n<td>lens_cap</td>\n<td>letter_opener</td>\n</tr>\n<tr>\n<td>library</td>\n<td>lifeboat</td>\n<td>lighter</td>\n</tr>\n<tr>\n<td>limousine</td>\n<td>liner</td>\n<td>lipstick</td>\n</tr>\n<tr>\n<td>Loafer</td>\n<td>lotion</td>\n<td>loudspeaker</td>\n</tr>\n<tr>\n<td>loupe</td>\n<td>lumbermill</td>\n<td>magnetic_compass</td>\n</tr>\n<tr>\n<td>mailbag</td>\n<td>mailbox</td>\n<td>maillot</td>\n</tr>\n<tr>\n<td>maillot</td>\n<td>manhole_cover</td>\n<td>maraca</td>\n</tr>\n<tr>\n<td>marimba</td>\n<td>mask</td>\n<td>matchstick</td>\n</tr>\n<tr>\n<td>maypole</td>\n<td>maze</td>\n<td>measuring_cup</td>\n</tr>\n<tr>\n<td>medicine_chest</td>\n<td>megalith</td>\n<td>microphone</td>\n</tr>\n<tr>\n<td>microwave</td>\n<td>military_uniform</td>\n<td>milk_can</td>\n</tr>\n<tr>\n<td>minibus</td>\n<td>miniskirt</td>\n<td>minivan</td>\n</tr>\n<tr>\n<td>missile</td>\n<td>mitten</td>\n<td>mixing_bowl</td>\n</tr>\n<tr>\n<td>mobile_home</td>\n<td>Model_T</td>\n<td>modem</td>\n</tr>\n<tr>\n<td>monastery</td>\n<td>monitor</td>\n<td>moped</td>\n</tr>\n<tr>\n<td>mortar</td>\n<td>mortarboard</td>\n<td>mosque</td>\n</tr>\n<tr>\n<td>mosquito_net</td>\n<td>motor_scooter</td>\n<td>mountain_bike</td>\n</tr>\n<tr>\n<td>mountain_tent</td>\n<td>mouse</td>\n<td>mousetrap</td>\n</tr>\n<tr>\n<td>moving_van</td>\n<td>muzzle</td>\n<td>nail</td>\n</tr>\n<tr>\n<td>neck_brace</td>\n<td>necklace</td>\n<td>nipple</td>\n</tr>\n<tr>\n<td>notebook</td>\n<td>obelisk</td>\n<td>oboe</td>\n</tr>\n<tr>\n<td>ocarina</td>\n<td>odometer</td>\n<td>oil_filter</td>\n</tr>\n<tr>\n<td>organ</td>\n<td>oscilloscope</td>\n<td>overskirt</td>\n</tr>\n<tr>\n<td>oxcart</td>\n<td>oxygen_mask</td>\n<td>packet</td>\n</tr>\n<tr>\n<td>paddle</td>\n<td>paddlewheel</td>\n<td>padlock</td>\n</tr>\n<tr>\n<td>paintbrush</td>\n<td>pajama</td>\n<td>palace</td>\n</tr>\n<tr>\n<td>panpipe</td>\n<td>paper_towel</td>\n<td>parachute</td>\n</tr>\n<tr>\n<td>parallel_bars</td>\n<td>park_bench</td>\n<td>parking_meter</td>\n</tr>\n<tr>\n<td>passenger_car</td>\n<td>patio</td>\n<td>pay-phone</td>\n</tr>\n<tr>\n<td>pedestal</td>\n<td>pencil_box</td>\n<td>pencil_sharpener</td>\n</tr>\n<tr>\n<td>perfume</td>\n<td>Petri_dish</td>\n<td>photocopier</td>\n</tr>\n<tr>\n<td>pick</td>\n<td>pickelhaube</td>\n<td>picket_fence</td>\n</tr>\n<tr>\n<td>pickup</td>\n<td>pier</td>\n<td>piggy_bank</td>\n</tr>\n<tr>\n<td>pill_bottle</td>\n<td>pillow</td>\n<td>ping-pong_ball</td>\n</tr>\n<tr>\n<td>pinwheel</td>\n<td>pirate</td>\n<td>pitcher</td>\n</tr>\n<tr>\n<td>plane</td>\n<td>planetarium</td>\n<td>plastic_bag</td>\n</tr>\n<tr>\n<td>plate_rack</td>\n<td>plow</td>\n<td>plunger</td>\n</tr>\n<tr>\n<td>Polaroid_camera</td>\n<td>pole</td>\n<td>police_van</td>\n</tr>\n<tr>\n<td>poncho</td>\n<td>pool_table</td>\n<td>pop_bottle</td>\n</tr>\n<tr>\n<td>pot</td>\n<td>potter's_wheel</td>\n<td>power_drill</td>\n</tr>\n<tr>\n<td>prayer_rug</td>\n<td>printer</td>\n<td>prison</td>\n</tr>\n<tr>\n<td>projectile</td>\n<td>projector</td>\n<td>puck</td>\n</tr>\n<tr>\n<td>punching_bag</td>\n<td>purse</td>\n<td>quill</td>\n</tr>\n<tr>\n<td>quilt</td>\n<td>racer</td>\n<td>racket</td>\n</tr>\n<tr>\n<td>radiator</td>\n<td>radio</td>\n<td>radio_telescope</td>\n</tr>\n<tr>\n<td>rain_barrel</td>\n<td>recreational_vehicle</td>\n<td>reel</td>\n</tr>\n<tr>\n<td>reflex_camera</td>\n<td>refrigerator</td>\n<td>remote_control</td>\n</tr>\n<tr>\n<td>restaurant</td>\n<td>revolver</td>\n<td>rifle</td>\n</tr>\n<tr>\n<td>rocking_chair</td>\n<td>rotisserie</td>\n<td>rubber_eraser</td>\n</tr>\n<tr>\n<td>rugby_ball</td>\n<td>rule</td>\n<td>running_shoe</td>\n</tr>\n<tr>\n<td>safe</td>\n<td>safety_pin</td>\n<td>saltshaker</td>\n</tr>\n<tr>\n<td>sandal</td>\n<td>sarong</td>\n<td>sax</td>\n</tr>\n<tr>\n<td>scabbard</td>\n<td>scale</td>\n<td>school_bus</td>\n</tr>\n<tr>\n<td>schooner</td>\n<td>scoreboard</td>\n<td>screen</td>\n</tr>\n<tr>\n<td>screw</td>\n<td>screwdriver</td>\n<td>seat_belt</td>\n</tr>\n<tr>\n<td>sewing_machine</td>\n<td>shield</td>\n<td>shoe_shop</td>\n</tr>\n<tr>\n<td>shoji</td>\n<td>shopping_basket</td>\n<td>shopping_cart</td>\n</tr>\n<tr>\n<td>shovel</td>\n<td>shower_cap</td>\n<td>shower_curtain</td>\n</tr>\n<tr>\n<td>ski</td>\n<td>ski_mask</td>\n<td>sleeping_bag</td>\n</tr>\n<tr>\n<td>slide_rule</td>\n<td>sliding_door</td>\n<td>slot</td>\n</tr>\n<tr>\n<td>snorkel</td>\n<td>snowmobile</td>\n<td>snowplow</td>\n</tr>\n<tr>\n<td>soap_dispenser</td>\n<td>soccer_ball</td>\n<td>sock</td>\n</tr>\n<tr>\n<td>solar_dish</td>\n<td>sombrero</td>\n<td>soup_bowl</td>\n</tr>\n<tr>\n<td>space_bar</td>\n<td>space_heater</td>\n<td>space_shuttle</td>\n</tr>\n<tr>\n<td>spatula</td>\n<td>speedboat</td>\n<td>spider_web</td>\n</tr>\n<tr>\n<td>spindle</td>\n<td>sports_car</td>\n<td>spotlight</td>\n</tr>\n<tr>\n<td>stage</td>\n<td>steam_locomotive</td>\n<td>steel_arch_bridge</td>\n</tr>\n<tr>\n<td>steel_drum</td>\n<td>stethoscope</td>\n<td>stole</td>\n</tr>\n<tr>\n<td>stone_wall</td>\n<td>stopwatch</td>\n<td>stove</td>\n</tr>\n<tr>\n<td>strainer</td>\n<td>streetcar</td>\n<td>stretcher</td>\n</tr>\n<tr>\n<td>studio_couch</td>\n<td>stupa</td>\n<td>submarine</td>\n</tr>\n<tr>\n<td>suit</td>\n<td>sundial</td>\n<td>sunglass</td>\n</tr>\n<tr>\n<td>sunglasses</td>\n<td>sunscreen</td>\n<td>suspension_bridge</td>\n</tr>\n<tr>\n<td>swab</td>\n<td>sweatshirt</td>\n<td>swimming_trunks</td>\n</tr>\n<tr>\n<td>swing</td>\n<td>switch</td>\n<td>syringe</td>\n</tr>\n<tr>\n<td>table_lamp</td>\n<td>tank</td>\n<td>tape_player</td>\n</tr>\n<tr>\n<td>teapot</td>\n<td>teddy</td>\n<td>television</td>\n</tr>\n<tr>\n<td>tennis_ball</td>\n<td>thatch</td>\n<td>theater_curtain</td>\n</tr>\n<tr>\n<td>thimble</td>\n<td>thresher</td>\n<td>throne</td>\n</tr>\n<tr>\n<td>tile_roof</td>\n<td>toaster</td>\n<td>tobacco_shop</td>\n</tr>\n<tr>\n<td>toilet_seat</td>\n<td>torch</td>\n<td>totem_pole</td>\n</tr>\n<tr>\n<td>tow_truck</td>\n<td>toyshop</td>\n<td>tractor</td>\n</tr>\n<tr>\n<td>trailer_truck</td>\n<td>tray</td>\n<td>trench_coat</td>\n</tr>\n<tr>\n<td>tricycle</td>\n<td>trimaran</td>\n<td>tripod</td>\n</tr>\n<tr>\n<td>triumphal_arch</td>\n<td>trolleybus</td>\n<td>trombone</td>\n</tr>\n<tr>\n<td>tub</td>\n<td>turnstile</td>\n<td>typewriter_keyboard</td>\n</tr>\n<tr>\n<td>umbrella</td>\n<td>unicycle</td>\n<td>upright</td>\n</tr>\n<tr>\n<td>vacuum</td>\n<td>vase</td>\n<td>vault</td>\n</tr>\n<tr>\n<td>velvet</td>\n<td>vending_machine</td>\n<td>vestment</td>\n</tr>\n<tr>\n<td>viaduct</td>\n<td>violin</td>\n<td>volleyball</td>\n</tr>\n<tr>\n<td>waffle_iron</td>\n<td>wall_clock</td>\n<td>wallet</td>\n</tr>\n<tr>\n<td>wardrobe</td>\n<td>warplane</td>\n<td>washbasin</td>\n</tr>\n<tr>\n<td>washer</td>\n<td>water_bottle</td>\n<td>water_jug</td>\n</tr>\n<tr>\n<td>water_tower</td>\n<td>whiskey_jug</td>\n<td>whistle</td>\n</tr>\n<tr>\n<td>wig</td>\n<td>window_screen</td>\n<td>window_shade</td>\n</tr>\n<tr>\n<td>Windsor_tie</td>\n<td>wine_bottle</td>\n<td>wing</td>\n</tr>\n<tr>\n<td>wok</td>\n<td>wooden_spoon</td>\n<td>wool</td>\n</tr>\n<tr>\n<td>worm_fence</td>\n<td>wreck</td>\n<td>yawl</td>\n</tr>\n<tr>\n<td>yurt</td>\n<td>web_site</td>\n<td>comic_book</td>\n</tr>\n<tr>\n<td>crossword_puzzle</td>\n<td>street_sign</td>\n<td>traffic_light</td>\n</tr>\n<tr>\n<td>book_jacket</td>\n<td>menu</td>\n<td>plate</td>\n</tr>\n<tr>\n<td>guacamole</td>\n<td>consomme</td>\n<td>hot_pot</td>\n</tr>\n<tr>\n<td>trifle</td>\n<td>ice_cream</td>\n<td>ice_lolly</td>\n</tr>\n<tr>\n<td>French_loaf</td>\n<td>bagel</td>\n<td>pretzel</td>\n</tr>\n<tr>\n<td>cheeseburger</td>\n<td>hotdog</td>\n<td>mashed_potato</td>\n</tr>\n<tr>\n<td>head_cabbage</td>\n<td>broccoli</td>\n<td>cauliflower</td>\n</tr>\n<tr>\n<td>zucchini</td>\n<td>spaghetti_squash</td>\n<td>acorn_squash</td>\n</tr>\n<tr>\n<td>butternut_squash</td>\n<td>cucumber</td>\n<td>artichoke</td>\n</tr>\n<tr>\n<td>bell_pepper</td>\n<td>cardoon</td>\n<td>mushroom</td>\n</tr>\n<tr>\n<td>Granny_Smith</td>\n<td>strawberry</td>\n<td>orange</td>\n</tr>\n<tr>\n<td>lemon</td>\n<td>fig</td>\n<td>pineapple</td>\n</tr>\n<tr>\n<td>banana</td>\n<td>jackfruit</td>\n<td>custard_apple</td>\n</tr>\n<tr>\n<td>pomegranate</td>\n<td>hay</td>\n<td>carbonara</td>\n</tr>\n<tr>\n<td>chocolate_sauce</td>\n<td>dough</td>\n<td>meat_loaf</td>\n</tr>\n<tr>\n<td>pizza</td>\n<td>potpie</td>\n<td>burrito</td>\n</tr>\n<tr>\n<td>red_wine</td>\n<td>espresso</td>\n<td>cup</td>\n</tr>\n<tr>\n<td>eggnog</td>\n<td>alp</td>\n<td>bubble</td>\n</tr>\n<tr>\n<td>cliff</td>\n<td>coral_reef</td>\n<td>geyser</td>\n</tr>\n<tr>\n<td>lakeside</td>\n<td>promontory</td>\n<td>sandbar</td>\n</tr>\n<tr>\n<td>seashore</td>\n<td>valley</td>\n<td>volcano</td>\n</tr>\n<tr>\n<td>ballplayer</td>\n<td>groom</td>\n<td>scuba_diver</td>\n</tr>\n<tr>\n<td>rapeseed</td>\n<td>daisy</td>\n<td>yellow_lady's_slipper</td>\n</tr>\n<tr>\n<td>corn</td>\n<td>acorn</td>\n<td>hip</td>\n</tr>\n<tr>\n<td>buckeye</td>\n<td>coral_fungus</td>\n<td>agaric</td>\n</tr>\n<tr>\n<td>gyromitra</td>\n<td>stinkhorn</td>\n<td>earthstar</td>\n</tr>\n<tr>\n<td>hen-of-the-woods</td>\n<td>bolete</td>\n<td>ear</td>\n</tr>\n<tr>\n<td>toilet_tissue</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Tasks types","slug":"tasks-types"},{"content":"Authentication","slug":"authentication"},{"content":"HTTP status code summary","slug":"http-status-code-summary"},{"content":"Adding tasks from CSV file","slug":"adding-tasks-from-csv-file"},{"content":"Automatic annotations","slug":"automatic-annotations"},{"content":"Automatic annotations label list","slug":"automatic-annotations-label-list"}],"owner":"10426338","collectionId":"d1457d16-3084-42d9-acb5-f3e0a79206fd","publishedId":"Szf9V75M","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"444444","highlight":"F75E60"},"publishDate":"2020-09-22T09:14:22.000Z"},"item":[{"name":"Managing tasks","item":[{"name":"CREATE  POINT ANNOTATION TASK","event":[{"listen":"test","script":{"id":"29bd0b73-1ae8-46fc-bfdc-f659927745fa","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Structure test\", function () {","    pm.response.to.be.json;","});","","","pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"task_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"557e27b5-5a89-4d9b-92ab-196b8b62bff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Draw a dot over each tomato","description":"<p>Instructions for drawing the task (Required) (String)</p>\n","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/LtQGobF.jpg","description":"<p>HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)</p>\n","type":"text"},{"key":"with_labels","value":"true","description":"<p>Define if the task has tags (Optional) (Boolean)</p>\n","type":"text"},{"key":"objects_to_annotate","value":"[{\"label\": \"tomatoes\", \"color\": \"rgba(255,99,71,1)\"}]","description":"<p>List of objects to be annotated (Optional) (AnnotationObject Array)</p>\n","type":"text"},{"key":"project","value":"fruit-recognizer","description":"<p>Name of the project that belongs to the task (Optional) (String)</p>\n","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"<p>URL to which you will get task results delivered (Optional) (String)</p>\n","type":"text"},{"key":"automatic_prelabel","value":"false","description":"<p>Automatically prelabel the picture (Optional) (Boolean)</p>\n","type":"text"}]},"url":"{{url}}/api/task/annotation/point","description":"<p>Creates a point type annotation task.</p>\n<p><img src=\"https://i.imgur.com/LtQGobF.jpg\" alt /></p>\n","urlObject":{"path":["api","task","annotation","point"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f967c80f-56a6-4a85-b69e-e0b4237300ef","name":"CREATE  POINT ANNOTATION TASK","originalRequest":{"method":"POST","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"Parameter representing the key for access to requests"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Draw a dot over each tomato","description":"Instructions for drawing the task (Required) (String)","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/LtQGobF.jpg","description":"HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)","type":"text"},{"key":"with_labels","value":"true","description":"Define if the task has tags (Optional) (Boolean)","type":"text"},{"key":"objects_to_annotate","value":"[{\"label\": \"tomatoes\", \"color\": \"rgba(255,99,71,1)\"}]","description":"List of objects to be annotated (Optional) (AnnotationObject Array)","type":"text"},{"key":"project","value":"fruit-recognizer","description":"Name of the project that belongs to the task (Optional) (String)","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"URL to which you will get task results delivered (Optional) (String)","type":"text"},{"key":"automatic_prelabel","value":"false","description":"Automatically prelabel the picture (Optional) (Boolean)","type":"text"}]},"url":"{{url}}/api/task/annotation/point"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"250a5f7e-182e-48e3-85c9-a0d4ca1a4e47"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"715"},{"key":"Etag","value":"W/\"2cb-5NSRyyoIw2TunNDYNdslRsXeQHA\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:26:18 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-09-22T09:26:18.429Z\",\n        \"deliver_at\": \"2020-09-23T09:26:18.429Z\",\n        \"pending_at\": \"2020-09-22T09:26:18.429Z\",\n        \"current_at\": \"2020-09-22T09:26:18.429Z\",\n        \"type\": \"annotation-point\",\n        \"status\": \"pending\",\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a dot over each tomato\",\n        \"project\": \"fruit-recognizer\",\n        \"callback_url\": \"https://my-server.com/my-results\",\n        \"callback_status\": \"\",\n        \"qa_status\": {\n            \"reviewer\": null,\n            \"super_reviewer\": null,\n            \"QA\": null,\n            \"client\": null\n        },\n        \"attachment_url\": \"https://i.imgur.com/LtQGobF.jpg\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            {\n                \"label\": \"tomatoes\",\n                \"color\": \"rgba(255,99,71,1)\"\n            }\n        ],\n        \"groupid\": \"5ee8d9cec1acfe000462319a\",\n        \"userId\": \"5ee8d99ec1acfe0004623199\",\n        \"useAs\": \"platform\",\n        \"_id\": \"5f69c33ac875c90004f7e532\"\n    }\n]"}],"_postman_id":"557e27b5-5a89-4d9b-92ab-196b8b62bff4"},{"name":"CREATE POLYGON ANNOTATION TASK","event":[{"listen":"test","script":{"id":"14ccf69c-f034-42c6-9045-af4003cef743","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Structure test\", function () {","    pm.response.to.be.json;","});","","","pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"task_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"2baa79d4-acb9-42d5-a555-5e7f7013899b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Draw a polygon around each pool","description":"<p>Instructions for drawing the task (Required) (String)</p>\n","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/St0ZI0Z.jpg","description":"<p>HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)</p>\n","type":"text"},{"key":"with_labels","value":"true","description":"<p>Define if the task has tags (Optional) (Boolean)</p>\n","type":"text"},{"key":"objects_to_annotate","value":"[{\"label\": \"pools\"}]","description":"<p>List of objects to be annotated (Optional) (AnnotationObject Array)</p>\n","type":"text"},{"key":"project","value":"pool-recognizer","description":"<p>Name of the project that belongs to the task (Optional) (String)</p>\n","type":"text"},{"key":"min_vertices","value":"4","description":"<p>Minimum number of vertices that a polygon drawn in the task must have (Optional)(Number)</p>\n","type":"text"},{"key":"max_vertices","value":"250","description":"<p>Maximum number of vertices that a polygon drawn in the task must have (Optional)(Number)</p>\n","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"<p>URL to which you will get task results delivered (Optional) (String)</p>\n","type":"text"},{"key":"automatic_prelabel","value":"false","description":"<p>Automatically prelabel the picture (Optional) (Boolean)</p>\n","type":"text"}]},"url":"{{url}}/api/task/annotation/polygon","description":"<p>Creates a polygon type annotation task.</p>\n<p><img src=\"https://i.imgur.com/St0ZI0Z.jpg\" alt /></p>\n","urlObject":{"path":["api","task","annotation","polygon"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4dce9563-82aa-417a-931c-da2f7cae74b2","name":"CREATE POLYGON ANNOTATION TASK","originalRequest":{"method":"POST","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"Parameter representing the key for access to requests"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Draw a polygon around each pool","description":"Instructions for drawing the task (Required) (String)","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/St0ZI0Z.jpg","description":"HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)","type":"text"},{"key":"with_labels","value":"true","description":"Define if the task has tags (Optional) (Boolean)","type":"text"},{"key":"objects_to_annotate","value":"[{\"label\": \"pools\"}]","description":"List of objects to be annotated (Optional) (AnnotationObject Array)","type":"text"},{"key":"project","value":"pool-recognizer","description":"Name of the project that belongs to the task (Optional) (String)","type":"text"},{"key":"min_vertices","value":"4","description":"Minimum number of vertices that a polygon drawn in the task must have (Optional)(Number)\n","type":"text"},{"key":"max_vertices","value":"250","description":"Maximum number of vertices that a polygon drawn in the task must have (Optional)(Number)","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"URL to which you will get task results delivered (Optional) (String)","type":"text"},{"key":"automatic_prelabel","value":"false","description":"Automatically prelabel the picture (Optional) (Boolean)","type":"text"}]},"url":"{{url}}/api/task/annotation/polygon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"26182836-3d51-4294-aca7-7c61b516f93c"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"725"},{"key":"Etag","value":"W/\"2d5-p+kntPbZIRABkA/lR4LnrubJc6E\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:31:34 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-09-22T09:31:34.375Z\",\n        \"deliver_at\": \"2020-09-23T09:31:34.375Z\",\n        \"pending_at\": \"2020-09-22T09:31:34.375Z\",\n        \"current_at\": \"2020-09-22T09:31:34.375Z\",\n        \"type\": \"annotation-polygon\",\n        \"status\": \"pending\",\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a polygon around each pool\",\n        \"project\": \"pool-recognizer\",\n        \"callback_url\": \"https://my-server.com/my-results\",\n        \"callback_status\": \"\",\n        \"qa_status\": {\n            \"reviewer\": null,\n            \"super_reviewer\": null,\n            \"QA\": null,\n            \"client\": null\n        },\n        \"attachment_url\": \"https://i.imgur.com/St0ZI0Z.jpg\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            {\n                \"label\": \"pools\"\n            }\n        ],\n        \"groupid\": \"5ee8d9cec1acfe000462319a\",\n        \"userId\": \"5ee8d99ec1acfe0004623199\",\n        \"useAs\": \"platform\",\n        \"min_vertices\": 4,\n        \"max_vertices\": 250,\n        \"_id\": \"5f69c476c875c90004f7e534\"\n    }\n]"}],"_postman_id":"2baa79d4-acb9-42d5-a555-5e7f7013899b"},{"name":"CREATE BOX ANNOTATION TASK","event":[{"listen":"test","script":{"id":"b1f7e738-c76e-4218-a667-8885f3b03681","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Structure test\", function () {","    pm.response.to.be.json;","});","","","pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"task_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"a2513660-f83b-4702-8c11-2afe891edee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Draw a box around each rooftop","description":"<p>Instructions for drawing the task (Required) (String)</p>\n","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/PIadhUz.jpg","description":"<p>HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)</p>\n","type":"text"},{"key":"min_height","value":"10","description":"<p>Minimum height of each box drawn in the task (Optional) (Number)</p>\n","type":"text"},{"key":"min_width","value":"20","description":"<p>Minimum width of each box drawn in the task (Optional) (Number)</p>\n","type":"text"},{"key":"with_labels","value":"true","description":"<p>Define if the task has tags (Optional) (Boolean)</p>\n","type":"text"},{"key":"objects_to_annotate","value":"[{\"label\": \"rooftops\"}]","description":"<p>List of objects to be annotated (Optional) (AnnotationObject Array)</p>\n","type":"text"},{"key":"project","value":"maps","description":"<p>Name of the project that belongs to the task (Optional) (String)</p>\n","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"<p>URL to which you will get task results delivered (Optional) (String)</p>\n","type":"text"},{"key":"automatic_prelabel","value":"false","description":"<p>Automatically prelabel the picture (Optional) (Boolean)</p>\n","type":"text"}]},"url":"{{url}}/api/task/annotation/box","description":"<p>Creates a box type annotation task.</p>\n<p><img src=\"https://i.imgur.com/PIadhUz.jpg\" alt /></p>\n","urlObject":{"path":["api","task","annotation","box"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0099268f-3f4c-4dae-aeb4-b97f52a0fb7f","name":"CREATE BOX ANNOTATION TASK","originalRequest":{"method":"POST","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"Parameter representing the key for access to requests"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Draw a box around each rooftop","description":"Instructions for drawing the task (Required) (String)","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/PIadhUz.jpg","description":"HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)","type":"text"},{"key":"min_height","value":"10","description":"Minimum height of each box drawn in the task (Optional) (Number)","type":"text"},{"key":"min_width","value":"20","description":"Minimum width of each box drawn in the task (Optional) (Number)","type":"text"},{"key":"with_labels","value":"true","description":"Define if the task has tags (Optional) (Boolean)","type":"text"},{"key":"objects_to_annotate","value":"[{\"label\": \"rooftops\"}]","description":"List of objects to be annotated (Optional) (AnnotationObject Array)","type":"text"},{"key":"project","value":"maps","description":"Name of the project that belongs to the task (Optional) (String)","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"URL to which you will get task results delivered (Optional) (String)","type":"text"},{"key":"automatic_prelabel","value":"false","description":"Automatically prelabel the picture (Optional) (Boolean)","type":"text"}]},"url":"{{url}}/api/task/annotation/box"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"8149931a-1dcb-4245-985a-48eef00462ed"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"707"},{"key":"Etag","value":"W/\"2c3-WVOHKi7iKtsV+IKZvVta9AfjTtE\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:33:07 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-09-22T09:33:07.558Z\",\n        \"deliver_at\": \"2020-09-23T09:33:07.558Z\",\n        \"pending_at\": \"2020-09-22T09:33:07.558Z\",\n        \"current_at\": \"2020-09-22T09:33:07.558Z\",\n        \"type\": \"annotation-box\",\n        \"status\": \"pending\",\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a box around each rooftop\",\n        \"project\": \"maps\",\n        \"callback_url\": \"https://my-server.com/my-results\",\n        \"callback_status\": \"\",\n        \"qa_status\": {\n            \"reviewer\": null,\n            \"super_reviewer\": null,\n            \"QA\": null,\n            \"client\": null\n        },\n        \"attachment_url\": \"https://i.imgur.com/PIadhUz.jpg\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            {\n                \"label\": \"rooftops\"\n            }\n        ],\n        \"groupid\": \"5ee8d9cec1acfe000462319a\",\n        \"userId\": \"5ee8d99ec1acfe0004623199\",\n        \"useAs\": \"platform\",\n        \"min_height\": 10,\n        \"min_width\": 20,\n        \"_id\": \"5f69c4d3c875c90004f7e535\"\n    }\n]"}],"_postman_id":"a2513660-f83b-4702-8c11-2afe891edee3"},{"name":"CREATE LINE ANNOTATION TASK","event":[{"listen":"test","script":{"id":"209e84cf-9745-4e8e-a269-7b703b562da9","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Structure test\", function () {","    pm.response.to.be.json;","});","","","pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"task_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"8dfc4c6a-7302-4ec8-aa43-c098bbdc0831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Parameter representing the key for access to requests</p>\n","key":"user_key","type":"text","value":"{{user_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Instructions for drawing the task (Required) (String)</p>\n","key":"instructions","type":"text","value":"Draw a line over each line and circle of the field"},{"description":"<p>HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)</p>\n","key":"attachment_url","type":"text","value":"https://i.imgur.com/Ml3nfz7.jpg"},{"description":"<p>Define if the task has tags (Optional) (Boolean)</p>\n","key":"with_labels","type":"text","value":"true"},{"description":"<p>List of objects to be annotated (Optional) (AnnotationObject Array)</p>\n","key":"objects_to_annotate","type":"text","value":"[{\"label\": \"lines\"},{\"label\": \"circles\"}]"},{"description":"<p>Name of the project that belongs to the task (Optional) (String)</p>\n","key":"project","type":"text","value":"football-fields"},{"description":"<p>Minimum number of vertices that a polygon drawn in the task must have (Optional)(Number)</p>\n","key":"min_vertices","type":"text","value":"2"},{"description":"<p>Maximum number of vertices that a polygon drawn in the task must have (Optional)(Number)</p>\n","key":"max_vertices","type":"text","value":"150"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"<p>URL to which you will get task results delivered (Optional) (String)</p>\n","type":"text"},{"key":"automatic_prelabel","value":"false","description":"<p>Automatically prelabel the picture (Optional) (Boolean)</p>\n","type":"text"}]},"url":"{{url}}/api/task/annotation/line","description":"<p>Creates a line type annotation task.</p>\n<p><img src=\"https://i.imgur.com/Ml3nfz7.jpg\" alt /></p>\n","urlObject":{"path":["api","task","annotation","line"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3cd6a2f2-ef85-46e1-9e48-0be1d7c31175","name":"CREATE LINE ANNOTATION TASK","originalRequest":{"method":"POST","header":[{"description":"Parameter representing the key for access to requests","key":"user_key","type":"text","value":"{{user_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Instructions for drawing the task (Required) (String)","key":"instructions","type":"text","value":"Draw a line over each line and circle of the field"},{"description":"HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)","key":"attachment_url","type":"text","value":"https://i.imgur.com/Ml3nfz7.jpg"},{"description":"Define if the task has tags (Optional) (Boolean)","key":"with_labels","type":"text","value":"true"},{"description":"List of objects to be annotated (Optional) (AnnotationObject Array)","key":"objects_to_annotate","type":"text","value":"[{\"label\": \"lines\"},{\"label\": \"circles\"}]"},{"description":"Name of the project that belongs to the task (Optional) (String)","key":"project","type":"text","value":"football-fields"},{"description":"Minimum number of vertices that a polygon drawn in the task must have (Optional)(Number)","key":"min_vertices","type":"text","value":"2"},{"description":"Maximum number of vertices that a polygon drawn in the task must have (Optional)(Number)","key":"max_vertices","type":"text","value":"150"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"URL to which you will get task results delivered (Optional) (String)","type":"text"},{"key":"automatic_prelabel","value":"false","description":"Automatically prelabel the picture (Optional) (Boolean)","type":"text"}]},"url":"{{url}}/api/task/annotation/line"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"80ef31ec-a3b1-4b41-9eb3-1fb0865d8b07"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"761"},{"key":"Etag","value":"W/\"2f9-UMpPtTVznDWrnRyq49wtCXJJDxY\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:33:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-09-22T09:33:32.792Z\",\n        \"deliver_at\": \"2020-09-23T09:33:32.792Z\",\n        \"pending_at\": \"2020-09-22T09:33:32.792Z\",\n        \"current_at\": \"2020-09-22T09:33:32.792Z\",\n        \"type\": \"annotation-line\",\n        \"status\": \"pending\",\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a line over each line and circle of the field\",\n        \"project\": \"football-fields\",\n        \"callback_url\": \"https://my-server.com/my-results\",\n        \"callback_status\": \"\",\n        \"qa_status\": {\n            \"reviewer\": null,\n            \"super_reviewer\": null,\n            \"QA\": null,\n            \"client\": null\n        },\n        \"attachment_url\": \"https://i.imgur.com/Ml3nfz7.jpg\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            {\n                \"label\": \"lines\"\n            },\n            {\n                \"label\": \"circles\"\n            }\n        ],\n        \"groupid\": \"5ee8d9cec1acfe000462319a\",\n        \"userId\": \"5ee8d99ec1acfe0004623199\",\n        \"useAs\": \"platform\",\n        \"min_vertices\": 2,\n        \"max_vertices\": 150,\n        \"_id\": \"5f69c4ecc875c90004f7e536\"\n    }\n]"}],"_postman_id":"8dfc4c6a-7302-4ec8-aa43-c098bbdc0831"},{"name":"CREATE IMAGE CATEGORIZATION","event":[{"listen":"test","script":{"id":"d7a67692-dbff-4511-b953-daa26eabc15c","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Structure test\", function () {","    pm.response.to.be.json;","});","","","pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"task_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"28f244bd-b5c5-431d-9e98-6f39dba20f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Categorize the image","description":"<p>Instructions for performing the task (Required) (String)</p>\n","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/LulwSYw.png","description":"<p>HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)</p>\n","type":"text"},{"key":"with_labels","value":"false","description":"<p>Define if the task has tags (Optional) (Boolean)</p>\n","type":"text"},{"key":"project","value":"categorizations-for-testing","description":"<p>Name of the project that belongs to the task (Optional) (String)</p>\n","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"<p>URL to which you will get task results delivered (Optional) (String)</p>\n","type":"text"},{"key":"categories","value":"[\"animal\", \"human\", \"turtle\", \"gold fish\", \"sea\", \"land\", \"shark\", \"dog\", \"cat\", \"monkey\", \"squid\"]","description":"<p>Categories into which an image can be categorized (Required) (String Array)</p>\n","type":"text"},{"key":"allow_multiple","value":"true","description":"<p>Allow multiple categories to be selected (Optional) (Boolean)</p>\n","type":"text"}]},"url":"{{url}}/api/task/categorization/image","description":"<p>Creates an image categorization task.</p>\n<p><img src=\"https://i.imgur.com/LulwSYw.png\" alt /></p>\n","urlObject":{"path":["api","task","categorization","image"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"39444344-7311-4149-bd83-c321a2158b2a","name":"CREATE IMAGE CATEGORIZATION","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"instructions","value":"Categorize the image","description":"Instructions for performing the task (Required) (String)","type":"text"},{"key":"attachment_url","value":"https://i.imgur.com/LulwSYw.png","description":"HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)","type":"text"},{"key":"with_labels","value":"false","description":"Define if the task has tags (Optional) (Boolean)","type":"text"},{"key":"project","value":"categorizations-for-testing","description":"Name of the project that belongs to the task (Optional) (String)","type":"text"},{"key":"callback_url","value":"https://my-server.com/my-results","description":"URL to which you will get task results delivered (Optional) (String)","type":"text"},{"key":"categories","value":"[\"animal\", \"human\", \"turtle\", \"gold fish\", \"sea\", \"land\", \"shark\", \"dog\", \"cat\", \"monkey\", \"squid\"]","description":"Categories into which an image can be categorized (Required) (String Array)","type":"text"},{"key":"allow_multiple","value":"true","description":"Allow multiple categories to be selected (Optional) (Boolean)","type":"text"}]},"url":"{{url}}/api/task/categorization/image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"d99c90ee-821e-4e36-b7e4-d229c16c4bcc"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"756"},{"key":"Etag","value":"W/\"2f4-l5AontSxcKFW58IKw6pY12C76JI\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:34:06 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-09-22T09:34:06.846Z\",\n        \"deliver_at\": \"2020-09-23T09:34:06.846Z\",\n        \"pending_at\": \"2020-09-22T09:34:06.846Z\",\n        \"current_at\": \"2020-09-22T09:34:06.846Z\",\n        \"type\": \"categorization-image\",\n        \"status\": \"pending\",\n        \"completed_at\": \"\",\n        \"instructions\": \"Categorize the image\",\n        \"project\": \"categorizations-for-testing\",\n        \"callback_url\": \"https://my-server.com/my-results\",\n        \"callback_status\": \"\",\n        \"qa_status\": {\n            \"reviewer\": null,\n            \"super_reviewer\": null,\n            \"QA\": null,\n            \"client\": null\n        },\n        \"attachment_url\": \"https://i.imgur.com/LulwSYw.png\",\n        \"groupid\": \"5ee8d9cec1acfe000462319a\",\n        \"userId\": \"5ee8d99ec1acfe0004623199\",\n        \"useAs\": \"platform\",\n        \"categories\": [\n            \"animal\",\n            \"human\",\n            \"turtle\",\n            \"gold fish\",\n            \"sea\",\n            \"land\",\n            \"shark\",\n            \"dog\",\n            \"cat\",\n            \"monkey\",\n            \"squid\"\n        ],\n        \"allow_multiple\": true,\n        \"_id\": \"5f69c50ec875c90004f7e537\"\n    }\n]"}],"_postman_id":"28f244bd-b5c5-431d-9e98-6f39dba20f7e"},{"name":"CREATE PCD (LiDAR) ANNOTATION TASK","event":[{"listen":"test","script":{"id":"59955059-c6aa-4921-ad7f-651821e5818c","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Structure test\", function () {","    pm.response.to.be.json;","});","","","pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"task_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"783c6a4f-373a-4559-a68a-30cd98808d73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Parameter representing the key for access to requests</p>\n","key":"user_key","type":"text","value":"{{user_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Instructions for drawing the task (Required) (String)</p>\n","key":"instructions","type":"text","value":"Annotate the scene with provided labels"},{"description":"<p>HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)</p>\n","key":"attachment_url","type":"text","value":"https://s3.us-east-2.amazonaws.com/trainingset.ai/test/n015-2018-07-24-11-22-45%2B0800__LIDAR_TOP__1532402883948604.pcd"},{"description":"<p>Define if the task has tags (Optional) (Boolean)</p>\n","key":"with_labels","type":"text","value":"true"},{"description":"<p>List of objects to be annotated (Optional) (AnnotationObject Array)</p>\n","key":"objects_to_annotate","type":"text","value":"[{\"label\": \"pedestrian\", \"color\": \"rgba(230, 25, 75, 1)\"},{\"label\": \"pedestrian\", \"color\": \"rgba(60, 180, 75, 1)\"}]"},{"description":"<p>Name of the project that belongs to the task (Optional) (String)</p>\n","key":"project","type":"text","value":"self-driving"},{"description":"<p>URL to which you will get task results delivered (Optional) (String)</p>\n","key":"callback_url","type":"text","value":"https://my-server.com/my-results"},{"key":"cameras","value":"[\n  {\n    \"name\": \"CAM_FRONT\",\n    \"url\": \"https://i.imgur.com/i3IJ2SZ.png\",\n    \"translation_matrix\": [\n      [1, 0, 0, 0],\n      [0, 0, 0, -0.45],\n      [0, 0, 0, -0.64],\n      [0, 0, 0, 1]\n    ],\n    \"rotation_matrix\": [\n      [0, -1, 0, 0],\n      [0, 0, -1, 0],\n      [1, 0, 0, 0],\n      [0, 0, 0, 1]\n    ],\n    \"camera_intrinsic\": [\n      [1449.144043, 0, 1199.158041, 0],\n      [0, 1456.590741, 1036.123288, 0],\n      [0, 0, 1, 0],\n      [0, 0, 0, 1]\n    ],\n    \"distortion_coefficients\": [0, 0, 0, 0, 0],\n    \"origin\": [0, 0, 0]\n  }\n]","description":"<p>Camera parameters, each camera is an object (Optional) (CameraObject Array)</p>\n","type":"text"}]},"url":"{{url}}/api/task/annotation/pcd","description":"<p>Creates a PCD (LiDAR) type annotation task.</p>\n<p><img src=\"https://i.imgur.com/hu7RHw1.png\" alt /></p>\n<p>If you are providing camera images, this is the clarification of camera object structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Rotation matrix:\n[[r11,r12,r13,0],\n[r21,r22,r23,0],\n[r31,r32,r33,0],\n[0, 0, 0, 1]]\nr11, r12 ... r33 - Rotation components between LiDAR and camera in LiDAR frame of reference\n\nTranslation matrix:\n[[1,0,0,tx],\n[0,0,0,ty],\n[0,0,0,tz],\n[0,0,0,1]]\ntx, ty and tz - Translation between LiDAR and camera in LiDAR frame of reference\n\nCamera intrinsic:\n[[fx, 0, cx, 0],\n[0, fy, cy, 0],\n[0, 0, 1, 0]\n[0, 0, 0, 1]]\nfx and fy - Focal lenghts in pixels\n\nDistortion coefficients (optional):\n[k1,k2,p1,p2, k3]\nk1, k2, and k3 — Radial distortion coefficients of the lens\np1 and p2 - Tangential distortion coefficients of the lens\n\nOrigin (optional):\n[x, y, z]\nCoordinates of the camera in 3D world\n</code></pre>","urlObject":{"path":["api","task","annotation","pcd"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"158e8696-6ae4-47f6-9d21-b9bc277d2f13","name":"CREATE PCD (LiDAR) ANNOTATION TASK","originalRequest":{"method":"POST","header":[{"description":"Parameter representing the key for access to requests","key":"user_key","type":"text","value":"{{user_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Instructions for drawing the task (Required) (String)","key":"instructions","type":"text","value":"Annotate the scene with provided labels"},{"description":"HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)","key":"attachment_url","type":"text","value":"https://s3.us-east-2.amazonaws.com/trainingset.ai/test/n015-2018-07-24-11-22-45%2B0800__LIDAR_TOP__1532402883948604.pcd"},{"description":"Define if the task has tags (Optional) (Boolean)","key":"with_labels","type":"text","value":"true"},{"description":"List of objects to be annotated (Optional) (AnnotationObject Array)","key":"objects_to_annotate","type":"text","value":"[{\"label\": \"pedestrian\", \"color\": \"rgba(230, 25, 75, 1)\"},{\"label\": \"pedestrian\", \"color\": \"rgba(60, 180, 75, 1)\"}]"},{"description":"Name of the project that belongs to the task (Optional) (String)","key":"project","type":"text","value":"self-driving"},{"description":"URL to which you will get task results delivered (Optional) (String)","key":"callback_url","type":"text","value":"https://my-server.com/my-results"},{"key":"cameras","value":"[\n  {\n    \"name\": \"CAM_FRONT\",\n    \"url\": \"https://i.imgur.com/i3IJ2SZ.png\",\n    \"translation_matrix\": [\n      [1, 0, 0, 0],\n      [0, 0, 0, -0.45],\n      [0, 0, 0, -0.64],\n      [0, 0, 0, 1]\n    ],\n    \"rotation_matrix\": [\n      [0, -1, 0, 0],\n      [0, 0, -1, 0],\n      [1, 0, 0, 0],\n      [0, 0, 0, 1]\n    ],\n    \"camera_intrinsic\": [\n      [1449.144043, 0, 1199.158041, 0],\n      [0, 1456.590741, 1036.123288, 0],\n      [0, 0, 1, 0],\n      [0, 0, 0, 1]\n    ],\n    \"distortion_coefficients\": [0, 0, 0, 0, 0],\n    \"origin\": [0, 0, 0]\n  }\n]","description":"Camera parameters, each camera is an object (Optional) (CameraObject Array)","type":"text"}]},"url":"{{url}}/api/task/annotation/pcd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"09064f61-8018-4006-aa3e-7e6ef4c5d00e"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1224"},{"key":"Etag","value":"W/\"4c8-cjOMpUtaSFbND9iO7kxSOqcA1P0\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:35:10 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-09-22T09:35:10.502Z\",\n        \"deliver_at\": \"2020-09-23T09:35:10.502Z\",\n        \"pending_at\": \"2020-09-22T09:35:10.502Z\",\n        \"current_at\": \"2020-09-22T09:35:10.502Z\",\n        \"type\": \"annotation-pcd\",\n        \"status\": \"pending\",\n        \"completed_at\": \"\",\n        \"instructions\": \"Annotate the scene with provided labels\",\n        \"project\": \"self-driving\",\n        \"callback_url\": \"https://my-server.com/my-results\",\n        \"callback_status\": \"\",\n        \"qa_status\": {\n            \"reviewer\": null,\n            \"super_reviewer\": null,\n            \"QA\": null,\n            \"client\": null\n        },\n        \"attachment_url\": \"https://s3.us-east-2.amazonaws.com/trainingset.ai/test/n015-2018-07-24-11-22-45%2B0800__LIDAR_TOP__1532402883948604.pcd\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            {\n                \"label\": \"pedestrian\",\n                \"color\": \"rgba(230,25,75,1)\"\n            },\n            {\n                \"label\": \"pedestrian\",\n                \"color\": \"rgba(60,180,75,1)\"\n            }\n        ],\n        \"groupid\": \"5ee8d9cec1acfe000462319a\",\n        \"userId\": \"5ee8d99ec1acfe0004623199\",\n        \"cameras\": [\n            {\n                \"name\": \"CAM_FRONT\",\n                \"url\": \"https://i.imgur.com/i3IJ2SZ.png\",\n                \"translation_matrix\": [\n                    [\n                        1,\n                        0,\n                        0,\n                        0\n                    ],\n                    [\n                        0,\n                        0,\n                        0,\n                        -0.45\n                    ],\n                    [\n                        0,\n                        0,\n                        0,\n                        -0.64\n                    ],\n                    [\n                        0,\n                        0,\n                        0,\n                        1\n                    ]\n                ],\n                \"rotation_matrix\": [\n                    [\n                        0,\n                        -1,\n                        0,\n                        0\n                    ],\n                    [\n                        0,\n                        0,\n                        -1,\n                        0\n                    ],\n                    [\n                        1,\n                        0,\n                        0,\n                        0\n                    ],\n                    [\n                        0,\n                        0,\n                        0,\n                        1\n                    ]\n                ],\n                \"camera_intrinsic\": [\n                    [\n                        1449.144043,\n                        0,\n                        1199.158041,\n                        0\n                    ],\n                    [\n                        0,\n                        1456.590741,\n                        1036.123288,\n                        0\n                    ],\n                    [\n                        0,\n                        0,\n                        1,\n                        0\n                    ],\n                    [\n                        0,\n                        0,\n                        0,\n                        1\n                    ]\n                ],\n                \"distortion_coefficients\": [\n                    0,\n                    0,\n                    0,\n                    0,\n                    0\n                ],\n                \"origin\": [\n                    0,\n                    0,\n                    0\n                ]\n            }\n        ],\n        \"useAs\": \"platform\",\n        \"_id\": \"5f69c54ec875c90004f7e538\"\n    }\n]"}],"_postman_id":"783c6a4f-373a-4559-a68a-30cd98808d73"},{"name":"CREATE SEMANTIC SEGMENTATION TASK","event":[{"listen":"test","script":{"id":"d61c6231-89be-4149-9892-d1a076c33ddf","exec":["pm.test(\"Status test\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Structure test\", function () {","    pm.response.to.be.json;","});","","","pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"task_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"9378b600-739c-4ec2-9984-3e64c2e84b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Parameter representing the key for access to requests</p>\n","key":"user_key","type":"text","value":"{{user_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Instructions for drawing the task (Required) (String)</p>\n","key":"instructions","type":"text","value":"Segmentate the image with provided labels"},{"description":"<p>HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)</p>\n","key":"attachment_url","type":"text","value":"https://i.imgur.com/TRIDUEk.jpg"},{"description":"<p>Define if the task has tags (Optional) (Boolean)</p>\n","key":"with_labels","type":"text","value":"true"},{"description":"<p>List of objects to be annotated (Optional) (AnnotationObject Array)</p>\n","key":"objects_to_annotate","type":"text","value":"[{\"label\": \"Car\"}, {\"label\": \"Person\"}, {\"label\": \"Building\"}, {\"label\": \"Road\"}]"},{"description":"<p>Name of the project that belongs to the task (Optional) (String)</p>\n","key":"project","type":"text","value":"self-driving"},{"description":"<p>URL to which you will get task results delivered (Optional) (String)</p>\n","key":"callback_url","type":"text","value":"https://my-server.com/my-results"},{"key":"automatic_prelabel","value":"true","description":"<p>Automatically prelabel the picture (Optional) (Boolean)</p>\n","type":"text"}]},"url":"{{url}}/api/task/annotation/segmentation","description":"<p>Creates a segmentation type annotation task.</p>\n<p><img src=\"https://i.imgur.com/oImZEse.png\" alt /></p>\n","urlObject":{"path":["api","task","annotation","segmentation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"869dadb2-4ce1-4687-9aea-d344371d4b9f","name":"CREATE SEMANTIC SEGMENTATION TASK","originalRequest":{"method":"POST","header":[{"description":"Parameter representing the key for access to requests","key":"user_key","type":"text","value":"{{user_key}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Instructions for drawing the task (Required) (String)","key":"instructions","type":"text","value":"Segmentate the image with provided labels"},{"description":"HTTP/HTTPS Image address where the drawing of the task is carried out (Required) (String)","key":"attachment_url","type":"text","value":"https://i.imgur.com/TRIDUEk.jpg"},{"description":"Define if the task has tags (Optional) (Boolean)","key":"with_labels","type":"text","value":"true"},{"description":"List of objects to be annotated (Optional) (AnnotationObject Array)","key":"objects_to_annotate","type":"text","value":"[{\"label\": \"Car\"}, {\"label\": \"Person\"}, {\"label\": \"Building\"}, {\"label\": \"Road\"}]"},{"description":"Name of the project that belongs to the task (Optional) (String)","key":"project","type":"text","value":"self-driving"},{"description":"URL to which you will get task results delivered (Optional) (String)","key":"callback_url","type":"text","value":"https://my-server.com/my-results"},{"key":"automatic_prelabel","value":"true","description":"Automatically prelabel the picture (Optional) (Boolean)","type":"text"}]},"url":"{{url}}/api/task/annotation/segmentation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"d078107d-a9d4-4063-83da-335932061f16"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"777"},{"key":"Etag","value":"W/\"309-R5KJi8h2V/SBhvbfFEkKNLoxx2s\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:35:33 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2020-09-22T09:35:33.434Z\",\n        \"deliver_at\": \"2020-09-23T09:35:33.434Z\",\n        \"pending_at\": \"2020-09-22T09:35:33.434Z\",\n        \"current_at\": \"2020-09-22T09:35:33.434Z\",\n        \"type\": \"annotation-polygon\",\n        \"status\": \"pending\",\n        \"completed_at\": \"\",\n        \"instructions\": \"Segmentate the image with provided labels\",\n        \"project\": \"self-driving\",\n        \"callback_url\": \"https://my-server.com/my-results\",\n        \"callback_status\": \"\",\n        \"qa_status\": {\n            \"reviewer\": null,\n            \"super_reviewer\": null,\n            \"QA\": null,\n            \"client\": null\n        },\n        \"attachment_url\": \"https://i.imgur.com/TRIDUEk.jpg\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            {\n                \"label\": \"Car\"\n            },\n            {\n                \"label\": \"Person\"\n            },\n            {\n                \"label\": \"Building\"\n            },\n            {\n                \"label\": \"Road\"\n            }\n        ],\n        \"groupid\": \"5ee8d9cec1acfe000462319a\",\n        \"userId\": \"5ee8d99ec1acfe0004623199\",\n        \"automatic_prelabel\": true,\n        \"useAs\": \"platform\",\n        \"_id\": \"5f69c565c875c90004f7e539\"\n    }\n]"}],"_postman_id":"9378b600-739c-4ec2-9984-3e64c2e84b8b"},{"name":"ADD METADATA","id":"f03d2b32-ba80-40ff-b96e-5c0fd89be415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"5f69c476c875c90004f7e534\",\n    \"validation\": false,\n    \"metadata\": {\n        \"annotation-point\": {\n            \"annotations\": [\n                {\n                    \"x\": 10,\n                    \"y\": 10,\n                    \"label\": \"tuna\",\n                    \"color\": \"rgba(245,34,23,0.4)\"\n                }\n            ]\n        },\n        \"annotation-box\": {\n            \"annotations\": [\n                {\n                    \"left\": 10,\n                    \"top\": 10,\n                    \"width\": 10,\n                    \"height\": 10,\n                    \"label\": \"car\",\n                    \"color\": \"rgba(245,34,23,0.4)\"\n                }\n            ]\n        },\n        \"annotation-line\": {\n            \"annotations\": [\n                {\n                    \"label\": \"lane\",\n                    \"color\": \"rgba(245,34,23,0.4)\",\n                    \"coords\": [\n                        {\n                            \"x\": 10,\n                            \"y\": 10\n                        },\n                        {\n                            \"x\": 20,\n                            \"y\": 20\n                        },\n                        {\n                            \"x\": 30,\n                            \"y\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        \"annotation-polygon\": {\n            \"annotations\": [\n                {\n                    \"label\": \"truck\",\n                    \"color\": \"rgba(245,34,23,0.4)\",\n                    \"coords\": [\n                        {\n                            \"x\": 10,\n                            \"y\": 10\n                        },\n                        {\n                            \"x\": 20,\n                            \"y\": 20\n                        },\n                        {\n                            \"x\": 30,\n                            \"y\": 30\n                        },\n                        {\n                            \"x\": 40,\n                            \"y\": 40\n                        },\n                        {\n                            \"x\": 50,\n                            \"y\": 50\n                        },\n                        {\n                            \"x\": 60,\n                            \"y\": 60\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"{{url}}/api/task/metadata","description":"<p>Attach existing annotations to the task. <code>metadata</code> attribute can have <code>annotation-point</code>, <code>annotation-box</code>, <code>annotation-line</code> or <code>annotation-polygon</code> keys where their values are result objects. Result object follows the same structure that we use on these task types.</p>\n<p><code>validate</code> attribute is optional, if you wish, you can set it to <code>true</code> in order to verify that your request body is valid without saving the metadata.</p>\n","urlObject":{"path":["api","task","metadata"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f7b2888d-f317-46a1-8b36-c56aa826dfd8","name":"ADD METADATA","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"5f69c476c875c90004f7e534\",\n    \"validation\": false,\n    \"metadata\": {\n        \"annotation-point\": {\n            \"annotations\": [\n                {\n                    \"x\": 10,\n                    \"y\": 10,\n                    \"label\": \"tuna\",\n                    \"color\": \"rgba(245,34,23,0.4)\"\n                }\n            ]\n        },\n        \"annotation-box\": {\n            \"annotations\": [\n                {\n                    \"left\": 10,\n                    \"top\": 10,\n                    \"width\": 10,\n                    \"height\": 10,\n                    \"label\": \"car\",\n                    \"color\": \"rgba(245,34,23,0.4)\"\n                }\n            ]\n        },\n        \"annotation-line\": {\n            \"annotations\": [\n                {\n                    \"label\": \"lane\",\n                    \"color\": \"rgba(245,34,23,0.4)\",\n                    \"coords\": [\n                        {\n                            \"x\": 10,\n                            \"y\": 10\n                        },\n                        {\n                            \"x\": 20,\n                            \"y\": 20\n                        },\n                        {\n                            \"x\": 30,\n                            \"y\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        \"annotation-polygon\": {\n            \"annotations\": [\n                {\n                    \"label\": \"truck\",\n                    \"color\": \"rgba(245,34,23,0.4)\",\n                    \"coords\": [\n                        {\n                            \"x\": 10,\n                            \"y\": 10\n                        },\n                        {\n                            \"x\": 20,\n                            \"y\": 20\n                        },\n                        {\n                            \"x\": 30,\n                            \"y\": 30\n                        },\n                        {\n                            \"x\": 40,\n                            \"y\": 40\n                        },\n                        {\n                            \"x\": 50,\n                            \"y\": 50\n                        },\n                        {\n                            \"x\": 60,\n                            \"y\": 60\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"{{url}}/api/task/metadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"535626d8-3139-40e8-9c90-fc46b2111d02"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1669"},{"key":"Etag","value":"W/\"685-9pTVO7yq2Uiu65LlBsAooOLvtMw\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:36:55 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5f69c476c875c90004f7e534\",\n    \"created_at\": \"2020-09-22T09:31:34.375Z\",\n    \"deliver_at\": \"2020-09-23T09:31:34.375Z\",\n    \"pending_at\": \"2020-09-22T09:31:34.375Z\",\n    \"current_at\": \"2020-09-22T09:31:34.375Z\",\n    \"type\": \"annotation-polygon\",\n    \"status\": \"pending\",\n    \"completed_at\": \"\",\n    \"instructions\": \"Draw a polygon around each pool\",\n    \"project\": \"pool-recognizer\",\n    \"callback_url\": \"https://my-server.com/my-results\",\n    \"callback_status\": \"\",\n    \"qa_status\": {\n        \"reviewer\": null,\n        \"super_reviewer\": null,\n        \"QA\": null,\n        \"client\": null\n    },\n    \"priority\": null,\n    \"attachment_url\": \"https://i.imgur.com/St0ZI0Z.jpg\",\n    \"optimized_attachment_url\": \"https://res.cloudinary.com/trainingsetai/image/upload/v1600767094/annotations/userId_5ee8d99ec1acfe0004623199/iadqkjfav80eyw1limls.jpg\",\n    \"attachment_url_internal\": \"https://s3.us-east-2.amazonaws.com/trainingset.ai/task-attachment-urls/c717f309-17fb-4eb3-8d29-26e88a71e50e.jpg\",\n    \"with_labels\": true,\n    \"objects_to_annotate\": [\n        {\n            \"label\": \"pools\"\n        }\n    ],\n    \"groupid\": \"5ee8d9cec1acfe000462319a\",\n    \"userId\": \"5ee8d99ec1acfe0004623199\",\n    \"useAs\": \"platform\",\n    \"min_vertices\": 4,\n    \"max_vertices\": 250,\n    \"image_data\": {\n        \"width\": 1000,\n        \"height\": 632,\n        \"format\": \"jpg\"\n    },\n    \"metadata\": {\n        \"annotation-point\": {\n            \"annotations\": [\n                {\n                    \"x\": 10,\n                    \"y\": 10,\n                    \"label\": \"tuna\",\n                    \"color\": \"rgba(245,34,23,0.4)\"\n                }\n            ]\n        },\n        \"annotation-box\": {\n            \"annotations\": [\n                {\n                    \"left\": 10,\n                    \"top\": 10,\n                    \"width\": 10,\n                    \"height\": 10,\n                    \"label\": \"car\",\n                    \"color\": \"rgba(245,34,23,0.4)\"\n                }\n            ]\n        },\n        \"annotation-line\": {\n            \"annotations\": [\n                {\n                    \"label\": \"lane\",\n                    \"color\": \"rgba(245,34,23,0.4)\",\n                    \"coords\": [\n                        {\n                            \"x\": 10,\n                            \"y\": 10\n                        },\n                        {\n                            \"x\": 20,\n                            \"y\": 20\n                        },\n                        {\n                            \"x\": 30,\n                            \"y\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        \"annotation-polygon\": {\n            \"annotations\": [\n                {\n                    \"label\": \"truck\",\n                    \"color\": \"rgba(245,34,23,0.4)\",\n                    \"coords\": [\n                        {\n                            \"x\": 10,\n                            \"y\": 10\n                        },\n                        {\n                            \"x\": 20,\n                            \"y\": 20\n                        },\n                        {\n                            \"x\": 30,\n                            \"y\": 30\n                        },\n                        {\n                            \"x\": 40,\n                            \"y\": 40\n                        },\n                        {\n                            \"x\": 50,\n                            \"y\": 50\n                        },\n                        {\n                            \"x\": 60,\n                            \"y\": 60\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f03d2b32-ba80-40ff-b96e-5c0fd89be415"},{"name":"DELETE TASK","id":"59207e5a-888e-4e4c-bada-714f6f35751c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"user_key","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/task/{{task_id}}","description":"<p>Deletes a task.</p>\n","urlObject":{"path":["api","task","{{task_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"62cbcff2-3dc3-43a4-9c05-d78e43214490","name":"DELETE TASK","originalRequest":{"method":"DELETE","header":[{"key":"user_key","value":"{{user_key}}","description":"Parameter representing the key for access to requests","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/task/{{task_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"20805e61-9d56-49f3-af45-b38254ce9366"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Etag","value":"W/\"2e-Jqj9aFsQUIeB2pfuzsGDQ5Z1XLE\""},{"key":"Date","value":"Tue, 22 Sep 2020 09:38:00 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Task deleted!\"\n}"}],"_postman_id":"59207e5a-888e-4e4c-bada-714f6f35751c"},{"name":"RETRIEVE TASKS DATA","id":"31015045-26be-4494-b9ac-870576b8a7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"url":"{{url}}/api/task/","description":"<p>Function that returns an array of objects with task data.</p>\n","urlObject":{"path":["api","task",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31015045-26be-4494-b9ac-870576b8a7c9"},{"name":"RETRIEVE TASK DATA BY PROJECT","id":"386662a6-f0eb-414d-8b9d-55a4ba003e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"url":"{{url}}/api/task/project/{{project_name}}","description":"<p>Returns an object array with all the tasks that requested project contains.</p>\n","urlObject":{"path":["api","task","project","{{project_name}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"44fee44b-9447-49a4-83a8-7534795fd8cc","name":"RETRIVE TASK DATA BY PROJECT","originalRequest":{"method":"GET","header":[{"key":"user_key","type":"text","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMTRjYTY3YWY2ZmYxMDAwNDJjNmI0MSIsImlhdCI6MTU2NTA5ODU0MywiZXhwIjoxNTY1MTAwMzQzfQ.xjrbmuOP1HaXcu-uZjN3qEfPJiX38-kQW4TanfYz2Ys","description":"Parameter representing the key for access to requests"}],"url":"{{url}}/api/task/project/Projectname"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"a8010f6a-b4b6-4a33-92a8-992628f12048"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2164"},{"key":"Etag","value":"W/\"874-bfe+L4S/ZlsfWlrVGtBc71wbTvU\""},{"key":"Date","value":"Tue, 06 Aug 2019 14:01:11 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5d49858c70f5a100043f0b41\",\n        \"created_at\": \"2019-08-06T13:50:04.812Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-box\",\n        \"status\": \"pending\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a box for each car\",\n        \"note\":\"Completed drawing\",\n        \"project\": \"Projectname\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2017/02/12/21/29/false-2061132_960_720.png\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            \"car blue\",\n            \"car yelow\"\n        ],\n        \"min_height\": 10,\n        \"min_width\": 20,\n        \"userId\": null\n    },\n    {\n        \"_id\": \"5d49860d70f5a100043f0b42\",\n        \"created_at\": \"2019-08-06T13:52:13.425Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-point\",\n        \"status\": \"pending\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a dot for each car\",\n        \"project\": \"Projectname\",\n        \"priority\": 2,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2017/02/12/21/29/false-2061132_960_720.png\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            \"car blue\",\n            \"car yelow\"\n        ],\n        \"userId\": null\n    },\n    {\n        \"_id\": \"5d49864d70f5a100043f0b43\",\n        \"key\": [],\n        \"created_at\": \"2019-08-06T13:53:17.730Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-line\",\n        \"status\": \"pending\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a line in border of each car\",\n        \"project\": \"Projectname\",\n        \"priority\": 3,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2017/02/12/21/29/false-2061132_960_720.png\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            \"car blue\",\n            \"card yelow\"\n        ],\n        \"min_vertices\": 2,\n        \"max_vertices\": 150,\n        \"userId\": null\n    },\n    {\n        \"_id\": \"5d49867770f5a100043f0b44\",\n        \"created_at\": \"2019-08-06T13:53:59.364Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-polygon\",\n        \"status\": \"pending\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a polygon for each car\",\n        \"project\": \"Projectname\",\n        \"priority\": 3,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2017/02/12/21/29/false-2061132_960_720.png\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            \"car blue\",\n            \"car yelow\"\n        ],\n        \"min_vertices\": 4,\n        \"max_vertices\": 250,\n        \"userId\": null\n    }\n]"}],"_postman_id":"386662a6-f0eb-414d-8b9d-55a4ba003e90"},{"name":"RETRIEVE TASK DATA BY CUSTOM FILTER","id":"8045857c-1656-4801-822d-397f42352fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"url":"{{url}}/api/task/by-custom-filter?project=Projectname&status=completed&rangeStart=2020-04-01&rangeEnd=2020-04-10&type=annotation-box&format=default","description":"<p>Returns an object array with data of the tasks that match parameters specified in the requested fields.</p>\n","urlObject":{"path":["api","task","by-custom-filter"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Project Name (Optional) (String)</p>\n","type":"text/plain"},"key":"project","value":"Projectname"},{"description":{"content":"<p>Task status (Optional) (ENUM(\"pending\", \"completed\", \"working\", \"cancelled\"))</p>\n","type":"text/plain"},"key":"status","value":"completed"},{"description":{"content":"<p>Initial date by which you want to filter the date the task was created (Optional) (String value in \"YYYY-MM-DD\" format)</p>\n","type":"text/plain"},"key":"rangeStart","value":"2020-04-01"},{"description":{"content":"<p>End date by which you want to filter the date the task was created (Optional) (String value in \"YYYY-MM-DD\" format)</p>\n","type":"text/plain"},"key":"rangeEnd","value":"2020-04-10"},{"description":{"content":"<p>Type of task (Optional) (ENUM(\"annotation-point\", \"annotation-box\", \"annotation-line\", \"annotation-polygon\"))</p>\n","type":"text/plain"},"key":"type","value":"annotation-box"},{"description":{"content":"<p>Output format. (Optional) (ENUM(\"default\", \"coco\", \"pascal_voc\", \"yolo\"))</p>\n","type":"text/plain"},"key":"format","value":"default"}],"variable":[]}},"response":[{"id":"b0efec13-35c6-4065-a2e9-ab11ea66367a","name":"RETRIVE TASK DATA BY CUSTOM FILTER","originalRequest":{"method":"GET","header":[{"key":"user_key","type":"text","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMTRjYTY3YWY2ZmYxMDAwNDJjNmI0MSIsImlhdCI6MTU2NTA5ODU0MywiZXhwIjoxNTY1MTAwMzQzfQ.xjrbmuOP1HaXcu-uZjN3qEfPJiX38-kQW4TanfYz2Ys","description":"Parameter representing the key for access to requests"}],"url":{"raw":"{{url}}/api/task/by-custom-filter?project=BOX&status=working&rangeStart=2019-01-01&rangeEnd=2019-07-30&type=annotation-box","host":["{{url}}"],"path":["api","task","by-custom-filter"],"query":[{"key":"project","value":"BOX","description":"Optional"},{"key":"status","value":"working","description":"Optional"},{"key":"rangeStart","value":"2019-01-01","description":"Optional"},{"key":"rangeEnd","value":"2019-07-30","description":"Optional"},{"key":"type","value":"annotation-box","description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"df998d6c-ef76-47dd-8372-2d24890cb92f"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4222"},{"key":"Etag","value":"W/\"107e-Wy/uwugR/K3LrYg/2tlajFCR6Uk\""},{"key":"Date","value":"Tue, 06 Aug 2019 14:02:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"5d31170a488a230004a8d6f5\",\n            \"key\": [],\n            \"created_at\": \"2019-07-19T01:04:10.737Z\",\n            \"deliver_at\": \"\",\n            \"type\": \"annotation-box\",\n            \"status\": \"working\",\n            \"callback_status\": false,\n            \"completed_at\": \"\",\n            \"instructions\": \"Draw box for cars and cycles\",\n            \"note\":\"Completed drawing\",\n            \"project\": \"BOX\",\n            \"priority\": 1,\n            \"callback_url\": \"https://cdn.pixabay.com/photo/2018/08/17/10/04/traffic-3612474_960_720.jpg\",\n            \"attachment_url\": \"https://cdn.pixabay.com/photo/2018/08/17/10/04/traffic-3612474_960_720.jpg\",\n            \"with_labels\": true,\n            \"objects_to_annotate\": [\n                \"car\",\n                \"cycle\"\n            ],\n            \"min_height\": 10,\n            \"min_width\": 10,\n            \"userId\": null,\n            \"result\": {\n                \"annotations\": [\n                    {\n                        \"label\": \"car\",\n                        \"left\": 535,\n                        \"top\": 388,\n                        \"width\": 97,\n                        \"height\": 69\n                    },\n                    {\n                        \"label\": \"car\",\n                        \"left\": 654,\n                        \"top\": 399,\n                        \"width\": 83,\n                        \"height\": 71\n                    },\n                    {\n                        \"label\": \"cycle\",\n                        \"left\": 771,\n                        \"top\": 405,\n                        \"width\": 27,\n                        \"height\": 53\n                    },\n                    {\n                        \"label\": \"cycle\",\n                        \"left\": 816,\n                        \"top\": 459,\n                        \"width\": 36,\n                        \"height\": 57\n                    },\n                    {\n                        \"label\": \"cycle\",\n                        \"left\": 840,\n                        \"top\": 519,\n                        \"width\": 41,\n                        \"height\": 36\n                    },\n                    {\n                        \"label\": \"car\",\n                        \"left\": 885,\n                        \"top\": 478,\n                        \"width\": 73,\n                        \"height\": 123\n                    },\n                    {\n                        \"label\": \"car\",\n                        \"left\": 214,\n                        \"top\": 532,\n                        \"width\": 134,\n                        \"height\": 104\n                    },\n                    {\n                        \"label\": \"car\",\n                        \"left\": 265,\n                        \"top\": 506,\n                        \"width\": 105,\n                        \"height\": 76\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"5d319c26295d5900047eb4a1\",\n            \"key\": [],\n            \"created_at\": \"2019-07-19T10:32:06.626Z\",\n            \"deliver_at\": \"\",\n            \"type\": \"annotation-box\",\n            \"status\": \"working\",\n            \"callback_status\": false,\n            \"completed_at\": \"\",\n            \"instructions\": \"Draw box on cars and people\",\n            \"project\": \"BOX\",\n            \"priority\": 1,\n            \"callback_url\": \"https://cdn.pixabay.com/photo/2016/09/02/08/32/cuba-1638594_960_720.jpg\",\n            \"attachment_url\": \"https://cdn.pixabay.com/photo/2016/09/02/08/32/cuba-1638594_960_720.jpg\",\n            \"with_labels\": true,\n            \"objects_to_annotate\": [\n                \"car\",\n                \"people\"\n            ],\n            \"min_height\": 2,\n            \"min_width\": 10,\n            \"userId\": null,\n            \"result\": {\n                \"annotations\": [\n                    {\n                        \"label\": \"car\",\n                        \"left\": 251.0769230769231,\n                        \"top\": 366.2769230769231,\n                        \"width\": 204.8,\n                        \"height\": 209.72307692307692\n                    },\n                    {\n                        \"label\": \"people\",\n                        \"left\": 1.9692307692307693,\n                        \"top\": 410.5846153846154,\n                        \"width\": 60.06153846153847,\n                        \"height\": 139.81538461538457\n                    },\n                    {\n                        \"label\": \"people\",\n                        \"left\": 484.4307692307693,\n                        \"top\": 400.73846153846154,\n                        \"width\": 35.44615384615378,\n                        \"height\": 109.2923076923077\n                    },\n                    {\n                        \"label\": \"people\",\n                        \"left\": 813.2923076923078,\n                        \"top\": 400.73846153846154,\n                        \"width\": 22.64615384615388,\n                        \"height\": 69.90769230769234\n                    },\n                    {\n                        \"label\": \"people\",\n                        \"left\": 839.8769230769232,\n                        \"top\": 400.73846153846154,\n                        \"width\": 21.661538461538385,\n                        \"height\": 71.8769230769231\n                    },\n                    {\n                        \"label\": \"people\",\n                        \"left\": 871.3846153846155,\n                        \"top\": 397.7846153846154,\n                        \"width\": 24.615384615384528,\n                        \"height\": 67.93846153846158\n                    },\n                    {\n                        \"label\": \"car\",\n                        \"left\": 756.1846153846154,\n                        \"top\": 400.73846153846154,\n                        \"width\": 55.13846153846157,\n                        \"height\": 54.15384615384619\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"5d31a38e295d5900047eb4a5\",\n            \"key\": [],\n            \"created_at\": \"2019-07-19T11:03:42.085Z\",\n            \"deliver_at\": \"\",\n            \"type\": \"annotation-box\",\n            \"status\": \"working\",\n            \"callback_status\": false,\n            \"completed_at\": \"\",\n            \"instructions\": \"Draw box for each car\",\n            \"project\": \"BOX\",\n            \"priority\": 1,\n            \"callback_url\": \"https://cdn.pixabay.com/photo/2013/11/20/18/51/autos-214033_960_720.jpg\",\n            \"attachment_url\": \"https://cdn.pixabay.com/photo/2013/11/20/18/51/autos-214033_960_720.jpg\",\n            \"with_labels\": true,\n            \"objects_to_annotate\": [\n                \"blue\",\n                \"red\",\n                \"white\",\n                \"black\",\n                \"green\"\n            ],\n            \"min_height\": 2,\n            \"min_width\": 2,\n            \"userId\": null,\n            \"result\": {\n                \"annotations\": [\n                    {\n                        \"label\": \"white\",\n                        \"left\": 6,\n                        \"top\": 130,\n                        \"width\": 147,\n                        \"height\": 94\n                    },\n                    {\n                        \"label\": \"blue\",\n                        \"left\": 294,\n                        \"top\": 135,\n                        \"width\": 98,\n                        \"height\": 103\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"5d31ab3a295d5900047eb4aa\",\n            \"key\": [],\n            \"created_at\": \"2019-07-19T11:36:26.161Z\",\n            \"deliver_at\": \"\",\n            \"type\": \"annotation-box\",\n            \"status\": \"working\",\n            \"callback_status\": false,\n            \"completed_at\": \"\",\n            \"instructions\": \"Draw a box in a car\",\n            \"project\": \"BOX\",\n            \"priority\": 1,\n            \"callback_url\": \"https://cdn.pixabay.com/photo/2012/02/23/09/07/traffic-15888_960_720.jpg\",\n            \"attachment_url\": \"https://cdn.pixabay.com/photo/2012/02/23/09/07/traffic-15888_960_720.jpg\",\n            \"objects_to_annotate\": [],\n            \"min_height\": 3,\n            \"min_width\": 2,\n            \"userId\": null\n        },\n        {\n            \"_id\": \"5d31ae08295d5900047eb4ae\",\n            \"key\": [],\n            \"created_at\": \"2019-07-19T11:48:24.242Z\",\n            \"deliver_at\": \"\",\n            \"type\": \"annotation-box\",\n            \"status\": \"working\",\n            \"callback_status\": false,\n            \"completed_at\": \"\",\n            \"instructions\": \"Draw a box for each loading cart\",\n            \"project\": \"BOX\",\n            \"priority\": 1,\n            \"callback_url\": \"https://cdn.pixabay.com/photo/2016/09/13/13/19/road-1667218_960_720.jpg\",\n            \"attachment_url\": \"https://cdn.pixabay.com/photo/2016/09/13/13/19/road-1667218_960_720.jpg\",\n            \"objects_to_annotate\": [],\n            \"min_height\": 2,\n            \"min_width\": 4,\n            \"userId\": null\n        }\n    ],\n    \"pages\": null,\n    \"total\": 5\n}"}],"_postman_id":"8045857c-1656-4801-822d-397f42352fbd"},{"name":"RETRIEVE TASK DATA BY STATUS","event":[{"listen":"prerequest","script":{"id":"4c11c631-e59a-411b-827f-2d57fe9f43a4","exec":[""],"type":"text/javascript"}}],"id":"e88a0d15-d6cb-483d-bf98-f9e8afd598b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"url":"{{url}}/api/task/status/{{task_status}}","description":"<p>Returns an object array with data of the task corresponding to requested status. Types of status that can be used are <code>pending</code>, <code>completed</code>, <code>working</code>, and <code>cancelled</code>. </p>\n","urlObject":{"path":["api","task","status","{{task_status}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eb9a094a-6b35-4a94-a89b-08cf9458b820","name":"RETRIVE TASK DATA BY STATUS","originalRequest":{"method":"GET","header":[{"key":"user_key","type":"text","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMTRjYTY3YWY2ZmYxMDAwNDJjNmI0MSIsImlhdCI6MTU2NTA5ODU0MywiZXhwIjoxNTY1MTAwMzQzfQ.xjrbmuOP1HaXcu-uZjN3qEfPJiX38-kQW4TanfYz2Ys","description":"Parameter representing the key for access to requests"}],"url":"{{url}}/api/task/status/pending"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"d542523f-5f4b-4263-b4e9-9fd45747bf0e"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3215"},{"key":"Etag","value":"W/\"c8f-dlpRP2ZpfLWNptAGDXeoJm6Nbeo\""},{"key":"Date","value":"Tue, 06 Aug 2019 14:00:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5d31ae14295d5900047eb4af\",\n        \"created_at\": \"2019-07-19T11:48:36.590Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-line\",\n        \"status\": \"pending\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a line for each loading cart\",\n        \"note\":\"Completed drawing\",\n        \"project\": \"BOX\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2016/09/13/13/19/road-1667218_960_720.jpg\",\n        \"objects_to_annotate\": [],\n        \"min_vertices\": 2,\n        \"max_vertices\": 4,\n        \"userId\": null\n    },\n    {\n        \"_id\": \"5d31ae7d295d5900047eb4b0\",\n        \"created_at\": \"2019-07-19T11:50:21.433Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-polygon\",\n        \"status\": \"pending\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a polygon for each loading cart\",\n        \"project\": \"POLYGON\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2016/09/13/13/19/road-1667218_960_720.jpg\",\n        \"objects_to_annotate\": [],\n        \"min_vertices\": 2,\n        \"max_vertices\": 1000,\n        \"userId\": null\n    }\n   \n]"}],"_postman_id":"e88a0d15-d6cb-483d-bf98-f9e8afd598b3"},{"name":"RETRIEVE TASK DATA BY TYPE","event":[{"listen":"prerequest","script":{"id":"77525b77-c221-423e-a85e-ee6c9bfd721c","exec":[""],"type":"text/javascript"}}],"id":"cc9c667d-8322-49d5-a0ce-abfad9e02495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"url":"{{url}}/api/task/type/{{task_type}}","description":"<p>Returns an object array with the data of the task presented by the type sent in the URL request. Types of tasks that can be used are: <code>annotation-box</code>, <code>annotation-point</code>, <code>annotation-polygon</code> and <code>annotation-line</code>.</p>\n","urlObject":{"path":["api","task","type","{{task_type}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b4aac6de-564f-4cb6-a514-e52213e029f1","name":"RETRIVE TASK DATA BY TYPE","originalRequest":{"method":"GET","header":[{"key":"user_key","type":"text","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMTRjYTY3YWY2ZmYxMDAwNDJjNmI0MSIsImlhdCI6MTU2NTA5ODU0MywiZXhwIjoxNTY1MTAwMzQzfQ.xjrbmuOP1HaXcu-uZjN3qEfPJiX38-kQW4TanfYz2Ys","description":"Parameter representing the key for access to requests"}],"url":"{{url}}/api/task/type/annotation-point"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"160c9a5b-266a-4f09-86dc-9e587997a5f2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4807"},{"key":"Etag","value":"W/\"12c7-ehoI3yMuFX1HxaAKpneXX3p3WMw\""},{"key":"Date","value":"Tue, 06 Aug 2019 14:01:39 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5d319a88295d5900047eb4a0\",\n        \"created_at\": \"2019-07-19T10:25:12.808Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-point\",\n        \"status\": \"working\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw points on cars and road signs\",\n        \"note\":\"Completed drawing\",\n        \"project\": \"POINT\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2018/08/17/10/04/traffic-3612474_960_720.jpg\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            \"car\",\n            \"arrow\"\n        ],\n        \"userId\": null,\n        \"result\": {\n            \"annotations\": [\n                {\n                    \"label\": \"arrow\",\n                    \"x\": 626,\n                    \"y\": 586\n                },\n                {\n                    \"label\": \"arrow\",\n                    \"x\": 784,\n                    \"y\": 585\n                },\n                {\n                    \"label\": \"car\",\n                    \"x\": 282,\n                    \"y\": 589\n                },\n                {\n                    \"label\": \"car\",\n                    \"x\": 342,\n                    \"y\": 530\n                },\n                {\n                    \"label\": \"arrow\",\n                    \"x\": 859,\n                    \"y\": 439\n                },\n                {\n                    \"label\": \"arrow\",\n                    \"x\": 797,\n                    \"y\": 339\n                },\n                {\n                    \"label\": \"car\",\n                    \"x\": 705,\n                    \"y\": 434\n                },\n                {\n                    \"label\": \"car\",\n                    \"x\": 586,\n                    \"y\": 414\n                },\n                {\n                    \"label\": \"arrow\",\n                    \"x\": 691,\n                    \"y\": 267\n                }\n            ]\n        }\n    },\n    {\n        \"_id\": \"5d319fd0295d5900047eb4a3\",\n        \"created_at\": \"2019-07-19T10:47:44.622Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-point\",\n        \"status\": \"working\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw points on people\",\n        \"project\": \"POINT\",\n        \"priority\": 2,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2016/09/02/08/32/cuba-1638594_960_720.jpg\",\n        \"objects_to_annotate\": [],\n        \"userId\": null,\n        \"result\": {\n            \"annotations\": [\n                {\n                    \"label\": \"\",\n                    \"x\": 25.73195876288659,\n                    \"y\": 446.02061855670087\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 499.463917525773,\n                    \"y\": 417.6494845360823\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 560.8247422680411,\n                    \"y\": 416.9896907216493\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 825.4020618556698,\n                    \"y\": 414.35051546391736\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 845.8556701030925,\n                    \"y\": 411.7113402061854\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 884.7835051546389,\n                    \"y\": 407.0927835051545\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 870.268041237113,\n                    \"y\": 419.6288659793813\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 956.7010309278347,\n                    \"y\": 412.3711340206184\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 936.247422680412,\n                    \"y\": 409.73195876288645\n                }\n            ]\n        }\n    },\n    {\n        \"_id\": \"5d31aa42295d5900047eb4a8\",\n        \"created_at\": \"2019-07-19T11:32:18.438Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-point\",\n        \"status\": \"working\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a point in an empty garage\",\n        \"project\": \"POINT\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2013/11/20/18/51/autos-214033_960_720.jpg\",\n        \"objects_to_annotate\": [],\n        \"userId\": null,\n        \"result\": {\n            \"annotations\": [\n                {\n                    \"label\": \"\",\n                    \"x\": 23,\n                    \"y\": 385\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 293,\n                    \"y\": 406\n                }\n            ]\n        }\n    },\n    {\n        \"_id\": \"5d31ad59295d5900047eb4ad\",\n        \"created_at\": \"2019-07-19T11:45:29.877Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-point\",\n        \"status\": \"working\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a point for each taxi\",\n        \"project\": \"POINT\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2012/02/23/09/07/traffic-15888_960_720.jpg\",\n        \"objects_to_annotate\": [],\n        \"userId\": null\n    },\n    {\n        \"_id\": \"5d31af2a295d5900047eb4b1\",\n        \"created_at\": \"2019-07-19T11:53:14.973Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-point\",\n        \"status\": \"completed\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"Draw a point for each traffic signal\",\n        \"project\": \"POINT\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://cdn.pixabay.com/photo/2016/09/13/13/19/road-1667218_960_720.jpg\",\n        \"objects_to_annotate\": [],\n        \"userId\": null,\n        \"result\": {\n            \"annotations\": [\n                {\n                    \"label\": \"\",\n                    \"x\": 106.4846153846154,\n                    \"y\": 262.7923076923077\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 461.10769230769233,\n                    \"y\": 257.90769230769234\n                },\n                {\n                    \"label\": \"\",\n                    \"x\": 823.546153846154,\n                    \"y\": 288.19230769230774\n                }\n            ]\n        }\n    },\n    {\n        \"_id\": \"5d35cba16d20c300046725cb\",\n        \"created_at\": \"2019-07-22T14:43:45.134Z\",\n        \"deliver_at\": \"\",\n        \"type\": \"annotation-point\",\n        \"status\": \"working\",\n        \"callback_status\": false,\n        \"completed_at\": \"\",\n        \"instructions\": \"DRAW A POINT BY EACH CAR\",\n        \"project\": \"POINT\",\n        \"priority\": 1,\n        \"attachment_url\": \"https://image.shutterstock.com/image-photo/four-lane-controlledaccess-highway-poland-600w-318505211.jpg\",\n        \"with_labels\": true,\n        \"objects_to_annotate\": [\n            \"loading cart\",\n            \"car\"\n        ],\n        \"userId\": null,\n        \"result\": {\n            \"annotations\": [\n                {\n                    \"label\": \"loading cart\",\n                    \"x\": 99.5076923076923,\n                    \"y\": 158.3076923076923\n                }\n            ]\n        }\n    }\n]"}],"_postman_id":"cc9c667d-8322-49d5-a0ce-abfad9e02495"},{"name":"RETRIEVE TASK DATA BY ID","id":"09eb8a60-3e7b-4e55-97d7-cbc79b362ed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","type":"text","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n"}],"url":"{{url}}/api/task/{{task_id}}?format=default","description":"<p>Returns an object with data of the task requested by it's identifier.</p>\n","urlObject":{"path":["api","task","{{task_id}}"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Output format. (Optional) (ENUM(\"default\", \"coco\", \"pascal_voc\", \"yolo\"))</p>\n","type":"text/plain"},"key":"format","value":"default"}],"variable":[]}},"response":[{"id":"cd87470e-6905-4e54-905c-84d5caef4fe0","name":"RETRIVE TASK DATA BY ID","originalRequest":{"method":"GET","header":[{"key":"user_key","type":"text","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMTRjYTY3YWY2ZmYxMDAwNDJjNmI0MSIsImlhdCI6MTU2NTA5ODU0MywiZXhwIjoxNTY1MTAwMzQzfQ.xjrbmuOP1HaXcu-uZjN3qEfPJiX38-kQW4TanfYz2Ys","description":"Parameter representing the key for access to requests"}],"url":"{{url}}/api/task/5d31170a488a230004a8d6f5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"4c449007-7705-4e23-a487-d9b304fbadb2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1064"},{"key":"Etag","value":"W/\"428-LH5YjRJ+6R9LqEJI5O6hVox3N3E\""},{"key":"Date","value":"Tue, 06 Aug 2019 13:59:42 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5d31170a488a230004a8d6f5\",\n    \"created_at\": \"2019-07-19T01:04:10.737Z\",\n    \"deliver_at\": \"\",\n    \"type\": \"annotation-box\",\n    \"status\": \"working\",\n    \"callback_status\": false,\n    \"completed_at\": \"\",\n    \"instructions\": \"Draw box for cars and cycles\",\n    \"note\":\"Completed drawing\",\n    \"project\": \"BOX\",\n    \"priority\": 1,\n    \"attachment_url\": \"https://cdn.pixabay.com/photo/2018/08/17/10/04/traffic-3612474_960_720.jpg\",\n    \"with_labels\": true,\n    \"objects_to_annotate\": [\n        \"car\",\n        \"cycle\"\n    ],\n    \"min_height\": 10,\n    \"min_width\": 10,\n    \"userId\": null,\n    \"result\": {\n        \"annotations\": [\n            {\n                \"label\": \"car\",\n                \"left\": 535,\n                \"top\": 388,\n                \"width\": 97,\n                \"height\": 69\n            },\n            {\n                \"label\": \"car\",\n                \"left\": 654,\n                \"top\": 399,\n                \"width\": 83,\n                \"height\": 71\n            },\n            {\n                \"label\": \"cycle\",\n                \"left\": 771,\n                \"top\": 405,\n                \"width\": 27,\n                \"height\": 53\n            },\n            {\n                \"label\": \"cycle\",\n                \"left\": 816,\n                \"top\": 459,\n                \"width\": 36,\n                \"height\": 57\n            },\n            {\n                \"label\": \"cycle\",\n                \"left\": 840,\n                \"top\": 519,\n                \"width\": 41,\n                \"height\": 36\n            },\n            {\n                \"label\": \"car\",\n                \"left\": 885,\n                \"top\": 478,\n                \"width\": 73,\n                \"height\": 123\n            },\n            {\n                \"label\": \"car\",\n                \"left\": 214,\n                \"top\": 532,\n                \"width\": 134,\n                \"height\": 104\n            },\n            {\n                \"label\": \"car\",\n                \"left\": 265,\n                \"top\": 506,\n                \"width\": 105,\n                \"height\": 76\n            }\n        ]\n    }\n}"}],"_postman_id":"09eb8a60-3e7b-4e55-97d7-cbc79b362ed1"}],"id":"7e34a137-58a8-4f01-892f-c6d60f4dc0dc","description":"<p>Each task management method returns a task object (or a list of objects in some methods) if the call succeeded.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute name</th>\n<th>Attribute description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Task Identifier.</td>\n</tr>\n<tr>\n<td><code>created_at</code></td>\n<td>Task creation date, ISO-8601 standard (YYYY-MM-DDTHH:mm:ss.sssZ).</td>\n</tr>\n<tr>\n<td><code>completed_at</code></td>\n<td>Task completion date, ISO-8601 standard (YYYY-MM-DDTHH:mm:ss.sssZ).</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Task type, one of: <code>annotation-point</code>, <code>annotation-box</code>, <code>annotation-line</code>, <code>annotation-polygon</code>.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Task status, check table below.</td>\n</tr>\n<tr>\n<td><code>instructions</code></td>\n<td>Instructions to create drawings in the task.</td>\n</tr>\n<tr>\n<td><code>project</code></td>\n<td>Name of the project to which the task belongs.</td>\n</tr>\n<tr>\n<td><code>attachment_url</code></td>\n<td>Image URL on which the task instructions are drawn. PNG or JPG.</td>\n</tr>\n<tr>\n<td><code>callback_url</code></td>\n<td>Webhook where completed task's JSON is sent upon it was completed.</td>\n</tr>\n<tr>\n<td><code>callback_status</code></td>\n<td>Call answer status from request callback_url.</td>\n</tr>\n<tr>\n<td><code>with_labels</code></td>\n<td>Defines if the task has tags. <code>true</code> or <code>false</code>.</td>\n</tr>\n<tr>\n<td><code>objects_to_annotate</code></td>\n<td>List of objects to be marked on the image.</td>\n</tr>\n<tr>\n<td><code>min_vertices</code></td>\n<td>Minimum amount of vertices that <code>annotation-polygon</code> or <code>annotation-line</code> type task has.</td>\n</tr>\n<tr>\n<td><code>max_vertices</code></td>\n<td>Maximum amount of vertices that <code>annotation-polygon</code> or <code>annotation-line</code> type task has.</td>\n</tr>\n<tr>\n<td><code>min_height</code></td>\n<td>Minimum height of each box drawn in the <code>annotation-box</code> type task.</td>\n</tr>\n<tr>\n<td><code>min_width</code></td>\n<td>Minimum width of each box drawn in the <code>annotation-box</code> type task.</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>Field to store information regarding the task status by worker. For example <code>\"Unable to annotate the image because image quality is too low\"</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"task-statuses\">Task statuses</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pending</code></td>\n<td>Task is pending to be completed by a worker.</td>\n</tr>\n<tr>\n<td><code>working</code></td>\n<td>Task is being completed by a worker.</td>\n</tr>\n<tr>\n<td><code>completed</code></td>\n<td>Task has been completed by a worker.</td>\n</tr>\n<tr>\n<td><code>ready</code></td>\n<td>Task has been completed by a worker and reviewed by our QA team.</td>\n</tr>\n<tr>\n<td><code>cancelled</code></td>\n<td>User has cancelled the task.</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>Unable to complete the task. Reason will be included in the <code>note</code> field.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"da2cfa37-dd35-4813-a724-2673a935faef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e02b5007-cd7d-4ef4-b59b-0d1783594bb0","type":"text/javascript","exec":[""]}}],"_postman_id":"7e34a137-58a8-4f01-892f-c6d60f4dc0dc"},{"name":"Managing projects","item":[{"name":"CREATE PROJECT","event":[{"listen":"test","script":{"id":"a5c0091e-77de-42a7-a705-94b2e5371f6e","exec":["pm.test(\"Set the ID\", function () {","    const response = pm.response.json();","    pm.environment.set(\"project_id\", response[0]._id);","});"],"type":"text/javascript"}}],"id":"d7431285-f724-4126-86a2-5760dd288297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"roadModel","description":"<p>Project name (Required) (String)</p>\n","type":"text"},{"key":"summary","value":"This project contains a dataset for road recognition in various weather conditions.","type":"text"},{"key":"instructions","value":"Mark each road by surrounding it with polygon.","type":"text"},{"key":"automatic_prelabel","value":"false","type":"text"},{"key":"automatic_label","value":"false","type":"text"}]},"url":"{{url}}/api/project","description":"<p>Creates a new project.</p>\n","urlObject":{"path":["api","project"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f8675f7f-9b66-43dc-bc2e-f377504d99e2","name":"CREATE PROJECT","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","description":"Parameter representing the key for access to requests","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"roadModel","description":"Project name (Required) (String)","type":"text"},{"key":"summary","value":"This project contains a dataset for road recognition in various weather conditions.","type":"text"},{"key":"instructions","value":"Mark each road by surrounding it with polygon.","type":"text"},{"key":"automatic_prelabel","value":"false","type":"text"},{"key":"automatic_label","value":"false","type":"text"}]},"url":"{{url}}/api/project"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"0d747bf2-e9d2-4625-be50-fbb7df09071f"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"390"},{"key":"Etag","value":"W/\"186-j+wYt7LD1nS/BKvsD9swpW0jCWg\""},{"key":"Date","value":"Mon, 24 May 2021 13:27:15 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": \"60aba70ccb8af10004752d8e\",\n        \"groupid\": \"60aba70ccb8af10004752d8d\",\n        \"name\": \"roadModel\",\n        \"summary\": \"This project contains a dataset for road recognition in various weather conditions.\",\n        \"instructions\": \"Mark each road by surrounding it with polygon.\",\n        \"automatic_prelabel\": false,\n        \"automatic_label\": false,\n        \"weightsInitialized\": false,\n        \"isBeingTrained\": false,\n        \"_id\": \"60aba9b3cb8af10004752da2\"\n    }\n]"}],"_postman_id":"d7431285-f724-4126-86a2-5760dd288297"},{"name":"RETRIEVE PROJECTS","id":"98f43821-1ab9-45ad-9229-a9c461c5dd82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","value":"{{user_key}}","description":"<p>Parameter representing the key for access to requests</p>\n","type":"text"}],"url":"{{url}}/api/project","description":"<p>Fetches a list of projects.</p>\n","urlObject":{"path":["api","project"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"07f0f3dd-9f33-45b0-858a-473f7f15b18b","name":"RETRIVE PROYECTS","originalRequest":{"method":"GET","header":[{"key":"user_key","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMTRjYTY3YWY2ZmYxMDAwNDJjNmI0MSIsImlhdCI6MTU2Nzc2MzkxMiwiZXhwIjoxNTY3ODUwMzEyfQ.oQMeWV1b4vOZq63UEpNlQW-P8DsAROWjjh5rUku5p2M","description":"Parameter representing the key for access to requests","type":"text"}],"url":"{{url}}/api/project"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"bde0c7e2-437a-420a-a12c-513f6049e875"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"Etag","value":"W/\"91-wtb+FHcxlfn75QOYA+MkYP+6Ju8\""},{"key":"Date","value":"Fri, 06 Sep 2019 18:57:08 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_id\": \"5d723cf74ab898000434bd0a\",\n            \"name\": \"Projectname\"\n        },\n        {\n            \"_id\": \"5d72aa7e4ab898000434bd0b\",\n            \"name\": \"ProjectName\"\n        }\n    ],\n    \"pages\": null,\n    \"total\": 2\n}"}],"_postman_id":"98f43821-1ab9-45ad-9229-a9c461c5dd82"},{"name":"DELETE PROJECT BY ID","id":"9b4223eb-3116-415a-8df1-6453ddaddee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Parameter representing the key for access to requests</p>\n","key":"user_key","type":"text","value":"{{user_key}}"}],"url":"{{url}}/api/project/{{project_id}}","description":"<p>Deletes a project by it's identifier.</p>\n","urlObject":{"path":["api","project","{{project_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"01ee1a44-2018-48ff-a393-42bde98ceb75","name":"RETRIVE PROYECT BY ID","originalRequest":{"method":"DELETE","header":[{"description":"Parameter representing the key for access to requests","key":"user_key","type":"text","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkMTRjYTY3YWY2ZmYxMDAwNDJjNmI0MSIsImlhdCI6MTU2Nzc2MzkxMiwiZXhwIjoxNTY3ODUwMzEyfQ.oQMeWV1b4vOZq63UEpNlQW-P8DsAROWjjh5rUku5p2M"}],"url":"{{url}}/api/project/5d72aa7e4ab898000434bd0b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"5f8187ef-1bce-4b8c-9540-c334c21369f4"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Etag","value":"W/\"37-zs+dJTF9vcJ4lilPly96815whco\""},{"key":"Date","value":"Fri, 06 Sep 2019 19:03:57 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5d72aa7e4ab898000434bd0b\",\n    \"name\": \"ProjectName\"\n}"}],"_postman_id":"9b4223eb-3116-415a-8df1-6453ddaddee4"},{"name":"PROJECT INFERENCE","id":"12c68c0b-b4be-4bf8-a66b-dbc67b737d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"projectId","value":"603f93d2e14bc15a0d041b2d","type":"text"},{"key":"attachmentUrl","value":"https://i.imgur.com/tOeJUpn.jpg","type":"text"}]},"url":"{{url}}/api/project/inference","description":"<p>If you haved trained your project's model with our platform, you may use it via API. </p>\n","urlObject":{"path":["api","project","inference"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"47ff9fcd-345f-4dd7-b61f-035d744ab30b","name":"PROJECT INFERENCE","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"projectId","value":"603f93d2e14bc15a0d041b2d","type":"text"},{"key":"attachmentUrl","value":"https://i.imgur.com/tOeJUpn.jpg","type":"text"}]},"url":"{{url}}/api/project/inference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"f550e684-e3f3-4082-8446-dbb6f026cb1a"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"ETag","value":"W/\"72-lr0QWRIadjy0hokGceQtXM30FbE\""},{"key":"Date","value":"Wed, 03 Mar 2021 15:37:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"result\": {\n        \"result\": {\n            \"0\": 0.246,\n            \"1\": 0.754\n        }\n    },\n    \"metadata\": {\n        \"content_type\": \"json\",\n        \"duration\": 3.143188566\n    }\n}"}],"_postman_id":"12c68c0b-b4be-4bf8-a66b-dbc67b737d61"}],"id":"38fcd3d7-7b3c-45bb-8108-f0b71fb3a92e","description":"<p>Projects are used to group tasks together. For example, you can create separate projects for annotating cars, street signs, people etc.</p>\n<p>Each project management method returns a project object (or a list of objects in some methods) if the call succeeded.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute name</th>\n<th>Attribute description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>_id</code></td>\n<td>Project Identifier.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Project name.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"38fcd3d7-7b3c-45bb-8108-f0b71fb3a92e"},{"name":"Managing external storage","item":[{"name":"AWS S3","item":[{"name":"SAVE S3 CREDENTIALS","id":"f8b31c69-6ad8-4641-bd63-b998710d01ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"accessKeyId","value":"{{accessKeyid}}","description":"<p>Access key (String) (Required)</p>\n","type":"text"},{"key":"secretAccessKey","value":"{{secretAccessKey}}","description":"<p>Secret access key (String) (Required)</p>\n","type":"text"}]},"url":"{{url}}/api/user/add-s3-credentials","description":"<p>Saves S3 credentials and returns the ID reference of your credentials in our system.</p>\n","urlObject":{"path":["api","user","add-s3-credentials"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9a7e47fe-40d3-499b-891b-c5d9d8f82d7d","name":"Save S3 credentials","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"accessKeyId","value":"your-access-key","type":"text"},{"key":"secretAccessKey","value":"your-secret-access-key","type":"text"}]},"url":"{{url}}/api/user/add-s3-credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"eefceb03-a9cc-4f7a-bd90-7b37013aa17b"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-+uzEfL3ox/ubThbmSBQP0ARMA94\""},{"key":"Date","value":"Fri, 23 Oct 2020 15:39:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"\"5f92f94f37d57f1dd00be14e\""}],"_postman_id":"f8b31c69-6ad8-4641-bd63-b998710d01ab"},{"name":"LIST S3 BUCKET","id":"aabcb667-737c-4f08-8555-f90f0f940283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"accessKeyId","value":"{{accessKeyid}}","description":"<p>Access key (String) (Required)</p>\n","type":"text"},{"key":"secretAccessKey","value":"{{secretAccessKey}}","description":"<p>Secret access key (String) (Required)</p>\n","type":"text"},{"key":"bucket","value":"{{bucketName}}","description":"<p>Bucket name (String) (Required)</p>\n","type":"text"},{"key":"path","value":"{{path}}","description":"<p>Path under which all the attachments should be fetched (String) (Optional)</p>\n","type":"text"}]},"url":"{{url}}/api/task/list-bucket","description":"<p>You can use this endpoint to list all the objects from your bucket and path where your attachments are stored. As an alternative, you can also use the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html\">AWS ListObjectsV2</a> method which is what this call uses under the hood.</p>\n<p>Note: ListObjectsV2 lists up to 1000 objects, if you decide to use our endpoint, it will make recursive calls until all the attachments are fetched.</p>\n","urlObject":{"path":["api","task","list-bucket"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a5586286-a45e-4262-9411-575862ddff29","name":"List S3 bucket","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"accessKeyId","value":"{{accessKeyid}}","description":"Access key (String) (Required)","type":"text"},{"key":"secretAccessKey","value":"{{secretAccessKey}}","description":"Secret access key (String) (Required)","type":"text"},{"key":"bucket","value":"{{bucketName}}","description":"Bucket name (String) (Required)","type":"text"},{"key":"path","value":"{{path}}","description":"Path under which all the attachments should be fetched (String) (Optional)","type":"text"}]},"url":"{{url}}/api/task/list-bucket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"51a4976d-29e5-45e6-9d49-6143e2e97446"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"349"},{"key":"ETag","value":"W/\"15d-8RJVxazDHq4cd6dMVShszME4gD8\""},{"key":"Date","value":"Fri, 23 Oct 2020 15:55:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Key\": \"sync-test/OUyDzS2.jpg\",\n        \"LastModified\": \"2020-10-16T15:32:03.000Z\",\n        \"ETag\": \"\\\"5184321f43468e382301fa44423587c3\\\"\",\n        \"Size\": 328595,\n        \"StorageClass\": \"STANDARD\"\n    },\n    {\n        \"Key\": \"sync-test/traffic-jam-file-new-delhi-1004x674.jpg\",\n        \"LastModified\": \"2020-10-16T14:25:16.000Z\",\n        \"ETag\": \"\\\"22977d166a02a8f80c72de57c5d86aab\\\"\",\n        \"Size\": 224002,\n        \"StorageClass\": \"STANDARD\"\n    }\n]"}],"_postman_id":"aabcb667-737c-4f08-8555-f90f0f940283"}],"id":"bf5016cf-0109-47f7-a066-6696d62b66c6","description":"<p>If you want to create a task with AWS S3 attachment, it's a process involving 3 steps:</p>\n<ol>\n<li>Save your S3 credentials and get their ID reference using <code>Save S3 credentials</code> endpoint</li>\n<li>List the attachments from desired path using <code>List S3 bucket</code> endpoint</li>\n<li>Save a new task using any of the add task methods from <code>Managing tasks</code> and attach these two attributes to them:</li>\n</ol>\n<p><code>s3CredentialsId</code> - matches the response from <code>Save S3 credentials</code></p>\n<p><code>attachment_url</code> - you will provide the url in following syntax:\n<code>s3+://&lt;bucket-name&gt;/&lt;path-to-attachment&gt;</code></p>\n<p>So this item from <code>trainingset.ai</code> bucket obtained in ListObjectsV2 or <code>List S3 bucket</code> call:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Key\": \"sync-test/OUyDzS2.jpg\",\n  \"LastModified\": \"2020-10-16T15:32:03.000Z\",\n  \"ETag\": \"\\\"5184321f43468e382301fa44423587c3\\\"\",\n  \"Size\": 328595,\n  \"StorageClass\": \"STANDARD\"\n}\n</code></pre>\n<p>would be stored as:\n<code>s3+://trainingset.ai/sync-test/OUyDzS2.jpg</code></p>\n<p>which actually corresponds to\n<code>s3+://&lt;bucket-name&gt;/&lt;Key&gt;</code> where the Key is attribute from ListObjectsV2 or <code>List S3 bucket</code> call</p>\n<p><em><strong>Note:</strong></em> if you are formatting the attachment_url programmatically, please make sure to URL-encode the <code>Key</code> attribute!!!</p>\n","_postman_id":"bf5016cf-0109-47f7-a066-6696d62b66c6"}],"id":"cebbcc4f-a6b6-449d-a165-65f4a6fd9079","description":"<p>If you prefer to keep the attachments you store in <code>attachment_url</code> field fully anonymous from the outside world, you can use an external storage provider and provide us with credentials which our proxy server is going to use when an authorized user of your organization tries to access the task.</p>\n<p>In order to add a new task from external storage, you should provide the attachment URL which will help us get the attachment from your provider.</p>\n","_postman_id":"cebbcc4f-a6b6-449d-a165-65f4a6fd9079"},{"name":"Managing sync","item":[{"name":"ADD SYNC","id":"1f17a2b0-41bf-4c68-b527-a88d2b301a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"syncName\": \"my-sync\",\n    \"syncType\": \"s3\",\n    \"syncInfo\": {\n        \"credentialsId\" : \"5f7d8e8df143535363d5d3be\",\n        \"path\" : \"sync-test\",\n        \"bucket\" : \"trainingset.ai\"\n    },\n    \"instructions\": \"Instructions on how to complete the task...\",\n    \"type\": \"annotation-box\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/sync/add-sync","description":"<p>Adds a new synchronization process.</p>\n<p>It requires:</p>\n<p><code>syncName</code> - name of your sync</p>\n<p><code>syncType</code> - currently can only be \"s3\"</p>\n<p><code>syncInfo</code> - provider-specific, currently only S3 is suppored which is in example below</p>\n<p><code>type</code> - one of: <code>annotation-box</code>, <code>annotation-line</code>, <code>annotation-point</code>, <code>annotation-polygon</code>, <code>categorization-image</code>, <code>annotation-pcd</code>, <code>segmentation</code></p>\n<p><code>Any</code> other attributes that you want to be attached to your new task. Instructions are mandatory. These attributes are task-type specific. Please refer to the documentation of the task type you are adding to sync.</p>\n","urlObject":{"path":["api","sync","add-sync"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4407ebdc-bec2-4384-a5e2-3c14ed6fb386","name":"ADD SYNC","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"syncName\": \"my-sync\",\n    \"syncType\": \"s3\",\n    \"syncInfo\": {\n        \"credentialsId\" : \"5f7d8e8df143535363d5d3be\",\n        \"path\" : \"sync-test\",\n        \"bucket\" : \"trainingset.ai\"\n    },\n    \"instructions\": \"Instructions on how to complete the task...\",\n    \"type\": \"annotation-box\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/sync/add-sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"2be4f4fc-6c7c-469f-abdc-0f8bc7532500"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-q4xh2QJ0wRobzo/leya4gM6dLWY\""},{"key":"Date","value":"Fri, 23 Oct 2020 17:26:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"\"5f93122b9fe7c5586992fa1d\""}],"_postman_id":"1f17a2b0-41bf-4c68-b527-a88d2b301a70"},{"name":"EXECUTE SYNC","id":"02170fc8-bafe-4881-964c-5b0c0805f275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"url":"{{url}}/api/sync/execute/{{task_id}}","description":"<p>Executes the sync process.</p>\n<p>If you have added a new attachment, new task will be created.</p>\n<p>If you have deleted an attachment, task connected to it will be moved to error state.</p>\n","urlObject":{"path":["api","sync","execute","{{task_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b3fbd71f-e83d-41db-a288-9428931c451c","name":"EXECUTE SYNC","originalRequest":{"method":"POST","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"url":"{{url}}/api/sync/execute/5f93122b9fe7c5586992fa1d"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"5882c6b6-59e8-46b9-b03c-f1013fd563e8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-c9M7YCJQyTB2R+Uge+9cu92qZl0\""},{"key":"Date","value":"Fri, 23 Oct 2020 17:26:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Added 2 tasks and moved 0 tasks to error state because they are missing."}],"_postman_id":"02170fc8-bafe-4881-964c-5b0c0805f275"},{"name":"GET SYNCS","id":"b2384824-9271-4f85-b948-382480ec7061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"url":"{{url}}/api/sync/get-syncs","description":"<p>Get a list of synchronizations you have created.</p>\n","urlObject":{"path":["api","sync","get-syncs"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7331ca01-a062-441e-91b2-9b996fdf0d82","name":"GET SYNCS","originalRequest":{"method":"GET","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"url":"{{url}}/api/sync/get-syncs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"e167f902-afd7-4e46-976d-818404b3f244"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"279"},{"key":"ETag","value":"W/\"117-noPGgJqIDCjXAs3F9Yt8zqoahI4\""},{"key":"Date","value":"Fri, 23 Oct 2020 17:30:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5f93131b9fe7c5586992fa22\",\n        \"syncName\": \"my-sync\",\n        \"type\": \"s3\",\n        \"info\": {\n            \"credentialsId\": \"5f7d8e8df143535363d5d3be\",\n            \"path\": \"sync-test\",\n            \"bucket\": \"trainingset.ai\"\n        },\n        \"userId\": \"5f35549487e1c10d4230bfeb\",\n        \"groupId\": \"5f35549487e1c10d4230bfea\",\n        \"templateId\": \"5f93131b9fe7c5586992fa21\"\n    }\n]"}],"_postman_id":"b2384824-9271-4f85-b948-382480ec7061"},{"name":"DELETE SYNC","id":"4f7f362d-be0c-4190-a59f-402047499408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"url":"{{url}}/api/sync/delete-sync/5f93138c9fe7c5586992fa24?shouldDeleteTasks=false","description":"<p>Deletes a synchronization and optionally the tasks connected to it aswell.</p>\n","urlObject":{"path":["api","sync","delete-sync","5f93138c9fe7c5586992fa24"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Specify whether you want to delete the tasks related to this sync too or not (Boolean) (Optional)</p>\n","type":"text/plain"},"key":"shouldDeleteTasks","value":"false"}],"variable":[]}},"response":[{"id":"2a996c73-8312-4ae0-b0c3-074537bd7e31","name":"DELETE SYNC","originalRequest":{"method":"DELETE","header":[{"key":"user_key","value":"{{user_key}}","type":"text"}],"url":{"raw":"{{url}}/api/sync/delete-sync/5f93138c9fe7c5586992fa24?shouldDeleteTasks=false","host":["{{url}}"],"path":["api","sync","delete-sync","5f93138c9fe7c5586992fa24"],"query":[{"key":"shouldDeleteTasks","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, user, admin_secret"},{"key":"X-Request-Id","value":"4bf6554e-7044-4160-ab2e-94f8a0e49473"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-lhT6XtNJ85G5t2OinL/8v+lBgtI\""},{"key":"Date","value":"Fri, 23 Oct 2020 17:32:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted 1 sync records and 0 tasks"}],"_postman_id":"4f7f362d-be0c-4190-a59f-402047499408"}],"id":"13ea54f4-70d5-4f71-91a6-e706e5652113","description":"<p>Synchronizations are used to keep data in sync between your storage provider and Trainingset's tasks.</p>\n<p>If you add a new attachment, new task will be created.</p>\n<p>If you delete an attachment, task will be moved to <code>error</code> state.</p>\n","_postman_id":"13ea54f4-70d5-4f71-91a6-e706e5652113"}],"event":[{"listen":"prerequest","script":{"id":"c9190136-b8ce-4210-8463-e34fc944e637","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"85732fe4-160f-40d1-bfa9-5b703b139afb","type":"text/javascript","exec":[""]}}]}