postServiceService

/api/service/ai

Internal API endpoints for micro-service architecture.

servicepostApiServiceAi

Parameters

3 body

3 total
Body · 3
apiKeystringRequired
modelstringRequired
questionstringRequired

Request

POST /api/service/ai

post
curl -X POST "https://api.bizkithub.com/api/service/ai" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "apiKey": "example_apiKey",
  "model": "example_model",
  "question": "example_question"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key