Skip to main content
Définir les paramètres du traitement
curl --request PUT \
  --url https://geo.fluximmo.io/async/projects/{projectId}/pipeline \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "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>"
    ]
  }
}
'
{
  "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

Body

application/json
geocodeOptions
object
outputFormat
enum<string>
Available options:
csv,
geojson

Response

Pipeline défini avec succès

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.