---
name: "hf-space-build-small-hackathon-scholar-lens"
description: "Use the Hugging Face Space build-small-hackathon/Scholar-Lens."
metadata:
  source: huggingface-space
  spaceId: "build-small-hackathon/Scholar-Lens"
  hubUrl: https://huggingface.co/spaces/build-small-hackathon/Scholar-Lens
  agentsMdUrl: https://huggingface.co/spaces/build-small-hackathon/Scholar-Lens/agents.md
  appUrl: https://build-small-hackathon-scholar-lens.hf.space
---

# Hugging Face Space: build-small-hackathon/Scholar-Lens

Use this skill when the user wants to use the Hugging Face Space `build-small-hackathon/Scholar-Lens`.

- Space page: https://huggingface.co/spaces/build-small-hackathon/Scholar-Lens
- App URL: https://build-small-hackathon-scholar-lens.hf.space
- Source instructions: https://huggingface.co/spaces/build-small-hackathon/Scholar-Lens/agents.md

## Space agent instructions

To use this application (build-small-hackathon/Scholar-Lens: Ask scholarly questions and get cited answers):
API schema: GET https://build-small-hackathon-scholar-lens.hf.space/gradio_api/info
Config (find fn_index): GET https://build-small-hackathon-scholar-lens.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://build-small-hackathon-scholar-lens.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://build-small-hackathon-scholar-lens.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://build-small-hackathon-scholar-lens.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)
