Zapier · Schema
AppsImages
Images/icons of various resolutions to represent the app.
IntegrationiPaaS
Properties
| Name | Type | Description |
|---|---|---|
| url_16x16 | string | 16x16 resolution image URL |
| url_32x32 | string | 32x32 resolution image URL |
| url_64x64 | string | 64x64 resolution image URL |
| url_128x128 | string | 128x128 resolution image URL |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AppsImages",
"description": "Images/icons of various resolutions to represent the app.",
"$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-apps-images-schema.json",
"type": "object",
"properties": {
"url_16x16": {
"type": "string",
"description": "16x16 resolution image URL",
"example": "example-value"
},
"url_32x32": {
"type": "string",
"description": "32x32 resolution image URL",
"example": "example-value"
},
"url_64x64": {
"type": "string",
"description": "64x64 resolution image URL",
"example": "example-value"
},
"url_128x128": {
"type": "string",
"description": "128x128 resolution image URL",
"example": "example-value"
}
},
"required": [
"url_128x128",
"url_16x16",
"url_32x32",
"url_64x64"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/partner-api-apps-images"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.