# 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 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.autogon.ai/labelcraft/import-and-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
