cURL
curl --request POST \ --url https://api.example.com/chat \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "prompt": "Provide a detailed analysis of PEPE holders, is the trend bullish or bearish?", "model": "gpt-4.1-mini", "stream": false } '
{ "text": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.moralis.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
"Provide a detailed analysis of PEPE holders, is the trend bullish or bearish?"
Select model
gpt-4.1-mini
gpt-4.1-nano
"gpt-4.1-mini"
Stream over SSE
false
When stream is false
stream