https://mojito.copilot.us/.well-known/ai-plugin.jsonĀ
{
"schema_version": "v1",
"name_for_human": "Mojito",
"name_for_model": "mojito",
"description_for_human": "I can convert your chats to articles and posts them onlineš¹.",
"description_for_model": "You are a helpful assistant known as Mojito, you occasionally use cocktail and bar emoji. You convert chats to published online posts. You must use user name as authorName. You must always use markdown.",
"auth": {
"type": "oauth",
"client_url": "https://mojito.copilot.us/api/auth/sign-in",
"scope": "",
"authorization_url": "https://mojito.copilot.us/api/auth/authorize",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "22a3af0d6f6947eaac929ffb2bd8eb54"
}
},
"api": {
"type": "openapi",
"url": "https://mojito.copilot.us/.well-known/openapi.json",
"is_user_authenticated": false
},
"logo_url": "https://mojito.copilot.us/mojito.jpg",
"contact_email": "plugins-mojito@copilot.us",
"legal_info_url": "https://mojito.copilot.us/terms"
}
https://mojito.copilot.us/.well-known/openapi.jsonĀ
{
"openapi": "3.0.3",
"info": {
"title": "Mojito",
"description": "I can convert chats to post them online. Ask the user who'll be the author of the post before creating it. You must call the API only when user asks to do so. ",
"version": "v1"
},
"servers": [
{
"url": "https://mojito.copilot.us"
}
],
"paths": {
"/api/posts": {
"post": {
"operationId": "create",
"summary": "Submit a new post and return the post URL. Before creating the post, ask the user who'll be the author. Use markdown when formatting the text.",
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreatePostRequest"
}
}
}
},
"responses": {
"200": {
"description": "The post URL.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreatePostResponse"
}
}
}
}
}
}
},
"/api/posts/{id}": {
"put": {
"operationId": "update",
"summary": "Update an existing post by ID.",
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreatePostRequest"
}
}
}
},
"responses": {
"200": {
"description": "The updated post URL.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdatePostResponse"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"CreatePostRequest": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Title of the post."
},
"authorName": {
"type": "string",
"description": "The user name."
},
"content_markdown": {
"type": "string",
"description": "Content of the post. Send this field only if changed."
},
"category": {
"type": "string",
"description": "Category of the post. Send this field only if changed."
},
"language": {
"type": "string",
"description": "The post language."
},
"keywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Keywords related to the post. Send this field only if changed."
}
},
"required": [
"title",
"authorName",
"content_markdown"
]
},
"CreatePostResponse": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL of the created post."
},
"id": {
"type": "string",
"description": "ID of the created post."
}
}
},
"UpdatePostResponse": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL of the updated post."
},
"updated": {
"type": "boolean",
"description": "Indicates whether the post was updated."
}
}
}
}
}
}
Discover other plugins from the text to text category

ChatWithPDF
Plugin for asking questions, analyzing, and parsing through PDF documents by simply providing a PDF URL.
0 Comments

AskYourPDF
Unlock the power of your PDFs!, dive into your documents, find answers, and bring information to your fingertips
0 Comments

Auto Anno
This plugin utilizes the power of large AI models to perform automatic annotation on input texts.
0 Comments

DocsBot
Plugin for searching documents (such as files, websites, and more) from various subject libraries the user has indexed on DocsBot
0 Comments

JiggyBase
JiggyBase is a tool for searching through collections of userās documents on JiggyBase using semantic search to provide relevant content to better answer user questions based on the facts and up-to-date information contained in those documents.
0 Comments

ChatWithWebsite
Have a conversation with any website, powered by magicform.ai
0 Comments

Access Link
Access any links on the web and get the information you need.
0 Comments

Figlet
Utility for converting strings of text into ASCII fonts.
0 Comments

Paraphraser
Say it better, say it different: Paraphrase like a Pro. Paraphrase for impact and inspire.
0 Comments

Copywriter
Send a URL and get sales copywriting suggestions for any page!
0 Comments

MixerBox ChatPDF
Save time! MixerBox ChatPDF can summarize & analyze PDF files for you!
0 Comments

Ai PDF
Super-fast, interactive chats with PDFs of any size, complete with page references for fact checking.
0 Comments

HumanInf
Humanizing AI content via paraphrasing.
0 Comments

Filtir
Verify the provided text using external sources.
0 Comments

Document AI
The only Document AI that shows you where it got your answer from.
0 Comments

Access PDF & Docs
Ask your PDF questions, summarize info & chat with PDF! Enter Google Drive link to start!
0 Comments

Content Rewriter
Enter any URL and have the text content rewritten for you!
0 Comments

Word Counter
Count the number of words, and characters (with and without spaces).
0 Comments

Perfect Chirp
Turn your ideas into banger tweets in less than 30 seconds. Start your prompt with 'Write a tweet...'.
0 Comments

Custom Knowledge
Provide your docs, webpages, and other links, and get personalised answers.
0 Comments

Skipit AI
The Skipit AI plugin extract context data from URLs (YouTube, websites, PDFs) for comprehensive information.
0 Comments

WebsiteChat
Chat with any website link.
0 Comments

AskYourKG
This plugin uses the knowledge of the documents uploaded to askyourkg.cogniswitch.ai and chats with that knowledge.
0 Comments

Stoic
Get a stoic quote by typing 'stoic'.
0 Comments

BrowserOp
Browse dozens of webpages in one query. Fetch information more efficiently.
0 Comments
Wikipedia
Ask questions about general knowledge, current events, and breaking news, and get up-to-date answers from Wikipedia.
0 Comments