cURL
curl --request PUT \ --url http://localhost/api/v1/analytics/llm \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "project_id": "<string>", "tool_identifier": "<string>", "api_key": "<string>", "host_uri": "<string>", "host_health_uri": "<string>", "mask_pii": true, "config_json": {} }'
{ "status": "Transaction completed successfully" }
Create or update LLM analytics tool integration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Standard success response for PUT and DELETE operations