Spaces:
Sleeping
Sleeping
File size: 10,749 Bytes
382ea2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 |
# API Test Examples - Payal Farmer Advisory Chatbot
Complete JSON examples for testing all API endpoints.
## Base URL
```
http://localhost:8000
```
## 1. Crop Advice
### POST `/chat/crop`
**English Example:**
```json
{
"query": "What crops should I grow in my area?",
"lat": 28.6139,
"lon": 77.2090,
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Hindi Example:**
```json
{
"query": "मेरे क्षेत्र में कौन सी फसलें उगानी चाहिए?",
"lat": 17.3850,
"lon": 78.4867,
"uid": "user123",
"session_id": "",
"language": "hi"
}
```
**Telugu Example (with existing session):**
```json
{
"query": "నా ప్రాంతంలో ఏ పంటలు పండించాలి?",
"lat": 17.3850,
"lon": 78.4867,
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "te"
}
```
**Punjabi Example (auto-detect language):**
```json
{
"query": "ਮੇਰੇ ਖੇਤਰ ਵਿੱਚ ਕਿਹੜੀਆਂ ਫਸਲਾਂ ਉਗਾਉਣੀਆਂ ਚਾਹੀਦੀਆਂ ਹਨ?",
"lat": 31.6340,
"lon": 74.8723,
"uid": "user123",
"session_id": "",
"language": ""
}
```
---
## 2. Fertilizer Advice
### POST `/chat/fertilizer`
**English Example:**
```json
{
"crop": "Wheat",
"stage": "Vegetative",
"soil_test": "Nitrogen: Low, Phosphorus: Medium",
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Hindi Example:**
```json
{
"crop": "गेहूं",
"stage": "वानस्पतिक अवस्था",
"soil_test": "",
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "hi"
}
```
**Tamil Example:**
```json
{
"crop": "நெல்",
"stage": "",
"soil_test": "",
"uid": "user123",
"session_id": "",
"language": "ta"
}
```
---
## 3. Soil Health Advice
### POST `/chat/soil`
**English Example:**
```json
{
"soil_info": "pH level is 6.5, organic matter is low, clay soil type",
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Hindi Example:**
```json
{
"soil_info": "मिट्टी का pH 6.5 है, कार्बनिक पदार्थ कम है, मिट्टी चिकनी है",
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "hi"
}
```
**Bengali Example (auto-detect):**
```json
{
"soil_info": "মাটির pH 6.5, জৈব পদার্থ কম, মাটি কাদাময়",
"uid": "user123",
"session_id": "",
"language": ""
}
```
---
## 4. Weather Advice
### POST `/chat/weather`
**English Example:**
```json
{
"lat": 28.6139,
"lon": 77.2090,
"days": 3,
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Hindi Example:**
```json
{
"lat": 17.3850,
"lon": 78.4867,
"days": 5,
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "hi"
}
```
**Marathi Example:**
```json
{
"lat": 18.5204,
"lon": 73.8567,
"days": 3,
"uid": "user123",
"session_id": "",
"language": "mr"
}
```
---
## 5. Pest Detection
### GET `/chat/pest`
**With farmer ID:**
```
GET /chat/pest?farmer_id=farmer_001&uid=user123&language=hi
```
**Without farmer ID:**
```
GET /chat/pest?uid=user123&language=en
```
**With session ID:**
```
GET /chat/pest?farmer_id=farmer_001&uid=user123&session_id=session_20241201_123456&language=te
```
---
## 6. Phishing URL Check
### POST `/chat/phishing`
**English Example:**
```json
{
"url": "https://www.google.com",
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Hindi Example:**
```json
{
"url": "http://suspicious-site.com",
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "hi"
}
```
**Gujarati Example (auto-detect):**
```json
{
"url": "https://www.example.com",
"uid": "user123",
"session_id": "",
"language": ""
}
```
---
## 7. Sentiment Analysis
### POST `/chat/sentiment`
**English Example (Positive):**
```json
{
"query": "I am very happy with the crop yield this year!",
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Hindi Example (Negative):**
```json
{
"query": "इस साल फसल की पैदावार बहुत खराब है",
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "hi"
}
```
**Telugu Example (Mixed):**
```json
{
"query": "ఈ సంవత్సరం పంట దిగుబడి బాగుంది కానీ కీటకాల సమస్య ఉంది",
"uid": "user123",
"session_id": "",
"language": "te"
}
```
---
## 8. Government Schemes
### POST `/chat/schemes`
**English Example:**
```json
{
"text": "I need information about farming subsidies and government schemes",
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Hindi Example:**
```json
{
"text": "कृषि ऋण और सब्सिडी योजनाओं के बारे में जानकारी चाहिए",
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "hi"
}
```
**Punjabi Example (auto-detect):**
```json
{
"text": "ਮੈਨੂੰ ਖੇਤੀਬਾੜੀ ਸਬਸਿਡੀ ਅਤੇ ਸਰਕਾਰੀ ਯੋਜਨਾਵਾਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਚਾਹੀਦੀ ਹੈ",
"uid": "user123",
"session_id": "",
"language": ""
}
```
---
## 9. Conversation History
### GET `/chat/history`
**Get current session history:**
```
GET /chat/history?uid=user123
```
**Get specific session history:**
```
GET /chat/history?uid=user123&session_id=session_20241201_123456
```
---
## 10. Start New Chat
### POST `/chat/new`
**Start a new chat session:**
```
POST /chat/new?uid=user123
```
**Response:**
```json
{
"message": "New chat session started",
"session_id": "session_20241201_234567",
"uid": "user123"
}
```
---
## Complete Test Flow Example
### Step 1: Start New Chat
```bash
curl -X POST "http://localhost:8000/chat/new?uid=user123"
```
**Response:**
```json
{
"message": "New chat session started",
"session_id": "session_20241201_123456",
"uid": "user123"
}
```
### Step 2: First Question (session_id auto-created)
```json
POST /chat/crop
{
"query": "What crops should I grow?",
"lat": 28.6139,
"lon": 77.2090,
"uid": "user123",
"session_id": "",
"language": "en"
}
```
**Response:**
```json
{
"response": "...",
"session_id": "session_20241201_123456",
"uid": "user123",
"language": "en"
}
```
### Step 3: Follow-up Question (reuse session_id)
```json
POST /chat/crop
{
"query": "Tell me more about wheat",
"lat": 28.6139,
"lon": 77.2090,
"uid": "user123",
"session_id": "session_20241201_123456",
"language": "en"
}
```
**Note:** Chatbot remembers previous conversation!
### Step 4: Check History
```bash
curl -X GET "http://localhost:8000/chat/history?uid=user123&session_id=session_20241201_123456"
```
---
## cURL Commands
### Crop Advice
```bash
curl -X POST "http://localhost:8000/chat/crop" \
-H "Content-Type: application/json" \
-d '{
"query": "What crops should I grow?",
"lat": 28.6139,
"lon": 77.2090,
"uid": "user123",
"session_id": "",
"language": "en"
}'
```
### Fertilizer Advice
```bash
curl -X POST "http://localhost:8000/chat/fertilizer" \
-H "Content-Type: application/json" \
-d '{
"crop": "Wheat",
"stage": "Vegetative",
"soil_test": "Nitrogen: Low",
"uid": "user123",
"session_id": "",
"language": "en"
}'
```
### Weather Advice
```bash
curl -X POST "http://localhost:8000/chat/weather" \
-H "Content-Type: application/json" \
-d '{
"lat": 28.6139,
"lon": 77.2090,
"days": 3,
"uid": "user123",
"session_id": "",
"language": "hi"
}'
```
### Pest Detection
```bash
curl -X GET "http://localhost:8000/chat/pest?farmer_id=farmer_001&uid=user123&language=hi"
```
### Phishing Check
```bash
curl -X POST "http://localhost:8000/chat/phishing" \
-H "Content-Type: application/json" \
-d '{
"url": "https://www.google.com",
"uid": "user123",
"session_id": "",
"language": "en"
}'
```
### Sentiment Analysis
```bash
curl -X POST "http://localhost:8000/chat/sentiment" \
-H "Content-Type: application/json" \
-d '{
"query": "I am very happy with the crop yield!",
"uid": "user123",
"session_id": "",
"language": "en"
}'
```
### Government Schemes
```bash
curl -X POST "http://localhost:8000/chat/schemes" \
-H "Content-Type: application/json" \
-d '{
"text": "I need information about farming subsidies",
"uid": "user123",
"session_id": "",
"language": "en"
}'
```
### Conversation History
```bash
curl -X GET "http://localhost:8000/chat/history?uid=user123"
```
### Start New Chat
```bash
curl -X POST "http://localhost:8000/chat/new?uid=user123"
```
---
## Python Requests Examples
```python
import requests
BASE_URL = "http://localhost:8000"
# Crop Advice
response = requests.post(f"{BASE_URL}/chat/crop", json={
"query": "What crops should I grow?",
"lat": 28.6139,
"lon": 77.2090,
"uid": "user123",
"session_id": "",
"language": "en"
})
print(response.json())
# Get session_id from response
session_id = response.json()["session_id"]
# Follow-up question (reuse session_id)
response = requests.post(f"{BASE_URL}/chat/crop", json={
"query": "Tell me more about wheat",
"lat": 28.6139,
"lon": 77.2090,
"uid": "user123",
"session_id": session_id,
"language": "en"
})
print(response.json())
```
---
## Language Codes
- `hi` - Hindi
- `en` - English
- `pa` - Punjabi
- `te` - Telugu
- `ta` - Tamil
- `bn` - Bengali
- `mr` - Marathi
- `gu` - Gujarati
**Note:** If `language` is empty or not provided, the system will auto-detect the language from the input text.
---
## Important Notes
1. **Session ID Management:**
- First request with `uid`: `session_id` is auto-created and returned
- Subsequent requests: Use the `session_id` from previous response
- Session persists for 24 hours, then automatically creates a new one
- Use `/chat/new` endpoint to explicitly start a new chat
2. **Language Detection:**
- If `language` field is empty, system auto-detects from input text
- Supported languages: hi, en, pa, te, ta, bn, mr, gu
3. **Required Fields:**
- `uid`: Required for session management and conversation history
- `session_id`: Optional (auto-created if not provided)
- `language`: Optional (auto-detected if not provided)
4. **Response Format:**
All endpoints return:
```json
{
"response": "...",
"session_id": "session_XXXXXX",
"uid": "user123",
"language": "hi"
}
```
|