curl --request GET \
--url https://api.mixpeek.com/v1/marketplace/catalog/{public_name}/template \
--header 'Authorization: Bearer <token>'{
"status": 123,
"error": {
"message": "<string>",
"type": "<string>",
"details": {}
},
"success": false
}Get the retriever configuration from a marketplace listing as a reusable template
curl --request GET \
--url https://api.mixpeek.com/v1/marketplace/catalog/{public_name}/template \
--header 'Authorization: Bearer <token>'{
"status": 123,
"error": {
"message": "<string>",
"type": "<string>",
"details": {}
},
"success": false
}Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?