#Ourin/api

terminal
bash — 80×24
root@api:~$cd/docs

Example Request

/text.gen/brave-chat

POST
$bash execution_test.sh
curl -X POST "https://api.ourin.my.id/text.gen/brave-chat" \
  -H "Content-Type: application/json" \
  -d '{
     "text": "Hi! How are you?"
    }'

Response Format

Standard JSON Structure

{
  "success": true,
  "result": { ... },
  "timestamp": "2026-01-01T16:39:23.146Z"
}