Model Training
POST
/api/ai/train-dataLast modified: 4 months ago
Train your own model for Search and AI Models
Request
Body Params multipart/form-data
files
file
required
Example:
file:///Users/sagnikghosh/Downloads/Pitch Deck July 2024.pdf
type
enum<string>
required
Allowed values:
searchcontent
Example:
search
modelType
enum<string>
required
Allowed values:
v2v3
Example:
v3
name
string
required
Add a name to the model to identify it later on
Example:
Some name
modelId
string
optional
use this if you want to pass a custom model id or retrain an existing model
Example:
sample id
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 4 months ago