# FakeSoraAPI
**Repository Path**: pizzaup/FakeSoraAPI
## Basic Information
- **Project Name**: FakeSoraAPI
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-02-26
- **Last Updated**: 2024-02-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# FakeSoraAPI
API for [SoraWebui](https://github.com/SoraWebui/SoraWebui).This API will be called to generate video from text.
demo here👉 [FakeSoraAPI](https://fake-sora-api.sorawebui.com)
English | [ç®€ä½“ä¸æ–‡](https://github.com/SoraWebui/FakeSoraAPI/blob/main/README.zh-CN.md)
## Quick Started
### Deploy on Vercel
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FSoraWebui%2FFakeSoraAPI&project-name=FakeSoraAPI&repository-name=FakeSoraAPI&external-id=https%3A%2F%2Fgithub.com%2FSoraWebui%2FFakeSoraAPI%2Ftree%2Fmain)
### 1. Clone project
```bash
git clone git@github.com:SoraWebui/FakeSoraAPI.git
```
### 2. Install dependencies
```bash
cd FakeSoraAPI && yarn
#or
cd FakeSoraAPI && npm install
#or
cd FakeSoraAPI && pnpm install
```
### 3. Run it
```bash
yarn dev
#or
npm run dev
#or
pnpm dev
```
### 4. Open [http://localhost:8081](http://localhost:8081) with your browser to see it.
