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