写真を入力し、AIで画像を動かしてGIFを生成する。 Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"inputs": {
"image": "https://file.302.ai/gpt/imgs/20240715/723f00f0ca904af48bcea8b525b48c00.png",
"add-prompt": ""
}
}
Request samples
curl --location --request POST 'https://api.302.ai/glifapi/clz9yhrf7000010j2eg5zwlp3' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {
"image": "https://file.302.ai/gpt/imgs/20240715/723f00f0ca904af48bcea8b525b48c00.png",
"add-prompt": ""
}
}'
Responses
application/json Modified at 2024-11-28 07:44:35