Create Model
Creates a new optimization model in globalMOO.
Endpoint
POST /models
Request Parameters
Parameter
Type
Required
Description
name
string
Yes
Name of the model (4-96 characters)
description
string
No
Optional description of the model (≥8 characters)
Request Format
Response Format
Examples
Response Example
Error Responses
Status Code
Description
400
Invalid request - Missing required fields or invalid format
401
Unauthorized - Invalid API key
429
Too many requests - Rate limit exceeded
500
Internal server error
Notes
Model names must be unique within your account
Description, if provided, must be at least 8 characters
Model IDs are automatically generated and returned in the response
Last updated