Skip to main content
POST
Reprocess Jobs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

apiKey
string | null

Body

application/json
place_ids
string[]
required
attributes
string[] | null
attribute_set
enum<string> | null

Deprecated preset for common enrichment requests. Prefer an explicit attributes list. open_closed checks whether a place is open or permanently closed, while core and all both request closed_permanently, websites, phoneNumbers, openingHours, names, address, and categories.

Available options:
open_closed,
core,
all
refresh
boolean
default:false
use_previous_invocation_params
boolean
default:false

When true, reuse each job's last-invocation parameters (attributes are inferred per place_id). When set, the attributes/attribute_set fields become optional and are only used as a fallback for place_ids that have no prior invocation.

Response

200 - application/json

Successful Response