Airbus OneAtlas Contract related Information API

The Contract related Information API from Airbus OneAtlas — 6 operation(s) for contract related information.

Operations 6

GET /api/v1/me User Information
GET /api/v1/contracts Get Contracts
GET /api/v1/contracts/{CisContractId}/productTypes Get Product Types
GET /api/v1/{cisContractId}/properties Get Markets
GET /api/v1/{cisContractId}/deliveryTypes Get Delivery Types
POST /api/v1/contracts/{cisContractId}/productTypes/{productTypeId}/options Get Production Options

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/airbus-oneatlas-contract-related-information-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

airbus-oneatlas-contract-related-information-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Airbus Oneatlas Contract related Information API
  contact:
    email: intelligence-customertechnicalsupport@fr.airbus.com
    name: API support
    url: https://oneatlas.airbus.com
  version: '1.0'
  description: 'Operations tagged Contract related Information across 2 of this provider''s published API definitions: oneatlas-data-pay-per-order-api-openapi.yml, oneatlas-data-pay-per-order-tasking-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- description: API server
  url: https://order.api.oneatlas.airbus.com
tags:
- name: Contract related Information
paths:
  /api/v1/me:
    get:
      description: Allow to retrieve the list of contracts on which you have been authorized to place orders
      summary: User Information
      tags:
      - Contract related Information
      responses:
        '200':
          content:
            application/json:
              example:
                _links:
                  self:
                    href: https://data.api.oneatlas.airbus.com/api/v1/me
                  licenses:
                    href: https://data.api.oneatlas.airbus.com/api/v1/licenseAgreements
                id: 5406642f-e3e8-4250-7c7f-7ac2be36021b
                status: created
                createdAt: '2022-08-19T12:19:43Z'
                roles:
                - changeDetectionUser
                - contractViewer
                - user
                - admin
                contract:
                  _links:
                    self:
                      href: https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709
                    orders:
                      href: https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/orders
                    payments:
                      href: https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/payments
                    subscriptions:
                      href: https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/subscriptions
                    deliveries:
                      href: https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/deliveries
                    reports:
                      href: https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/reports
                    cisContracts:
                      href: https://data.api.oneatlas.airbus.com/api/v1/contracts/d9307572-4f50-4dd5-b5de-94085beb6709/cisContracts
                  id: d9307572-4f50-4dd5-b5de-94085beb6709
                  status: created
                  createdAt: '2021-07-07T08:01:07Z'
                  offers:
                  - order.analytics-toolbox.archive
                  - order.high-precision.report
                  - order.data.product
                  - order.data.mosaic
                  companyName: Airbus
                  amountUnit: EUR
                  balanceUnit: EUR
                  kind: contract.oneatlas.internal
                  name: INTERNAL.Standard-GEO
                  balance: 33832
                  workspaceId: 5b2a41d2-a876-43c5-867b-3aab98bd56b6
                  workspaceName: mareclever
                permissions:
                - contractId: d2c1ef64-6fb7-4dfe-9c1e-3a97f1f56e8e
                  kind: contract.viewer
                  userId: 5406642f-e3e8-4250-7c7f-7ac2be36021b
                - contractId: d9307572-4f50-4dd5-b5de-94085beb6709
                  kind: contract.user
                  userId: 5406642f-e3e8-4250-7c7f-7ac2be36021b
    servers:
    - description: API server
      url: https://order.api.oneatlas.airbus.com
  /api/v1/contracts:
    get:
      summary: Get Contracts
      tags:
      - Contract related Information
      description: Get all contracts
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
                properties:
                  contracts:
                    type: array
                    items:
                      type: object
                      properties:
                        contractId:
                          type: string
                        customerId:
                          type: string
                        name:
                          type: string
                        tradeAgreementUrl:
                          type: string
                        creditRemaining:
                          type: string
                        currency:
                          type: string
                        language:
                          type: string
                        contractType:
                          type: string
                        delivery:
                          type: object
                          properties:
                            deliveryPlatformId:
                              type: string
                            deliveryWorkspace:
                              type: string
                        backendSource:
                          type: string
              examples:
                spot_pleiades:
                  value:
                    contracts:
                    - contractId: CisContractId
                      customerId: customerId
                      name: ContractName
                      tradeAgreementUrl: https://www.intelligence-airbusds.com/cgf/
                      creditRemaining: '150.0'
                      currency: EUR
                      language: en
                      contractType: ONEATLASDATA
                      backendSource: legacy
                pneo:
                  value:
                    contracts:
                    - contractId: Standard-GEO
                      customerId: AC0000002
                      name: Standard-GEO
                      tradeAgreementUrl: ''
                      creditRemaining: '150.0'
                      currency: EUR
                      language: fr
                      delivery:
                      - deliveryPlatformId: PublicMOC
                        deliveryWorkspace: mareclever
                      backendSource: legacy
      servers:
      - description: Tasking API server
        url: https://order.api.oneatlas.airbus.com
    servers:
    - description: API server
      url: https://order.api.oneatlas.airbus.com
  /api/v1/contracts/{CisContractId}/productTypes:
    get:
      summary: Get Product Types
      tags:
      - Contract related Information
      description: This request displays the possible ordered product types associated to a contract.
      responses:
        '200':
          content:
            application/json:
              example:
                productTypes:
                - productTypeId: PleiadesTaskingOneDay
                  technicalProduct:
                    id: PleiadesTaskingOneDay
                    label: Pleiades OneDay
                    source:
                      id: tasking
                      label: One Tasking
                    sensor:
                      id: pleiades
                      label: Pl�iades
                    target:
                      id: oneday
                      label: One Day
                    licences: null
                  minimumOrderAreaApplied: 100
                  descriptionUrl: https://www.intelligence-airbusds.com/one-tasking/
                - productTypeId: SpotTaskingOneDay
                  technicalProduct:
                    id: SpotTaskingOneDay
                    label: SPOT OneDay
                    source:
                      id: tasking
                      label: One Tasking
                    sensor:
                      id: spot
                      label: SPOT
                    target:
                      id: oneday
                      label: One Day
                    licences: null
                  minimumOrderAreaApplied: 500
                  descriptionUrl: https://www.intelligence-airbusds.com/one-tasking/
      servers:
      - description: Tasking API server
        url: https://order.api.oneatlas.airbus.com
    servers:
    - description: API server
      url: https://order.api.oneatlas.airbus.com
  /api/v1/{cisContractId}/properties:
    get:
      summary: Get Markets
      tags:
      - Contract related Information
      description: Allow to retrieve the list of markets (ex - AGRI). Market is a mandatory information.
      responses:
        '200':
          content:
            application/json:
              example:
                properties: []
                markets:
                - id: AGRI
                  label: Agriculture
                - id: GENIE
                  label: Civil engineering
                  secondaryMarket:
                  - id: GENIE
                    label: Civil engineering
      servers:
      - description: Tasking API server
        url: https://order.api.oneatlas.airbus.com
    servers:
    - description: API server
      url: https://order.api.oneatlas.airbus.com
  /api/v1/{cisContractId}/deliveryTypes:
    get:
      summary: Get Delivery Types
      tags:
      - Contract related Information
      description: Get the list of available delivery types.
      responses:
        '200':
          content:
            application/json:
              example:
                deliveryTypes:
                - deliveryTypeId: network
                  label: FTP + My Data
                - deliveryTypeId: MEDIA
                  label: MEDIA
      servers:
      - description: Tasking API server
        url: https://order.api.oneatlas.airbus.com
    servers:
    - description: API server
      url: https://order.api.oneatlas.airbus.com
  /api/v1/contracts/{cisContractId}/productTypes/{productTypeId}/options:
    post:
      summary: Get Production Options
      description: Allow to retrieve the production options available on your contract for one given product type
      tags:
      - Contract related Information
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                aoi:
                  type: array
                  items:
                    type: object
                    properties:
                      polygonId:
                        format: integer
                        type: number
                      geometry:
                        $ref: '#/components/schemas/GeojsonGeometry'
              example:
                aoi:
                - polygonId: 1
                  geometry:
                    type: Polygon
                    coordinates:
                    - - - 1.4316558837890625
                        - 43.568824930165476
                      - - 1.4316558837890625
                        - 43.601900054609445
                      - - 1.4670181274414062
                        - 43.601900054609445
                      - - 1.4670181274414062
                        - 43.568824930165476
                      - - 1.4316558837890625
                        - 43.568824930165476
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Feasibility'
              example:
                availableOptions:
                - category: production_option
                  label: Processing Level
                  name: processing_level
                  mandatory: 'true'
                  defaultValue: primary
                  constraint: null
                  values:
                  - id: ortho
                    label: Ortho
                  - id: projected
                    label: Projected
                  - id: primary
                    label: Primary
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Spectral Processing
                  name: spectral_processing
                  mandatory: 'true'
                  defaultValue: full_bundle
                  constraint: null
                  values:
                  - id: panchromatic
                    label: Panchromatic 30cm
                  - id: pansharpened
                    label: Pansharpened 30cm 4-band
                  - id: multispectral
                    label: Multispectral 1.2m 4-band
                  - id: bundle
                    label: 'Bundle: Panchromatic 30cm + Multispectral 1.2m 4-band'
                  - id: full_bundle
                    label: 'Full Bundle: Panchromatic 30cm + Multispectral 1.2m 6-band'
                  - id: full_pms
                    label: Pansharpened 30cm 6-band
                  - id: full_ms
                    label: 'Full MS: Multispectral 1.2m 6-band'
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Image Format
                  name: image_format
                  mandatory: 'true'
                  defaultValue: dimap_jpeg2000_regular
                  constraint: null
                  values:
                  - id: dimap_jpeg2000_regular
                    label: 'DIMAP - Regular JPEG 2000 '
                  - id: dimap_geotiff
                    label: DIMAP - GeoTIFF
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Pixel Coding
                  name: pixel_coding
                  mandatory: 'true'
                  defaultValue: 12bits
                  constraint: null
                  values:
                  - id: 8bits
                    label: '8 bits (JPEG 2000 / GeoTIFF) '
                    constraint:
                      condition: radiometric_processing:(display)
                  - id: 12bits
                    label: 12 bits (JPEG 2000) / 16 bits (GeoTIFF)
                    constraint:
                      condition: radiometric_processing:(basic|reflectance)
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Radiometric Processing
                  name: radiometric_processing
                  mandatory: 'true'
                  defaultValue: basic
                  constraint: null
                  values:
                  - id: basic
                    label: Basic
                  - id: reflectance
                    label: Reflectance
                  - id: display
                    label: Display
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Elevation
                  name: elevation
                  mandatory: 'false'
                  constraint:
                    condition: processing_level:(projected)
                  range:
                  - -100
                  - 10000
                  type: double
                  hidden: false
                  property: true
                - category: production_option
                  label: Area Computation Model
                  name: area_compute_model
                  mandatory: 'false'
                  defaultValue: coverage
                  constraint: null
                  values:
                  - id: coverage
                    label: Coverage
                  - id: temporal_serie
                    label: TemporalSerie
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Priority
                  name: priority
                  mandatory: 'true'
                  defaultValue: standard
                  constraint: null
                  values:
                  - id: standard
                    label: Standard
                  - id: rush
                    label: Rush (No Quality Checking)
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: fullStrip
                  name: fullStrip
                  mandatory: 'false'
                  defaultValue: 'false'
                  constraint: null
                  values:
                  - id: 'true'
                    label: 'true'
                  - id: 'false'
                    label: 'false'
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: DeliveryMethod
                  name: delivery_method
                  mandatory: 'false'
                  defaultValue: on_the_flow
                  constraint: null
                  values:
                  - id: on_the_flow
                    label: OntheFlow
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Licence
                  name: licence
                  mandatory: 'true'
                  defaultValue: standard
                  constraint: null
                  values:
                  - id: standard
                    label: Standard Licence Agreement
                  - id: background_layer
                    label: Background Layer Licence Agreement
                  - id: stand_background_layer
                    label: Standard and Background Layer Licence Agreement
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Orthorectification DEM Reference
                  name: dem_1
                  mandatory: constraint
                  defaultValue: best_available
                  constraint:
                    condition: processing_level:(ortho)
                  values:
                  - id: best_available
                    label: Best Available
                  - id: FLAT_DEM_WITH_WD4O_WAT
                    label: FLAT_DEM_WITH_WD4O_WAT (100)
                  - id: GTOPO30
                    label: GTOPO30 (100)
                  - id: PAS-DEM
                    label: PAS-DEM (100)
                  - id: REF3D-DEM
                    label: REF3D-DEM (100)
                  - id: SRTMV4
                    label: SRTMV4 (100)
                  - id: WorldDEM4Ortho
                    label: WorldDEM4Ortho (100)
                  type: list
                  hidden: false
                  property: true
                - category: production_option
                  label: Projection (GDLIB code)
                  name: projection_1
                  mandatory: constraint
                  defaultValue: '32631'
                  constraint:
                    condition: processing_level:(ortho|projected)
                  values:
                  - id: '4171'
                    label: 4171 RGF93 (FR.)
                  - id: 4230_B
                    label: 4230 ED50 (EUR. - AT. DK. FR. DE. DK. CH.)
                  - id: '4326'
                    label: 4326 WGS 1984
                  - id: '4258'
                    label: 4258 ETRS89 (EUR)
                  - id: 4230_A
                    label: 4230 ED50 (EUR.)
                  - id: '3857'
                    label: 3857 WGS84/Web Mercator (World - between 85S. and 85N.)
                  - id: '32631'
                    label: 32631 WGS84/UTM 31N (N. hemisphere - 0E to 6E)
                  - id: '2154'
                    label: 2154 RGF93/Lambert-93 (FR.)
                  type: list
                  hidden: false
                  property: true
      servers:
      - description: Tasking API server
        url: https://order.api.oneatlas.airbus.com
    servers:
    - description: API server
      url: https://order.api.oneatlas.airbus.com
components:
  schemas:
    Feasibility:
      type: object
      properties:
        progCapacities:
          items:
            properties:
              mission:
                enum:
                - PLEIADESNEO
                type: string
              progTypes:
                items:
                  properties:
                    name:
                      type: string
                    mission:
                      enum:
                      - PLEIADESNEO
                      type: string
                    feasibility:
                      properties:
                        automation:
                          description: To be used when creating the order and/or requesting the quotation
                          enum:
                          - AUTOMATIC
                          - MANUAL
                          type: string
                        classification:
                          description: To be used when creating the order and/or requesting the quotation
                          enum:
                          - CHALLENGING
                          - EASY
                          type: string
                      type: object
                    available:
                      type: boolean
                    expirationDate:
                      format: datetime
                      type: string
                  type: object
                type: array
            type: object
          type: array
    GeojsonGeometry:
      externalDocs:
        url: http://geojson.org/geojson-spec.html#geometry-objects
      properties:
        geometry:
          description: A valid geojson geometry coordinates
          type: object
        type:
          enum:
          - Polygon
      type: object
x-refined-from:
- oneatlas-data-pay-per-order-api-openapi.yml
- oneatlas-data-pay-per-order-tasking-api-openapi.yml