curl --request GET \
--url https://api.repromptai.com/v1/{org}/place_enrichment/jobs \
--header 'Authorization: Bearer <token>'{
"jobs": [
{
"place_id": "<string>",
"status": "<string>",
"job_metadata": {
"attribute_status": {},
"last_enriched": "2023-11-07T05:31:56Z",
"enrichment_metadata": {},
"country_code": "<string>"
},
"inputs": {
"type": "<unknown>"
},
"outputs": {},
"reasoning": {},
"confidence_scores": {
"open_closed_status": "VERY_HIGH",
"phone": "VERY_HIGH",
"website": "VERY_HIGH",
"address": "VERY_HIGH",
"categories": "VERY_HIGH",
"opening_hours": "VERY_HIGH",
"entity_type": "VERY_HIGH",
"name": "VERY_HIGH",
"parking_spaces": "VERY_HIGH",
"parking_spaces_total": "VERY_HIGH",
"parking_spaces_street": "VERY_HIGH",
"parking_spaces_shared": "VERY_HIGH",
"parking_spaces_dedicated": "VERY_HIGH",
"chain": "VERY_HIGH",
"tiktok": "VERY_HIGH",
"price_tier": "VERY_HIGH",
"approximate_user_reviews": "VERY_HIGH",
"menu": "VERY_HIGH",
"school_geofence": "VERY_HIGH"
}
}
],
"total": 123,
"limit": 123,
"offset": 123
}curl --request GET \
--url https://api.repromptai.com/v1/{org}/place_enrichment/jobs \
--header 'Authorization: Bearer <token>'{
"jobs": [
{
"place_id": "<string>",
"status": "<string>",
"job_metadata": {
"attribute_status": {},
"last_enriched": "2023-11-07T05:31:56Z",
"enrichment_metadata": {},
"country_code": "<string>"
},
"inputs": {
"type": "<unknown>"
},
"outputs": {},
"reasoning": {},
"confidence_scores": {
"open_closed_status": "VERY_HIGH",
"phone": "VERY_HIGH",
"website": "VERY_HIGH",
"address": "VERY_HIGH",
"categories": "VERY_HIGH",
"opening_hours": "VERY_HIGH",
"entity_type": "VERY_HIGH",
"name": "VERY_HIGH",
"parking_spaces": "VERY_HIGH",
"parking_spaces_total": "VERY_HIGH",
"parking_spaces_street": "VERY_HIGH",
"parking_spaces_shared": "VERY_HIGH",
"parking_spaces_dedicated": "VERY_HIGH",
"chain": "VERY_HIGH",
"tiktok": "VERY_HIGH",
"price_tier": "VERY_HIGH",
"approximate_user_reviews": "VERY_HIGH",
"menu": "VERY_HIGH",
"school_geofence": "VERY_HIGH"
}
}
],
"total": 123,
"limit": 123,
"offset": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Show child attributes
Show child attributes
Timestamp of the last enrichment
Confidence scores for various attributes
Show child attributes
Confidence score for the open/closed status of a place. VERY_HIGH (95% accuracy) indicates extremely reliable open/closed status. HIGH (90% accuracy) indicates very reliable status. MEDIUM (80% accuracy) indicates reasonably reliable status. LOW (70% accuracy) indicates limited online evidence but likely correct status.NONE indicates insufficient evidence to determine status. This happens when a place has no internet presence at all.
VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE VERY_HIGH, HIGH, MEDIUM, LOW, NONE Confidence score for school geofence data. HIGH indicates OSM-based geofence with reliable school boundary data. MEDIUM indicates parcel-based geofence using property data analysis. NONE indicates no data
VERY_HIGH, HIGH, MEDIUM, LOW, NONE Total number of jobs available
Number of jobs per page
Starting position of the current page