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

# Overview

This section is for software that talks to SESAR. The **OpenAPI reference** (next in the sidebar) is the contract: every path, field, and status code. The pages after it are short how-tos for the workflows the spec does not spell out in order.

The production API root is `https://api.geosamples.org/api/`. Send JSON. Writes and private reads need `Authorization: Bearer` plus an access token from [Authentication](/api/authentication.md). Listing published samples does not.

| If you want to…             | Start here                                                               |
| --------------------------- | ------------------------------------------------------------------------ |
| Get a JWT                   | [Authentication](/api/authentication.md)                                 |
| Mint an IGSN                | [Register a sample](/api/register-a-sample.md)                           |
| Search or load one sample   | [Find or fetch a sample](/api/find-or-fetch-a-sample.md)                 |
| Change metadata             | [Update a sample](/api/update-a-sample.md)                               |
| Move off `upload.php` / XML | [Migrating from v1 web services](/api/migrating-from-v1-web-services.md) |
| See every field             | OpenAPI reference, grouped by tag                                        |

Allowed values live in the **Vocabularies** section. What each sample field means, and which ones are required, is in **Metadata Schema**.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.geosamples.org/api/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
