# 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](https://globalmoo.gitbook.io/globalmoo-documentation/core/getting_started) - 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](https://globalmoo.gitbook.io/globalmoo-documentation/core/authentication) - How to authenticate with the API
* [Core Concepts](https://globalmoo.gitbook.io/globalmoo-documentation/core/concepts) - Key concepts and terminology
* [Error Handling](https://globalmoo.gitbook.io/globalmoo-documentation/core/error_handling) - Error types and handling strategies
* [Event Handling](https://globalmoo.gitbook.io/globalmoo-documentation/core/events) - Process API events and webhooks
* [SDK Initialization](https://globalmoo.gitbook.io/globalmoo-documentation/core/sdk_initialization) - Configure and initialize SDKs
* [Debugging & Logging](https://globalmoo.gitbook.io/globalmoo-documentation/core/debugging) - Debug mode and logging configuration

## Response Schemas

Detailed schema documentation for API responses:

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

## API Resources

### Account Management

* [Account Endpoints](https://globalmoo.gitbook.io/globalmoo-documentation/endpoints/accounts/index)
  * Account registration
  * API key management

### Model Management

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

### Project Configuration

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

### Trial Execution

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

### Objective Management

* [Objective Endpoints](https://globalmoo.gitbook.io/globalmoo-documentation/endpoints/objectives/index)
  * Define optimization objectives
  * Set optimization targets

### Inverse Optimization

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

### Output Management

* [Output Endpoints](https://globalmoo.gitbook.io/globalmoo-documentation/endpoints/outputs/index)
  * 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
