Wavespeed Generation Task
Run in Apifox
302 and Wavespeed have officially partnered, and now all Wavespeed models are available on 302 at the same price. Copy any Wavespeed model name and enter it into the 302 API to use it. For example:Pricing: Based on Wavespeed Request Body Params application/json
{
"enable_base64_output" : false ,
"enable_sync_mode" : false ,
"image" : "https://d1q70pf5vjeyhc.cloudfront.net/media/92d2d4ca66f84793adcb20742b15d262/images/1753090753359987528_2jrnjgcp.jpeg" ,
"output_format" : "jpeg"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/ws/api/v3/wavespeed-ai/ghibli' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_base64_output": false,
"enable_sync_mode": false,
"image": "https://d1q70pf5vjeyhc.cloudfront.net/media/92d2d4ca66f84793adcb20742b15d262/images/1753090753359987528_2jrnjgcp.jpeg",
"output_format": "jpeg"
}'
Responses application/json Generate Code
Modified at 2025-10-13 08:56:57