Test Bulk
Placeholder directory for bulk processing API testing endpoints.
Test Bulk API (app/api/test-bulk/)
Placeholder directory for bulk processing API testing endpoints.
Purpose
Reserved for development/testing API routes that:
- Test bulk geocoding functionality
- Simulate bulk processing scenarios
- Debug performance issues
- Validate error handling for large datasets
Status
Currently empty - routes will be added as testing needs arise.
Planned Endpoints
Potential testing endpoints:
POST /api/test-bulk/geocode- Test bulk geocoding with custom parametersPOST /api/test-bulk/stress- Stress test with maximum address countGET /api/test-bulk/metrics- Performance metrics for bulk operations
Related Documentation
- API Routes Overview - All API endpoints
- Bulk Processing - User-facing bulk processing page
- Bulk Server Actions - Bulk geocoding logic