対応ウェブサイトのワンクリックデプロイで生成されたすべてのインターフェースのウェブページプロジェクトID
Request Code Samples
curl --location --request GET 'https://api.302.ai/302/webserve/project?project_id' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO'
Responses
application/json {
"success": true,
"status": "pending",
"id": "string",
"url": "string",
"cover": "string",
"message": "string",
"created_at": "string",
"updated_at": "string",
"has_watermark": true,
"has_cover": true
}
Modified at 2025-10-20 02:34:26