v5
OpenAPI 3.1.02026-08-025631,1012.8 MBTemplates
Retriever Templates
Instantiate Retriever Template
Instantiate retriever template.
post/v1/templates/retrievers/{template_id}/instantiate
Path parameters
template_idstring required
Template ID
Template ID
Request body
Example request
{
"collection_identifiers": [
"products"
],
"description": "Semantic search for products",
"retriever_name": "my_product_search",
"tags": [
"production",
"products"
]
}Response
Successful Response
Example response
{
"created_at": "2025-01-15T12:00:00Z",
"retriever_id": "ret_abc123",
"retriever_name": "my_product_search",
"status": "created",
"template_id": "tmpl_semantic_search"
}