Skip to main content
POST
Create a new endpoint

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Details of the new endpoint to create

endpointName
string
required

Valid name of the endpoint

Example:

"completions"

endpointPermissions
object
required
endpointType
string
required

Type of the endpoint

Example:

"llm/v1/completions"

modelConfig
object
required

Configuration for the model

Example:
modelName
string
required

Name of the model

Example:

"gpt-4"

modelProvider
string
required

Provider of the model

Example:

"openai"

Response

Success

creationDate
string<date-time>
required

ISO 8601 formatted time of when the Endpoint was created

Example:

"2022-04-23T18:25:43.511Z"

endpointId
string
required

ID of the endpoint

Example:

"62604702b7e5d347dbe7a909"

endpointName
string
required

Valid name of the endpoint

Example:

"completions"

endpointType
string
required

Type of the endpoint

Example:

"llm/v1/completions"

modelConfig
object
required

Configuration for the model

Example:
modelName
string
required

Name of the model

Example:

"gpt-4"

modelProvider
string
required

Provider of the model

Example:

"openai"

Last modified on August 18, 2026