DocsRunway Quickstart
Runway Quickstart
本节提供此 API 接口的详细文档。请参考以下示例将此接口集成到您的应用中。
Example Request
curl -X POST https://api.example.com/v1/runway-quickstart \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "example-model",
"prompt": "Your prompt here"
}'