Skip to main content
Uploader un fichier d'entrée pour un projet
curl --request PUT \
  --url https://geo.fluximmo.io/async/projects/{projectId}/input-file \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/octet-stream' \
  --data '"<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

Headers

Content-Length
integer

La taille du fichier peut être transmise pour s'assurer du transfert complet du fichier.

Content-Disposition
string

Le nom du fichier à géocoder peut être transmis pour faciliter le suivi. Le fichier résultat reprendra en partie ce nom. Par défaut le fichier sera nommé input.csv.

Path Parameters

projectId
string
required

Identifiant unique du projet

Body

application/octet-stream

The body is of type file.

Response

Fichier d'entrée uploadé 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.