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

# Hugging Face Space: build-small-hackathon/Paper2Lab

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

- Space page: https://huggingface.co/spaces/build-small-hackathon/Paper2Lab
- App URL: https://build-small-hackathon-paper2lab.hf.space
- Source instructions: https://huggingface.co/spaces/build-small-hackathon/Paper2Lab/agents.md

## Space agent instructions

To use this application (build-small-hackathon/Paper2Lab: Summarize research papers into structured lab‑ready reports):
API schema: GET https://build-small-hackathon-paper2lab.hf.space/gradio_api/info
Call endpoint: POST https://build-small-hackathon-paper2lab.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://build-small-hackathon-paper2lab.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://build-small-hackathon-paper2lab.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)
