---
name: "hf-space-hugging-apps-v-splade-document-retrieval"
description: "Use the Hugging Face Space hugging-apps/v-splade-document-retrieval."
metadata:
  source: huggingface-space
  spaceId: "hugging-apps/v-splade-document-retrieval"
  hubUrl: https://huggingface.co/spaces/hugging-apps/v-splade-document-retrieval
  agentsMdUrl: https://huggingface.co/spaces/hugging-apps/v-splade-document-retrieval/agents.md
  appUrl: https://hugging-apps-v-splade-document-retrieval.hf.space
---

# Hugging Face Space: hugging-apps/v-splade-document-retrieval

Use this skill when the user wants to use the Hugging Face Space `hugging-apps/v-splade-document-retrieval`.

- Space page: https://huggingface.co/spaces/hugging-apps/v-splade-document-retrieval
- App URL: https://hugging-apps-v-splade-document-retrieval.hf.space
- Source instructions: https://huggingface.co/spaces/hugging-apps/v-splade-document-retrieval/agents.md

## Space agent instructions

To use this application (hugging-apps/v-splade-document-retrieval: Retrieve relevant document info from an image with text queries):
API schema: GET https://hugging-apps-v-splade-document-retrieval.hf.space/gradio_api/info
Call endpoint: POST https://hugging-apps-v-splade-document-retrieval.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://hugging-apps-v-splade-document-retrieval.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://hugging-apps-v-splade-document-retrieval.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
