{
"model": "string",
"style": 0,
"custom_style": "string",
"content": "string",
"lang": "zh",
"save_format": "png"
}
curl --location --request POST 'https://api.302.ai/302/card/generate/philosophy_card' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"style": 0,
"custom_style": "string",
"content": "string",
"lang": "zh",
"save_format": "png"
}'
{
"data": {
"content": "string",
"file": {
"format": "string",
"url": "string"
}
}
}