---
name: "hf-space-signsur4739379373-ltx-2-3-finetuned-i2v"
description: "Use the Hugging Face Space signsur4739379373/LTX-2.3-Finetuned-I2V."
metadata:
  source: huggingface-space
  spaceId: "signsur4739379373/LTX-2.3-Finetuned-I2V"
  hubUrl: https://huggingface.co/spaces/signsur4739379373/LTX-2.3-Finetuned-I2V
  agentsMdUrl: https://huggingface.co/spaces/signsur4739379373/LTX-2.3-Finetuned-I2V/agents.md
  appUrl: https://signsur4739379373-ltx-2-3-finetuned-i2v.hf.space
---

# Hugging Face Space: signsur4739379373/LTX-2.3-Finetuned-I2V

Use this skill when the user wants to use the Hugging Face Space `signsur4739379373/LTX-2.3-Finetuned-I2V`.

- Space page: https://huggingface.co/spaces/signsur4739379373/LTX-2.3-Finetuned-I2V
- App URL: https://signsur4739379373-ltx-2-3-finetuned-i2v.hf.space
- Source instructions: https://huggingface.co/spaces/signsur4739379373/LTX-2.3-Finetuned-I2V/agents.md

## Space agent instructions

To use this application (signsur4739379373/LTX-2.3-Finetuned-I2V: Generate custom videos from text prompts and reference images):
API schema: GET https://signsur4739379373-ltx-2-3-finetuned-i2v.hf.space/gradio_api/info
Config (find fn_index): GET https://signsur4739379373-ltx-2-3-finetuned-i2v.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://signsur4739379373-ltx-2-3-finetuned-i2v.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://signsur4739379373-ltx-2-3-finetuned-i2v.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://signsur4739379373-ltx-2-3-finetuned-i2v.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)
