# Import and Export

## Import

## Import Images and Annotations

<mark style="color:green;">`POST`</mark> `https://api.autogon.ai/api/v1/label/image/import`

#### Headers

| Name                                           | Type | Description         |
| ---------------------------------------------- | ---- | ------------------- |
| Content-Type<mark style="color:red;">\*</mark> |      | multipart/form-data |

#### Request Body

| Name                                          | Type | Description         |
| --------------------------------------------- | ---- | ------------------- |
| dataset<mark style="color:red;">\*</mark>     | file | zipped dataset file |
| project\_id<mark style="color:red;">\*</mark> | int  | Project ID          |

{% tabs %}
{% tab title="201: Created " %}

{% endtab %}
{% endtabs %}

## Get Images

## Modifiy Image Annotations

<mark style="color:blue;">`GET`</mark> `https://api.autogon.ai/api/v1/label/image/annotate`

#### Request Body

| Name                                          | Type  | Description                                                      |
| --------------------------------------------- | ----- | ---------------------------------------------------------------- |
| project\_id<mark style="color:red;">\*</mark> | int   | Project ID                                                       |
| images<mark style="color:red;">\*</mark>      | array | List of image data for each specific image including annotations |
