./file_server.bat
bash ./file_server.sh
python3 ./api.py
Get a file by file id.
{
"file": File
}
file_id
Upload a EPUB book.
After the connection established, send a file_id to start the convertion. The progress will be sent continuously until the convertion is finished, and the file_id of the converted EPUB will be sent.
連線後,傳送 file_id 以開始轉換。轉換過程中會持續發送進度直到轉換完成。完成轉換的 file_id 將會被送回。