API Reference
cURL
curl --request POST \ --url https://api.example.com/api/models/user-default \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model_id": 123, "config_type": "<string>" } '
{ "id": 123, "user_id": 123, "model_id": 123, "config_type": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Set a user’s default model configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User default model configuration creation schema
Successful Response
User default model configuration response schema