Formats
Scale AI JSON

Scale AI JSON

Scale AI is a popular outsourced labeling platform; their API returns object detection annotations in this JSON format.
Formats

Scale AI JSON

Below, we show how to convert data to and from

Scale AI JSON

. We also list popular models that use the

Scale AI JSON

data format. Our conversion tools are free to use.

CONVERT To
CONVERT From
EXAMPLE

Convert Data from Scale AI JSON

Use Roboflow to convert the following formats to
Scale AI JSON
format.

Roboflow is a trusted solution for converting and managing your data. Today, over 250,000 datasets are managed on Roboflow, comprised of 100 million labeled and annotated images.

With Roboflow, you get:

Free data conversion

SOC II Type 1 Compliant

Trusted by 250,000+ developers

Roboflow is a trusted solution for converting and managing your data. Today, over 100,000 datasets are managed on Roboflow, comprised of 100 million labeled and annotated images.

Once your data is in Roboflow, just add the link from your dataset and you're ready to go. We even include the code to export to common inference formats like TFLite, ONNX, and CoreML.

Below are pre-configured models that use the
Scale AI JSON
data format
.

What computer vision models use Scale AI JSON?

The

No items found.

models all use the

Scale AI JSON

data format.

We don't currently have models that use this annotation format.
To see our entire list of computer vision models, check out the Roboflow Model Library.
scale.ai.json
[
  {
    "task_id": "a9b7c5d3e1f",
    "created_at": "2000-01-01T00:00:00.000Z",
    "completed_at": "2000-01-01T00:00:00.000Z",
    "callback_url": "example@example.com",
    "type": "annotation",
    "status": "completed",
    "instruction": "\n# Instructions\n\nLabel the helmets on the workers.",
    "params": {
      "attachment": "https://storage.googleapis.com/roboflow/0001.jpg",
      "attachment_type": "image",
      "objects_to_annotate": [
        "helmet",
        "head",
        "person"
      ],
      "with_labels": true,
      "min_width": 0,
      "min_height": 0,
      "examples": []
    },
    "is_test": false,
    "urgency": "standard",
    "metadata": {},
    "callback_succeeded": true,
    "processed_attachments": [],
    "project": "Hard Hat Workers",
    "response": {
      "annotations": [
        {
          "width": 189,
          "height": 144,
          "label": "helmet",
          "left": 1374,
          "top": 2128
        },
        {
          "width": 157,
          "height": 122,
          "label": "person",
          "left": 1427,
          "top": 2409
        }
      ]
    },
    "project_param_version": 0,
    "scale_internal_attachment": "https://d2qt2k6tuv6mdh.cloudfront.net/a9b7c5d3e1f/001.jpg",
    "workStarted": true
  }
]