価格:呼び出されたモデルのトークン数に基づいて計算されますプリセットスタイル一覧(APIにはidの値を渡します):ID | スタイル |
---|
1 | ミニマル |
2 | ナチュラル |
3 | ジオメトリック |
4 | グラデーション |
Request
Body Params application/json
{
"model": "string",
"style": 0,
"custom_style": "string",
"content": "string",
"lang": "zh",
"save_format": "png"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/card/generate/philosophy_card' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"style": 0,
"custom_style": "string",
"content": "string",
"lang": "zh",
"save_format": "png"
}'
Responses
application/json {
"data": {
"content": "string",
"file": {
"format": "string",
"url": "string"
}
}
}
Modified at 2025-05-19 02:43:35