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