Skip to main content
Ré-initialise un géocodage terminé ou en erreur
curl --request POST \
  --url https://geo.fluximmo.io/async/projects/{projectId}/reset \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "params": {},
  "pipeline": {
    "geocodeOptions": {
      "operation": "search",
      "indexes": [],
      "columns": [
        "<string>"
      ],
      "type": "<string>",
      "citycode": "<string>",
      "postcode": "<string>",
      "category": "<string>",
      "lon": "<string>",
      "lat": "<string>",
      "departmentcode": "<string>",
      "municipalitycode": "<string>",
      "oldmunicipalitycode": "<string>",
      "districtcode": "<string>",
      "section": "<string>",
      "sheet": "<string>",
      "number": "<string>",
      "result_columns": [
        "<string>"
      ]
    }
  },
  "inputFile": {},
  "outputFile": {},
  "processing": {
    "step": "<string>",
    "validationProgress": {},
    "validationError": "<string>",
    "geocodingProgress": {},
    "geocodingError": "<string>",
    "globalError": "<string>",
    "startedAt": "2023-11-07T05:31:56Z",
    "finishedAt": "2023-11-07T05:31:56Z",
    "heartbeat": "2023-11-07T05:31:56Z"
  },
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://doc.fluximmo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Token XXXXXX

Path Parameters

projectId
string
required

Identifiant unique du projet

Response

Ré-initialisation prise en compte

id
string
status
enum<string>
Available options:
idle,
waiting,
processing,
failed,
completed
createdAt
string<date-time>
updatedAt
string<date-time>
params
object
pipeline
object
inputFile
object
outputFile
object
processing
object
token
string

Jeton permettant d'interéagir avec le projet. N'est retourné que lors de la création.