Reference to Image (Reference2Image)
Request
Body Params application/json
{
"model": "viduq1",
"images": [
"https://file.302.ai/gpt/imgs/20250813/1685cb62a87a47cdaa82fe4813c23f02.jpg"
],
"prompt": "happy"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/vidu/ent/v2/reference2image' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq1",
"images": [
"https://file.302.ai/gpt/imgs/20250813/1685cb62a87a47cdaa82fe4813c23f02.jpg"
],
"prompt": "happy"
}'
Responses
application/json Modified at 2025-09-16 02:30:16