Get template
Other
Get template
Run OpenSearch with custom params. It'll return template ids. Pull the templates with those ids from the db OpenSearch looks for query string matches inside these columns: ["name", "hash_id", "image", "tag", "desc", "command", "repo", "args_str"] e.g. #1: {"query": "mars"} -> Returns any template that has a fuzzy value for "mars" in above columns e.g. #2: {"query": "mars", "select_filters":{"hash_id":{"eq":"49c538d097ad6437413b83711c9f61e8"}}} -> Returns Everything from Example 1 but filtered so that only results with specified hash_id are returned e.g. #3: { "query": "mars", "order_by": [{"col": "created_at", "dir": "desc"}]} -> Returns everything from Example 1 but ordered by the created_at column and in descending order.
GET
Get template
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.