{ "opencollection": "1.0.0", "info": { "name": "Memesio API Contracts agent-infra developer-api API", "version": "0.1.0" }, "items": [ { "info": { "name": "developer-api", "type": "folder" }, "items": [ { "info": { "name": "Return Ranked Meme Template Ideas for a Prompt Using a Developer or Agent Key", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/templates/ideas", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-developer-api-key", "value": "{{x-developer-api-key}}", "placement": "header" } }, "docs": "Return Ranked Meme Template Ideas for a Prompt Using a Developer or Agent Key" }, { "info": { "name": "Render a Hosted Meme from a Stored Template Using Anonymous or Keyed Caption Input", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/memes/caption-template", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-developer-api-key", "value": "{{x-developer-api-key}}", "placement": "header" } }, "docs": "Render a Hosted Meme from a Stored Template Using Anonymous or Keyed Caption Input" }, { "info": { "name": "Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/memes/caption-upload", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "captions", "type": "text", "value": "" }, { "name": "title", "type": "text", "value": "" }, { "name": "visibility", "type": "text", "value": "" }, { "name": "watermark", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "x-developer-api-key", "value": "{{x-developer-api-key}}", "placement": "header" } }, "docs": "Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme" }, { "info": { "name": "Read the Keyed Actor's Daily AI Meme Quota Snapshot", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/memes/generate", "auth": { "type": "apikey", "key": "x-developer-api-key", "value": "{{x-developer-api-key}}", "placement": "header" } }, "docs": "Read the Keyed Actor's Daily AI Meme Quota Snapshot" }, { "info": { "name": "Generate AI Meme Variants Synchronously for a Developer or Standalone Agent Key", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/memes/generate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-developer-api-key", "value": "{{x-developer-api-key}}", "placement": "header" } }, "docs": "Generate AI Meme Variants Synchronously for a Developer or Standalone Agent Key" } ] } ], "bundled": true }