Required Parameters
name
: Human-readable name for the endpoint (1-100 characters)templateId
: ID of the template to use for the endpointgpuIds
: Array of GPU IDs to allocate to the endpoint
Optional Parameters
workerCount
: Number of workers (1-10, default: 1)
Example Usage
Response
Returns the created endpoint object:Endpoint creation is asynchronous. The endpoint will show
pending
status while being provisioned, then transition
to active
when ready to accept requests.Authorizations
API key authentication. Use 'Bearer YOUR_API_KEY' format.
Body
application/json
Endpoint configuration
The body is of type object
.
Response
Endpoint created successfully
The response is of type object
.