v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBOnboarding
Infer onboarding configuration
Given a free-text use-case description, uses an LLM to recommend the best scaffold template, extractors, retriever stages, and sample queries for the user's project.
post/v1/onboarding/infer-config
Request body
Example request
{
"use_case_description": "I want to search my product catalog by image",
"content_types": [
"video",
"image"
]
}Response
Successful Response