Create or retrieve asynchronous batch processing jobs for geocoding, reverse geocoding, routing, or isoline APIs. Use cases: - Batch geocode up to 1000 addresses at once (forward geocoding) - Batch reverse geocode multiple coordinates - Process multiple routing or isoline reques…
idstring32-character hex job ID to retrieve status/results. Omit to create a new job. When provided, all other fields must be omitted.
apistringAPI endpoint to batch. Required when creating a job. /v1/geocode/search for forward geocoding, /v1/geocode/reverse for reverse geocoding, /v1/routing for routes, /v1/isoline for isochrones/isodistances.
bodyobjectCommon JSON body applied to all inputs (for APIs requiring a body). Input-level body values override these.
inputsarrayArray of 1-1000 input objects. Required when creating a job. Each input has 'params' (required) and optional 'id' and 'body'.
paramsobjectCommon query parameters applied to all inputs. E.g., {'lang': 'en', 'limit': '3'}. Input-level params override these.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.