Manual Wrapping

Manual wrapping Universe API

How to use

Using other language

curl -X GET "https://api.universebot.space/v1/ai/openai/gpt4/model1?prompt=What+is+Galaxy+Universe?" \
     -H "Authorization: Bearer UniverseAPI.XXXXXXXXXXXXX.XXXXXXXXXXXXX.XXXXXXXXXXXXX.XXXXXXXXXXXXX" \
     -H "Content-Type: application/json"

Response

{
  "status": true,
  "code": 200,
  "speed": "string",
  "author": "string",
  "message": "string",
  "data": "object"
}

Last updated