Glif Simple API

HTTP endpoint for invoking a single published glif (AI workflow) by ID and passing a list of named or positional string inputs. POST a JSON body with `id` and `inputs` to https://simple-api.glif.app using a Bearer token; the response includes the run's final `output` (often an image URL or text) plus an `outputFull` block describing the output type. Legacy responses always return HTTP 200 even on error, with the error surfaced in an `error` field. Per Glif's FAQ the API was deprecated on 2026-05-20 as part of the Glif 2.0 chat-agent rebuild; the documentation repository remains public for reference and existing integrations.

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/glif-simple-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 email required.

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

API entry from apis.yml

apis.yml Raw ↑
aid: glif-app:glif-simple-api
name: Glif Simple API
tags:
- Artificial Intelligence
- Workflows
- Glifs
- No-Code
- Deprecated
tags_raw:
- AI
- Artificial Intelligence
- Workflows
- Glifs
- No-Code
- Deprecated
humanURL: https://docs.glif.app
baseURL: https://simple-api.glif.app
properties:
- url: https://github.com/glifxyz/api-docs/blob/main/getting-started.md
  type: Documentation
- url: https://glif.app/settings/api-tokens
  type: Authentication
description: HTTP endpoint for invoking a single published glif (AI workflow) by ID and passing a list
  of named or positional string inputs. POST a JSON body with `id` and `inputs` to https://simple-api.glif.app
  using a Bearer token; the response includes the run's final `output` (often an image URL or text) plus
  an `outputFull` block describing the output type. Legacy responses always return HTTP 200 even on error,
  with the error surfaced in an `error` field. Per Glif's FAQ the API was deprecated on 2026-05-20 as
  part of the Glif 2.0 chat-agent rebuild; the documentation repository remains public for reference and
  existing integrations.