GenAI API
GenAI: Perform
Provides an AI-based analysis, evaluation, or inference on the uploaded dataset by sending a custom prompt. May be used to run model inference or other tasks on the dataset.
POST
Purpose: Sends a custom prompt to perform a specific task using GenAI capabilities.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Evaluation parameters, specifically the prompt used to instruct the model or AI system.
Custom textual prompt or instructions for evaluating or analyzing the dataset.
Response
200
application/json
Evaluation successful, results returned.
The AI's response or evaluation result for the given prompt.