> For the complete documentation index, see [llms.txt](https://docs.xtreme1.io/xtreme1-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xtreme1.io/xtreme1-docs/export-data.md).

# Export Data

## **General Definition**

1. Use the `ISO 8601` format of the UTC time zone, such as `2012-03-29T10:05:45Z;`
2. Use the V4 version uniformly where `UUID` is required, such as `6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b;`
3. Name all data types by using `uppercase + underscore`, such as `3D_BOX.`

## SDK

More popular datasets and pre-annotation results will be supported.

Find more info, see Xtreme1 SDK page on GitHub: <https://github.com/xtreme1-io/xtreme1-SDK>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.xtreme1.io/xtreme1-docs/export-data.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.
