globalMOO Documentation
  • globalMOO API Documentation
  • core
    • Authentication
    • Core Concepts
    • Getting Started with globalMOO
    • Error Handling
    • Event Handling
    • SDK Initialization
    • Debugging & Logging
  • schemas
    • Account Schema
    • Model Schema
    • Project Schema
    • Trial Schema
    • Objective Schema
    • Result Schema
    • Inverse Schema
  • quickstart
    • Your First Optimization with globalMOO
  • endpoints
    • accounts
      • Account Endpoints
      • Register Account
    • inverse
      • Inverse Optimization Endpoints
      • Initialize Inverse Optimization
      • Load Inverse Output
      • Suggest Inverse Step
    • models
      • Create Model
      • Model Endpoints
      • List Models
    • objectives
      • Objective Endpoints
      • Load Objectives
    • outputs
      • Output Endpoints
      • Load Output Cases
      • Load Developed Outputs
    • projects
      • Create Project
      • Project Endpoints
    • trials
      • Trial Endpoints
      • Read Trial
Powered by GitBook
On this page
  • Getting Started
  • Response Schemas
  • API Resources
  • Account Management
  • Model Management
  • Project Configuration
  • Trial Execution
  • Objective Management
  • Inverse Optimization
  • Output Management
  • API Versions
  • Support

globalMOO API Documentation

Nextcore

Last updated 2 months ago

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

  • - Quick introduction to globalMOO

  • - Try globalMOO in an interactive Google Colab notebook

  • - How to authenticate with the API

  • - Key concepts and terminology

  • - Error types and handling strategies

  • - Process API events and webhooks

  • - Configure and initialize SDKs

  • - Debug mode and logging configuration

Response Schemas

Detailed schema documentation for API responses:

  • - Objective result format

  • - Inverse optimization step format

API Resources

Account Management

    • Account registration

    • API key management

Model Management

    • Create and manage optimization models

    • List available models

Project Configuration

    • Create optimization projects

    • Configure input parameters

Trial Execution

    • Read trial information

    • Monitor optimization progress

Objective Management

    • Define optimization objectives

    • Set optimization targets

Inverse Optimization

    • Initialize inverse optimization

    • Manage optimization iterations

    • Load outputs

Output Management

    • 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

Getting Started Guide
Interactive Tutorial
Authentication
Core Concepts
Error Handling
Event Handling
SDK Initialization
Debugging & Logging
Result Schema
Inverse Schema
Account Endpoints
Model Endpoints
Project Endpoints
Trial Endpoints
Objective Endpoints
Inverse Endpoints
Output Endpoints