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

# GMOO API Documentation

Welcome to the globalMOO API documentation. This guide covers everything you need to know about using the globalMOO API and its associated SDKs.

## Getting Started

* [Getting Started Guide](/globalmoo-documentation/core/getting_started.md) - Quick introduction to globalMOO
* [Interactive Tutorial](https://colab.research.google.com/drive/1uM7fAx2mMEj_hBAejnGCBenup_KdLIrK?usp=sharing) - Try globalMOO in an interactive Google Colab notebook
* [Authentication](/globalmoo-documentation/core/authentication.md) - How to authenticate with the API
* [Core Concepts](/globalmoo-documentation/core/concepts.md) - Key concepts and terminology
* [Error Handling](/globalmoo-documentation/core/error_handling.md) - Error types and handling strategies
* [Event Handling](/globalmoo-documentation/core/events.md) - Process API events and webhooks
* [SDK Initialization](/globalmoo-documentation/core/sdk_initialization.md) - Configure and initialize SDKs
* [Debugging & Logging](/globalmoo-documentation/core/debugging.md) - Debug mode and logging configuration

## Response Schemas

Detailed schema documentation for API responses:

* [Result Schema](/globalmoo-documentation/schemas/result.md) - Objective result format
* [Inverse Schema](/globalmoo-documentation/schemas/inverse.md) - Inverse optimization step format

## API Resources

### Account Management

* [Account Endpoints](/globalmoo-documentation/endpoints/accounts/index.md)
  * Account registration
  * API key management

### Model Management

* [Model Endpoints](/globalmoo-documentation/endpoints/models/index.md)
  * Create and manage optimization models
  * List available models

### Project Configuration

* [Project Endpoints](/globalmoo-documentation/endpoints/projects/index.md)
  * Create optimization projects
  * Configure input parameters

### Trial Execution

* [Trial Endpoints](/globalmoo-documentation/endpoints/trials/index.md)
  * Read trial information
  * Monitor optimization progress

### Objective Management

* [Objective Endpoints](/globalmoo-documentation/endpoints/objectives/index.md)
  * Define optimization objectives
  * Set optimization targets

### Inverse Optimization

* [Inverse Endpoints](/globalmoo-documentation/endpoints/inverse/index.md)
  * Initialize inverse optimization
  * Manage optimization iterations
  * Load outputs

### Output Management

* [Output Endpoints](/globalmoo-documentation/endpoints/outputs/index.md)
  * Load developed outputs
  * Manage output cases

## API Versions

This documentation is for API version 1.0.

## Support

For additional support:

* Contact technical support
* Join our community
* Read our tutorials
* Visit our blog
