Sprift Share API

The Share API from Sprift — 1 operation(s) for share.

Operations 1

POST /share Share Report #

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/sprift-share-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

sprift-share-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: ''
  version: 1.3.9
  title: Sprift Share API
  contact: {}
servers:
- url: https://sprift.com/dashboard/api/v1
security:
- auth: []
tags:
- name: Share
paths:
  /share:
    post:
      tags:
      - Share
      summary: Share Report
      description: 'Report Type = 1 = Market Appraisal Report (MAR)

        Report Type = 2 = Appointment Confirmation (AC)

        Report Type = 3 = Key Facts for Buyers (KF)

        Report Type = 4 = Property Overview (PO)'
      operationId: ShareReport
      parameters:
      - name: SPRIFT-API-KEY
        in: header
        description: ''
        required: true
        schema:
          type: string
      deprecated: false
      responses:
        '200':
          description: Returns report link to share
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/inline_response_200_12'
      requestBody:
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                propertyID:
                  type: integer
                  format: int32
                reportType:
                  type: integer
                  format: int32
                reportPage:
                  type: string
                  description: Pages to include in the report.
                appointment-date:
                  type: string
                portal_version:
                  type: number
                  description: Suitable for embedding on your portal/websites - anonymised addresses with no door numbers. You need to pass 1 to use portal version.
              required:
              - propertyID
              - reportType
components:
  schemas:
    inline_response_200_12:
      type: object
      properties:
        status:
          type: boolean
        share_link:
          type: string
          description: URL of the report
  securitySchemes:
    auth:
      type: http
      scheme: basic