Project Endpoints
Available Endpoints
Project Object
{
"id": 123,
"model_id": 456,
"input_count": 3,
"minimums": [0.0, -10.0, 0.0],
"maximums": [100.0, 10.0, 1.0],
"input_types": ["float", "integer", "boolean"],
"categories": [],
"created_at": "2025-01-31T10:00:00.000Z",
"updated_at": "2025-01-31T10:00:00.000Z"
}Field
Type
Description
Input Types
Common Use Cases
Last updated