terminal โ€” bash โ€” 120x40
David Cyri Apis:~$ cd /docs
โ€”
total endpoints across 20 categories ยท auto-counted
// per category

Example Endpoint

Example showing request format, parameters, and responses.

GET/POST /ai/deepseek-v3
Shell
curl -X POST "https://apis.davidcyril.name.ng/ai/deepseek-v3" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hi! How are you?","systemPrompt":"You are a helpful assistant","sessionId":"neko"}'

cURL command to test the endpoint (supports both GET and POST).

Response Format

Consistent JSON structure across all endpoints.

{
  "success": true,
  "result": ...,
  "timestamp": "2026-03-12T09:27:59.977Z"
}