{ "messages": [ { "role": "user", "content": "hello!" } ] }
curl --location --request POST '/AIGCChatOpenServ/saas/gpt-4o/text/v2' \ --header 'X-Request-Req-Accesskeyid: your apikey' \ --header 'X-Request-Req-Accesskeysecret: your apiSecret' \ --header 'Content-Type: application/json' \ --data-raw '{ "messages": [ { "role": "user", "content": "hello!" } ] }'
{}