Airbus OneAtlas SPOT and Pleiades specific API

The SPOT and Pleiades specific API from Airbus OneAtlas — 6 operation(s) for spot and pleiades specific.

Operations 6

GET api/v1/contracts/{cisContractId}/taskings Track Your Orders
GET api/v1/contracts/{cisContractId}/taskings/{taskingId} Track an Order
GET api/v1/contracts/{cisContractId}/taskings?customerRef=yourCustomerReference Track Orders with Customerref
GET api/v1/contracts/{CisContractId}/taskings/{taskingId}/segments Retrieve Acquisitions on an Order
POST api/v1/contracts/{CisContractId}/taskings/{tasking_Id}/segments/{segmentId}/accept Accept Acquisition
POST api/v1/contracts/{CisContractId}/taskings/{tasking_Id}/segments/{segmentId}/refuse Refuse Acquisition

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-spot-and-pleiades-specific-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-spot-and-pleiades-specific-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Airbus Oneatlas SPOT and Pleiades specific API
  contact:
    email: intelligence-customertechnicalsupport@fr.airbus.com
    name: API support
    url: https://oneatlas.airbus.com
  version: '1.0'
  description: 'Operations tagged SPOT and Pleiades specific 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: SPOT and Pleiades specific
paths:
  api/v1/contracts/{cisContractId}/taskings:
    get:
      summary: Track Your Orders
      tags:
      - SPOT and Pleiades specific
      description: You can see all your tasking orders.
      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}/taskings/{taskingId}:
    get:
      summary: Track an Order
      tags:
      - SPOT and Pleiades specific
      description: To see the status of a dedicated tasking, you can use the following endpoint after having retrieved the <taskingId>, available in the email notification under ICR_ID.
      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}/taskings?customerRef=yourCustomerReference:
    get:
      summary: Track Orders with Customerref
      tags:
      - SPOT and Pleiades specific
      description: Track orders attached to a customer reference.
      parameters:
      - $ref: '#/components/parameters/CustomerReference'
      responses:
        '200':
          content:
            application/json:
              example:
                taskings:
                - sal: SALXXXXXX
                  so: SOXXXXX
                  icr:
                    id: ICR_FC_XXXXX
                    aoi:
                      type: Polygon
                      coordinates:
                      - - - 122.680848001114
                          - -24.4983000806924
                        - - 122.837192701615
                          - -24.494335091697
                        - - 122.834119286537
                          - -24.3386542248409
                        - - 122.6804797677
                          - -24.3373016179506
                        - - 122.680848001114
                          - -24.4983000806924
                    progTypeName: OneDay
                    status: Completed
                    nbProposedSegments: 0
                    nbTotalSegments: 0
                    period:
                      startDate: '2021-03-03T01:54:44Z'
                      endDate: '2021-03-03T02:24:47Z'
                    seriesInformation: null
                    customerRef: customer ref
                    taskingProgress:
                      orderedArea: 275718686.400068
                      validatedArea: 0
                    attempts: 2021-03-03T02:09:44.999Z 2021-03-03T02:09:47.001Z
      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}/taskings/{taskingId}/segments:
    get:
      summary: Retrieve Acquisitions on an Order
      tags:
      - SPOT and Pleiades specific
      responses:
        '200':
          content:
            application/json:
              example:
                segments:
                - id: AS_FC_XXXX_1_2
                  status: Proposed
                  asDetail1:
                    catalogId: DS_PHR1B_XXXXXX
                    footprint:
                      type: Polygon
                      coordinates: coordinates
                    incidenceAngle: 15.1072
                    clearSkyRate: 88.8973
                    acquisitionDate: '2021-04-18T10:53:38Z'
      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}/taskings/{tasking_Id}/segments/{segmentId}/accept:
    post:
      summary: Accept Acquisition
      description: To accept an acquisition, use the following endpoint
      tags:
      - SPOT and Pleiades specific
      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}/taskings/{tasking_Id}/segments/{segmentId}/refuse:
    post:
      summary: Refuse Acquisition
      description: To refuse an acquisition, use the following endpoint
      tags:
      - SPOT and Pleiades specific
      servers:
      - description: Tasking API server
        url: https://order.api.oneatlas.airbus.com/
    servers:
    - description: API server
      url: https://order.api.oneatlas.airbus.com
components:
  parameters:
    CustomerReference:
      description: The Customer Reference
      in: path
      name: CustomerReference
      required: true
      schema:
        type: string
x-refined-from:
- oneatlas-data-pay-per-order-api-openapi.yml
- oneatlas-data-pay-per-order-tasking-api-openapi.yml