terminal
root@api:~$cd/docs
Example Request
/text.gen/brave-chat
$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"
}