GitHubリンクを入力して、フルスタックウェブページを直接デプロイできます。
コードのzip圧縮ファイルのリンクを入力してデプロイすることも可能です。
注意:このインターフェースは万能ではありません。環境の問題でデプロイに失敗した場合、返金はできません。このインターフェースは非同期デプロイ用です。デプロイ結果は、ホスティングプロジェクト詳細の照会インターフェースで取得してください。価格:ホスティングウェブページの作成:0.001 PTC/回、ウェブページカバー画像の生成(オプションサービス)0.001 PTC/1回
Request
Body Params application/json
{
"project_url": "https://github.com/CorentinTh/it-tools",
"add_cover": true
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/webserve/project' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_url": "https://github.com/CorentinTh/it-tools",
"add_cover": true
}'
Responses
application/json {
"success": true,
"status": "pending",
"id": "aaaaaaaaaa",
"url": "https://aaaaaaaaaa.302ai.app",
"cover": ""
}
Modified at 2025-10-20 02:38:21