To access the application into the Grok API, follow the following steps (the specific details may vary with the update of the Grok API):
Log in
Click Try now or click API to jump to the login page
Create API
Click to create API icon》create key
Enter your own API custom name, and then all the default configurations will be done in the next step.
Save your own key, the key will only be displayed once by default. Remember to save it
The list will be displayed after success
Call
Postman way
1. Create a post request, request type: application/json
2. Set Authorization, type: Bearar Token, enter API key
3. Send test json data
{ "messages": [ { "role": "system", "content": "Custom request class content" }, { "role": "user", "content": "Custom request content" } ], "model": "grok-beta", "stream": false, "temperature": 0 }
4. Return the result