Llm
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
DELETE | |
POST |
Delete llm analytics trace reviews
Required API key scopes
llm_analytics:writePath parameters
- idstring
Example request
DELETE /api /projects /:project_id /llm_analytics /trace_reviews /:idExample response
Status 204 No response body
Create llm analytics translate
Translate text to target language.
Required API key scopes
llm_analytics:writeRequest parameters
- textstring
- target_languagestringDefault:
en
Example request
POST /api /projects /:project_id /llm_analytics /translate