Skip to main content
POST
/
place_enrichment
/
jobs
/
reprocess
Reprocess Jobs
curl --request POST \
  --url https://api.repromptai.com/v1/{org}/place_enrichment/jobs/reprocess \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "place_ids": [
    "<string>"
  ],
  "attributes": [
    "<string>"
  ],
  "attribute_set": "<string>",
  "refresh": false
}'
"<any>"

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
string | null
refresh
boolean
default:false

Response

200 - application/json

Successful Response

The response is of type any.

I