Memesio Ai Meme Generation Succeeded Response Structure
JSON Schema for Memesio AiMemeGenerationSucceededResponse, extracted from https://memesio.com/api/openapi (Memesio API Contracts v0.1.0).
Type: object
Properties: 8
Required: 6
MemesMediaImage-GenerationContentDeveloper Tools
AiMemeGenerationSucceededResponse is a JSON Structure definition published by Memesio, describing 8 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/memesio/main/json-structure/memesio-aimemegenerationsucceededresponse-structure.json",
"name": "AiMemeGenerationSucceededResponse",
"description": "JSON Schema for Memesio AiMemeGenerationSucceededResponse, extracted from https://memesio.com/api/openapi (Memesio API Contracts v0.1.0).",
"type": "object",
"required": [
"ok",
"flow",
"mode",
"status",
"variantCount",
"variants"
],
"properties": {
"ok": {
"type": "boolean",
"const": true
},
"runId": {
"type": "string"
},
"flow": {
"type": "string",
"enum": [
"text_to_meme"
]
},
"mode": {
"type": "string",
"enum": [
"template"
]
},
"status": {
"type": "string",
"const": "succeeded"
},
"variantCount": {
"type": "int32",
"minimum": 0
},
"variants": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"mode",
"providerId",
"variantKind",
"memeUrl",
"pageUrl",
"templateName",
"fallbackUsed",
"attempts",
"estimatedCostUsd"
],
"properties": {
"id": {
"type": "string"
},
"mode": {
"type": "string",
"enum": [
"template"
]
},
"providerId": {
"type": "string"
},
"variantKind": {
"type": "string",
"enum": [
"template_captioned",
"rendered_image"
]
},
"memeUrl": {
"type": [
"string",
"null"
]
},
"pageUrl": {
"type": [
"string",
"null"
]
},
"templateName": {
"type": [
"string",
"null"
]
},
"templateSlug": {
"type": [
"string",
"null"
]
},
"sourceImageUrl": {
"type": [
"string",
"null"
]
},
"templateSelectionStrategy": {
"type": [
"string",
"null"
],
"enum": [
"provided_template",
"provided_image",
"library_search",
"recommendation",
null
]
},
"captionGenerationStrategy": {
"type": [
"string",
"null"
],
"enum": [
"openai",
"heuristic",
"provided",
null
]
},
"captions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MemeCaption"
}
},
"editable": {
"type": "boolean"
},
"fallbackUsed": {
"type": "boolean"
},
"attempts": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"estimatedCostUsd": {
"type": "double",
"minimum": 0
}
}
}
},
"degradedFromAsync": {
"type": "boolean"
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/memesio-ai-meme-generation-succeeded-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.