cURL
curl --request POST \ --url https://api.suprlogs.com/v1/user/llm-config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "provider": "openai", "api_key": "<string>" } '
{}
Send API key as Authorization: Bearer .
openai
anthropic
1 - 512
Stored successfully.
The response is of type object.
object