Models
Create a model from a source
Creates a new model in the caller’s organization. The source field selects how the model is constructed (currently: library_listing — fork an accessible listing from GET /v1/library_models). The deployment isn’t instantly ready — poll GET endpoint until status is ACTIVE.
POST
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Body
application/json
Body for creating a model via POST /v1/models.
Create a model by forking a library listing accessible to the caller's organization.
- LibraryListingSourceV1
- ModelArchiveSourceV1
cURL