MerQube Index API

APIs for MerQube Indices

Operations 27

GET /index Get all MerQube indices #
POST /index Create a new MerQube index #
DELETE /index-documents Delete index documents #
GET /index-documents Get index documents #
PUT /index-documents Replace index documents #
DELETE /index/{uuid} Delete a MerQube index #
GET /index/{uuid} Returns the MerQube index with this uuid #
PATCH /index/{uuid} Partially update a MerQube index #
PUT /index/{uuid} Replace a MerQube index #
GET /index/{uuid}/caps Get the caps of buffer MerQube index #
GET /index/{uuid}/data_collections Get index by uuid data collections #
PUT /index/{uuid}/data_collections Replace index by uuid data collections #
GET /index/{uuid}/data_collections/data Get index by uuid data collections data #
GET /index/{uuid}/data_collections/raw Get index by uuid data collections raw #
GET /index/{uuid}/documents Get index by uuid documents #
GET /index/{uuid}/portfolio Get the portfolio of a MerQube index over time #
GET /index/{uuid}/portfolio_allocations Get the allocations of a MerQube index #
GET /index/{uuid}/run_state Get index by uuid run state #
GET /index/{uuid}/stats Returns stats associated with a specific MerQube index #
GET /index/{uuid}/stats2 Returns stats associated with a specific MerQube index #
GET /index/{uuid}/target_portfolio Get index by uuid target portfolio #
PUT /index/{uuid}/target_portfolio Replace index by uuid target portfolio #
DELETE /index/{uuid}/target_portfolio/{target_portfolio_uuid} Delete index by uuid target portfolio by target portfolio uuid #
GET /index/{uuid}/target_portfolio/{target_portfolio_uuid} Get index by uuid target portfolio by target portfolio uuid #
PATCH /index/{uuid}/target_portfolio/{target_portfolio_uuid} Update index by uuid target portfolio by target portfolio uuid #
POST index/{uuid}/identifier/{provider} Create index by uuid identifier by provider #
DELETE index/{uuid}/identifier/{provider}/{identifier_name} Delete index by uuid identifier by provider by identifier name #

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/merqube-index-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

merqube-index-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  contact:
    email: support@merqube.com
    name: API Support
    url: https://www.merqube.com/contact
  description: MerQube APIs
  title: MerQube Index API
  version: 4.40.0
servers:
- description: Production server
  url: https://api.merqube.com
- description: Testing server for next generation features
  url: https://api.staging.merqube.com
tags:


# --- truncated at 32 KB (88 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/merqube/refs/heads/main/openapi/merqube-index-api-openapi.yml