Skip to main content
POST
/
api
/
models
Create model metadata
curl --request POST \
  --url https://console.neuronsearchlab.com/api/models \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "family_id": 123,
  "label": "<string>",
  "description": "<string>",
  "approved": true
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Body

application/json
name
string
family_id
integer
label
string
description
string
approved
boolean

Response

Created model

The response is of type object.