BusinessToolBox
---------------------------------------------------- Beta Testing ----------------------------------------------------- BusinessToolbox Pro is a powerful, stateless API suite designed for developers who need reliable business utilities and data transformation services. Our completely stateless architecture ensures zero data persistence - all processing happens in memory only, with immediate data…
BusinessToolBox endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
root__get / |
|
| POST |
generate_hash_api_v1_utilities_hash_generate_post /api/v1/utilities/hash/generate |
Generate secure cryptographic hashes (MD5/SHA256) for data fingerprinting and integrity verification |
| GET |
get_next_working_day_api_v1_business_work_calendar_next_working_day_get /api/v1/business/work-calendar/next-working-day |
Get the next working day from a given date - No data stored |
| GET |
system_health_endpoint_api_v1_system_health__get /api/v1/system/health/ |
Get system health status - No data storage |
| POST |
generate_synthetic_data_endpoint_api_v1_privacy_synthetic_generate_post /api/v1/privacy/synthetic/generate |
Generate realistic fake datasets for testing and development - No data storage This endpoint creates synthetic data that looks and behaves like real data but contains no actual… |
| GET |
system_status_endpoint_api_v1_system_status__get /api/v1/system/status/ |
Get system status and statistics - No data storage |
| GET |
get_supported_data_types_api_v1_privacy_synthetic_data_types_get /api/v1/privacy/synthetic/data-types |
Get comprehensive list of supported data types for synthetic data generation Returns detailed information about all available data types, including descriptions, examples, and… |
| POST |
validate_address_endpoint_api_v1_geography_addresses_validate_post /api/v1/geography/addresses/validate |
Validate an address using Google Maps API - Returns detailed validation results with confidence scores |
| POST |
reverse_geocode_endpoint_api_v1_geography_addresses_reverse_geocode_post /api/v1/geography/addresses/reverse-geocode |
Convert coordinates to human-readable address information |
| POST |
geocode_address_endpoint_api_v1_geography_addresses_geocode_post /api/v1/geography/addresses/geocode |
Convert an address to precise coordinates and detailed location information |
| POST |
anonymize_text_api_v1_privacy_anonymize_text_post /api/v1/privacy/anonymize/text |
Anonymize text by replacing PII with synthetic data, redaction, or masking - Auto-detects PII by default |
| POST |
anonymize_batch_api_v1_privacy_anonymize_batch_post /api/v1/privacy/anonymize/batch |
Anonymize multiple texts or data records in batch processing |
| POST |
bulk_detect_pii_api_v1_bulk_process_detect_pii_post /api/v1/bulk/process/detect-pii |
Bulk detect PII in multiple texts - No data storage |
| POST |
bulk_anonymize_api_v1_bulk_process_anonymize_post /api/v1/bulk/process/anonymize |
Bulk anonymize multiple texts - No data storage |
| GET |
google_maps_status_endpoint_api_v1_geography_places_google_maps_status_get /api/v1/geography/places/google-maps-status |
Get Google Maps API status and statistics - No data storage |
| GET |
health_check_health_get /health |
|
| POST |
enhance_postal_code_api_v1_geography_postal_codes_enhance_post /api/v1/geography/postal-codes/enhance |
Enhance postal code with comprehensive location data using Google Maps API |
| GET |
search_postal_codes_enhanced_api_v1_geography_postal_codes_search_enhanced_get /api/v1/geography/postal-codes/search-enhanced |
Search for postal codes with comprehensive location data using Google Maps API |
| GET |
get_supported_countries_api_v1_geography_postal_codes_supported_countries_get /api/v1/geography/postal-codes/supported-countries |
Get list of supported countries with their postal code patterns |
| POST |
detect_pii_csv_api_v1_privacy_detect_csv_post /api/v1/privacy/detect/csv |
Scan CSV files for personally identifiable information (PII) with row-by-row analysis |
| GET |
get_postal_code_info_api_v1_geography_postal_codes_info_get /api/v1/geography/postal-codes/info |
Get postal code information and available data - No data storage |
| POST |
detect_pii_text_api_v1_privacy_detect_text_post /api/v1/privacy/detect/text |
Scan text for personally identifiable information (PII) with detailed analysis |
| POST |
lookup_postal_code_api_v1_geography_postal_codes_lookup_post /api/v1/geography/postal-codes/lookup |
Look up postal code information for US, Canada, France, and Mexico - No data storage **Supported Countries:** - 🇺🇸 **United States**: 5 or 9-digit ZIP codes (e.g., 10001,… |
| GET |
search_postal_codes_api_v1_geography_postal_codes_search_get /api/v1/geography/postal-codes/search |
Search for postal codes by city or state/province - No data storage |
| GET |
search_places_endpoint_api_v1_geography_places_search_get /api/v1/geography/places/search |
Search for places, businesses, and points of interest using Google Places API |
| GET |
validate_postal_code_format_api_v1_geography_postal_codes_validate_format_get /api/v1/geography/postal-codes/validate-format |
Validate postal code format for specific country |
| POST |
upload_csv_api_v1_bulk_upload_csv_post /api/v1/bulk/upload/csv |
Upload and process CSV files for PII detection - No data storage |
| GET |
get_holidays_in_range_api_v1_business_holidays_range_get /api/v1/business/holidays/range |
Get all holidays within a date range - No data stored |
| GET |
get_supported_countries_api_v1_business_holidays_countries_get /api/v1/business/holidays/countries |
Get list of supported countries and regions for holiday information |
| GET |
get_holidays_for_year_api_v1_business_holidays_year_get /api/v1/business/holidays/year |
Get all holidays for a specific year and country - No data stored |
| GET |
check_holiday_api_v1_business_holidays_check_get /api/v1/business/holidays/check |
Check if a specific date is a holiday in a given country or region |
| GET |
get_next_holiday_api_v1_business_holidays_next_get /api/v1/business/holidays/next |
Get the next holiday from a given date - No data stored |
| GET |
get_working_days_in_range_api_v1_business_work_calendar_working_days_get /api/v1/business/work-calendar/working-days |
Get all working days within a date range - No data stored |
| GET |
is_working_day_api_v1_business_work_calendar_is_working_day_get /api/v1/business/work-calendar/is-working-day |
Check if a specific date is a working day - No data stored |
| GET |
get_work_calendar_countries_api_v1_business_work_calendar_countries_get /api/v1/business/work-calendar/countries |
Get list of supported countries for work calendars - No data storage |
| GET |
get_working_days_delta_api_v1_business_work_calendar_working_days_delta_get /api/v1/business/work-calendar/working-days-delta |
Calculate the number of working days between two dates - No data stored |
| GET |
add_working_days_api_v1_business_work_calendar_add_working_days_get /api/v1/business/work-calendar/add-working-days |
Add a number of working days to a start date - No data stored |
| GET |
get_work_calendar_holidays_api_v1_business_work_calendar_holidays_get /api/v1/business/work-calendar/holidays |
Get all holidays for a specific year from work calendar - No data stored |
| GET |
root__get / |
|
| GET |
health_check_health_get /health |
|
| POST |
generate_hash_api_v1_utilities_hash_generate_post /api/v1/utilities/hash/generate |
Generate secure cryptographic hashes (MD5/SHA256) for data fingerprinting and integrity verification |
| POST |
reverse_geocode_endpoint_api_v1_geography_addresses_reverse_geocode_post /api/v1/geography/addresses/reverse-geocode |
Convert coordinates to human-readable address information |
| POST |
validate_address_endpoint_api_v1_geography_addresses_validate_post /api/v1/geography/addresses/validate |
Validate an address using Google Maps API - Returns detailed validation results with confidence scores |
| GET |
system_health_endpoint_api_v1_system_health__get /api/v1/system/health/ |
Get system health status - No data storage |
| POST |
geocode_address_endpoint_api_v1_geography_addresses_geocode_post /api/v1/geography/addresses/geocode |
Convert an address to precise coordinates and detailed location information |
| GET |
system_status_endpoint_api_v1_system_status__get /api/v1/system/status/ |
Get system status and statistics - No data storage |
| GET |
get_postal_code_info_api_v1_geography_postal_codes_info_get /api/v1/geography/postal-codes/info |
Get postal code information and available data - No data storage |
| GET |
search_postal_codes_api_v1_geography_postal_codes_search_get /api/v1/geography/postal-codes/search |
Search for postal codes by city or state/province - No data storage |
| GET |
get_supported_countries_api_v1_geography_postal_codes_supported_countries_get /api/v1/geography/postal-codes/supported-countries |
Get list of supported countries with their postal code patterns |
| GET |
search_postal_codes_enhanced_api_v1_geography_postal_codes_search_enhanced_get /api/v1/geography/postal-codes/search-enhanced |
Search for postal codes with comprehensive location data using Google Maps API |