# JSON Files

Movement data for tracked people from a processed trial can also be exported to .json file format for more open-ended use in scripting environments and as an easily readable file output format. Use the Save Skeleton Poses button to save JSON output files, or navigate to Save Skeleton Poses under the [File Menu](/axiom-v2025/theia3d-documentation/theia3d-dropdown-menus/file-menu.md#save-skeleton-poses).

Output JSON files contain:

* Theia3D version number, engines, and kinematic model information
* Trial frame rate
* Preferences used during process, such as start/end frame, max people, smoothing frequency, etc.
* Segment data for each tracked individual, including:
  * 4x4 pose matrix values for each frame of data
  * Landmark positions within the segment's local coordinate system (e.g. 'mid\_ear\_position', 'heel\_position', etc.)
  * Segment length
  * Segment inertial properties for male and female models

{% tabs %}
{% tab title="Theia3D" %}
Navigate to File > Save Skeleton Poses > select JSON

<div data-full-width="true"><figure><img src="/files/NhLU0J8ifJ9s8brHtJ1F" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/oEAsevB3c4e6IaGsMosC" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Theia3D Batch" %}
Select save JSON under the Setting Output Format

<figure><img src="/files/Q32CdJnlisqZvjyBDWg1" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.theiamarkerless.com/axiom-v2025/theia3d-documentation/data-formats/json-files.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.
