id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/bba324d2-6b6a-40af-b122-093b56197b29/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Bot
Delete a bot by specifying it's id
404
null
{"success": true, "message": "Record Not Found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/bba324d2-6b6a-40af-b122-093b56197b29/2/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Bot
Delete a bot by specifying it's id
200
null
{"success": true, "message": "Bot deleted successfully"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/dec70c20-46dd-490c-ad85-0c2ef24e9669/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Update A Bot
Update a specific bot by it's id
404
Example_1
{"success": true, "message": "Record Not Found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/dec70c20-46dd-490c-ad85-0c2ef24e9669/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Update A Bot
Update a specific bot by it's id
422
Example_1
{"success": true, "message": "A validation error has occurred", "errors": {}}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "object"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/dec70c20-46dd-490c-ad85-0c2ef24e9669/2/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Update A Bot
Update a specific bot by it's id
200
Example_1
{"success": true, "data": {"id": 1, "slug": "dilly", "title": "Dilly", "summary": "This is a demo bot", "description": "This is a demo bot that has been created by RapidApi", "default_response": "Sorry I don't understand.", "image": "https://api.dicebear.com/6.x/personas/svg?seed=B4ulEGv5vmbNlh3J8lJA&size=128", "locked": true, "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Bot updated successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"required": ["title", "summary", "default_response", "image"], "properties": {"id": {"description": "The id of the bot", "type": "integer"}, "slug": {"description": "This is a unique string used to identify the bot", "type": "string"}, "title": {"description": "This is the title of the bot (the bot's actual name is set in the bot properties)", "type": "string", "maxLength": 50}, "summary": {"description": "A summary of the bot", "type": "string", "maxLength": 75}, "description": {"description": "A description of the bot", "type": ["string", "null"], "maxLength": 2056}, "default_response": {"description": "If everything fails then this is the default response the bot will return", "type": "string", "maxLength": 255}, "image": {"description": "A url of the avatar used for this bot (we only use images from api.dicebear.com). If a image isnt specified one will be created automatically", "type": "string", "format": "url", "maxLength": 255, "pattern": "~(.*)api\\.dicebear\\.com(.*)~"}, "locked": {"description": "Locked bots are example bots that anyone can talk to but you cannot update, delete or access logs", "type": "boolean"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b729564f-7261-4f0b-afe2-d202328cc8fe/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
List All Category Groups
Categories are organised into category groups. For example if you have a set of categories to handle questions on the weather these could be grouped into a category group called 'weather-categories'. You are able to view your own category groups and locked category groups. 'Locked' category groups are a master set of records available to link to your bots
200
null
{"success": true, "data": [{"id": 1, "slug": "disco-category-group", "name": "disco category group", "description": "This category group will contain all the categories on the subject of disco", "locked": true, "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}], "paging": {"records": 20, "total": 40, "page": 1, "limit": 20}, "message": "Category groups retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"required": ["name", "description"], "properties": {"id": {"description": "The id of the category group", "type": "integer"}, "slug": {"description": "This is a unique string used to identify the category group - this is automatically generated", "type": "string"}, "name": {"description": "The name of the category group", "type": "string", "maxLength": 255, "minLength": 40}, "description": {"description": "The description of the categories contained in this group", "type": "string", "maxLength": 2056, "minLength": 5}, "locked": {"description": "Locked category groups cannot be editted by users but they can be linked to bots", "type": "boolean"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}}, "paging": {"properties": {"records": {"description": "The number of records returned in the request", "type": ["integer", "null"]}, "total": {"description": "The total number of records available", "type": ["integer", "null"]}, "page": {"description": "The current page number", "type": ["integer", "null"], "default": 1}, "limit": {"description": "The number of records to return", "type": ["integer", "null"], "default": 20}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/58c1f726-7c5a-43f7-9016-61b8563c32bc/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Create A Category Group
Category groups control access between a bot and categories. Create a category group, then add some new categories to it and finally link your bot the group. Now your bot will be able to access the knowledge categories you have created for it.
200
null
{"success": true, "data": {"id": 1, "slug": "disco-category-group", "name": "disco category group", "description": "This category group will contain all the categories on the subject of disco", "locked": true, "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Category group saved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"required": ["name", "description"], "properties": {"id": {"description": "The id of the category group", "type": "integer"}, "slug": {"description": "This is a unique string used to identify the category group - this is automatically generated", "type": "string"}, "name": {"description": "The name of the category group", "type": "string", "maxLength": 255, "minLength": 40}, "description": {"description": "The description of the categories contained in this group", "type": "string", "maxLength": 2056, "minLength": 5}, "locked": {"description": "Locked category groups cannot be editted by users but they can be linked to bots", "type": "boolean"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/7471a339-697c-4c36-9f51-be011741beb7/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Client
Delete a client by specifying it's id
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/7471a339-697c-4c36-9f51-be011741beb7/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Client
Delete a client by specifying it's id
200
null
{"success": true, "message": "Client deleted successfully"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b6db2b89-1092-451e-8128-45e8711ca61f/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Update A Client
Update a specific client by it's id. You can 'ban' client to stop them abusing or spamming a bot but you cannot update it's unique slug.
422
null
{"success": true, "message": "A validation error has occurred", "errors": {}}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "object"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b6db2b89-1092-451e-8128-45e8711ca61f/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Update A Client
Update a specific client by it's id. You can 'ban' client to stop them abusing or spamming a bot but you cannot update it's unique slug.
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b6db2b89-1092-451e-8128-45e8711ca61f/2/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Update A Client
Update a specific client by it's id. You can 'ban' client to stop them abusing or spamming a bot but you cannot update it's unique slug.
200
null
{"success": true, "data": {"id": 1, "slug": "d531e3bd-b6c3-4f3f-bb58-a6632cbed5e2", "is_banned": true, "image": "https://api.dicebear.com/6.x/personas/svg?seed=B4ulEGv5vmbNlh3J8lJA&size=128", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Client updated successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"properties": {"id": {"description": "The id of the client", "type": "integer"}, "slug": {"description": "This is a string used to identify the client - if one is not created by the user then it is automatically generated - we suggest generating your own uuid", "type": "string", "maxLength": 36, "minLength": 5}, "is_banned": {"description": "Prevent further conversations between this client and the bot by setting is_banned to true", "type": "boolean"}, "image": {"description": "The image is automatically generated by getting a url from api.dicebear.com. The avatar selected correspnds to the one chosen for the linked bot", "type": "string"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/74c7d5c0-221d-4891-953c-56a46179f49e/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
List All Clients
Clients talk to bots. This return a list of all clients that have spoken your bots. Clients can talk to your bots or the locked bots. 'Locked' bots are a set of public bots available to link to your clients in addition to bots you create.
200
null
{"success": true, "data": [{"id": 1, "slug": "d531e3bd-b6c3-4f3f-bb58-a6632cbed5e2", "is_banned": true, "image": "https://api.dicebear.com/6.x/personas/svg?seed=B4ulEGv5vmbNlh3J8lJA&size=128", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}], "paging": {"records": 20, "total": 40, "page": 1, "limit": 20}, "message": "Clients retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"properties": {"id": {"description": "The id of the client", "type": "integer"}, "slug": {"description": "This is a string used to identify the client - if one is not created by the user then it is automatically generated - we suggest generating your own uuid", "type": "string", "maxLength": 36, "minLength": 5}, "is_banned": {"description": "Prevent further conversations between this client and the bot by setting is_banned to true", "type": "boolean"}, "image": {"description": "The image is automatically generated by getting a url from api.dicebear.com. The avatar selected correspnds to the one chosen for the linked bot", "type": "string"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}}, "paging": {"properties": {"records": {"description": "The number of records returned in the request", "type": ["integer", "null"]}, "total": {"description": "The total number of records available", "type": ["integer", "null"]}, "page": {"description": "The current page number", "type": ["integer", "null"], "default": 1}, "limit": {"description": "The number of records to return", "type": ["integer", "null"], "default": 20}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/fadec968-8c1b-429c-adde-89621f293bd0/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Create A Client
It is not required to send a payload in the client request as one will be created automatically. But by choosing your own 'slug' you can better identify the people talking to your bot.
422
null
{"success": true, "message": "A validation error has occurred", "errors": {}}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "object"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/fadec968-8c1b-429c-adde-89621f293bd0/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Create A Client
It is not required to send a payload in the client request as one will be created automatically. But by choosing your own 'slug' you can better identify the people talking to your bot.
200
null
{"success": true, "data": {"id": 1, "slug": "d531e3bd-b6c3-4f3f-bb58-a6632cbed5e2", "is_banned": true, "image": "https://api.dicebear.com/6.x/personas/svg?seed=B4ulEGv5vmbNlh3J8lJA&size=128", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Client saved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"properties": {"id": {"description": "The id of the client", "type": "integer"}, "slug": {"description": "This is a string used to identify the client - if one is not created by the user then it is automatically generated - we suggest generating your own uuid", "type": "string", "maxLength": 36, "minLength": 5}, "is_banned": {"description": "Prevent further conversations between this client and the bot by setting is_banned to true", "type": "boolean"}, "image": {"description": "The image is automatically generated by getting a url from api.dicebear.com. The avatar selected correspnds to the one chosen for the linked bot", "type": "string"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/a62bb5b5-1397-418c-b4ab-f4e19c1a025f/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Create A Bot Category Group
When you create a link between a bot and a category group the bot can now access and use the categories in this group
403
null
{"success": true, "message": "This bot is locked"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/a62bb5b5-1397-418c-b4ab-f4e19c1a025f/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Create A Bot Category Group
When you create a link between a bot and a category group the bot can now access and use the categories in this group
200
null
{"success": true, "data": {"id": 1, "bot_id": 1, "category_group_id": 1, "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Bot category group saved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"properties": {"id": {"description": "The id of the bot category group", "type": "integer"}, "bot_id": {"description": "The id of the bot", "type": "integer"}, "category_group_id": {"description": "The id of the category group", "type": "integer"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/a62bb5b5-1397-418c-b4ab-f4e19c1a025f/2/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Create A Bot Category Group
When you create a link between a bot and a category group the bot can now access and use the categories in this group
422
null
{"success": true, "message": "A validation error has occurred", "errors": {}}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "object"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b50c4283-62f8-4803-99a8-2259a1502740/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Bot Category Group
Get a specific bot category group by it's id and view it's details
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b50c4283-62f8-4803-99a8-2259a1502740/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Bot Category Group
Get a specific bot category group by it's id and view it's details
200
null
{"success": true, "data": {"id": 1, "bot_id": 1, "category_group_id": 1, "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Bot category group retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"properties": {"id": {"description": "The id of the bot category group", "type": "integer"}, "bot_id": {"description": "The id of the bot", "type": "integer"}, "category_group_id": {"description": "The id of the category group", "type": "integer"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/58c263d3-026a-4fa6-b086-87234b2d82f1/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Client
Get a specific client by it's id and view it's details
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/58c263d3-026a-4fa6-b086-87234b2d82f1/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Client
Get a specific client by it's id and view it's details
200
null
{"success": true, "data": {"id": 1, "slug": "d531e3bd-b6c3-4f3f-bb58-a6632cbed5e2", "is_banned": true, "image": "https://api.dicebear.com/6.x/personas/svg?seed=B4ulEGv5vmbNlh3J8lJA&size=128", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Client retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"properties": {"id": {"description": "The id of the client", "type": "integer"}, "slug": {"description": "This is a string used to identify the client - if one is not created by the user then it is automatically generated - we suggest generating your own uuid", "type": "string", "maxLength": 36, "minLength": 5}, "is_banned": {"description": "Prevent further conversations between this client and the bot by setting is_banned to true", "type": "boolean"}, "image": {"description": "The image is automatically generated by getting a url from api.dicebear.com. The avatar selected correspnds to the one chosen for the linked bot", "type": "string"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/ee5b7aa9-b6fc-4e30-a178-8c8c955a42c7/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
List All Bot Category Groups
Get a list of category groups which are linked to user owned bots (not locked bots).
200
null
{"success": true, "data": [{"id": 1, "bot_id": 1, "category_group_id": 1, "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}], "paging": {"records": 20, "total": 40, "page": 1, "limit": 20}, "message": "Bot Category Groups retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"properties": {"id": {"description": "The id of the bot category group", "type": "integer"}, "bot_id": {"description": "The id of the bot", "type": "integer"}, "category_group_id": {"description": "The id of the category group", "type": "integer"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}}, "paging": {"properties": {"records": {"description": "The number of records returned in the request", "type": ["integer", "null"]}, "total": {"description": "The total number of records available", "type": ["integer", "null"]}, "page": {"description": "The current page number", "type": ["integer", "null"], "default": 1}, "limit": {"description": "The number of records to return", "type": ["integer", "null"], "default": 20}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/52c2c84a-7a66-44c4-8a68-87cbe714c822/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Bot Category Group
Delete a bot category group by specifying it's id
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/52c2c84a-7a66-44c4-8a68-87cbe714c822/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Bot Category Group
Delete a bot category group by specifying it's id
200
null
{"success": true, "message": "Bot category group deleted successfully"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/9da1d3fa-826c-4fcf-ac03-ba51bc111710/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
List All Categories
Categories are pieces of knowledge used by the bots to respond to the user. Create and update categories inorder to teach and train your bot.
200
null
{"success": true, "data": [{"id": 1, "category_group_id": 1, "pattern": "I LOVE *", "topic": "", "that": "DO YOU LIKE NOODLES", "template": "What do you love about <star/>?", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}], "paging": {"records": 20, "total": 40, "page": 1, "limit": 20}, "message": "Categories retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"required": ["category_group_id", "pattern", "template"], "properties": {"id": {"description": "The id of the category", "type": "integer"}, "category_group_id": {"description": "The id of the category group", "type": "integer"}, "pattern": {"description": "The category pattern is used to match the client input message", "type": "string", "maxLength": 255}, "topic": {"description": "Topics can be set and the category will only be triggered if the category topic is matched to current topic", "type": ["string", "null"], "maxLength": 255}, "that": {"description": "This is the previous response returned by the bot. Only use the 'that' field to add context.", "type": ["string", "null"], "maxLength": 255}, "template": {"description": "Templates are parsed to generated bot responses. Categories use the AIML stamdard.", "type": "string", "maxLength": 4112}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}}, "paging": {"properties": {"records": {"description": "The number of records returned in the request", "type": ["integer", "null"]}, "total": {"description": "The total number of records available", "type": ["integer", "null"]}, "page": {"description": "The current page number", "type": ["integer", "null"], "default": 1}, "limit": {"description": "The number of records to return", "type": ["integer", "null"], "default": 20}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/9d69cb96-8ebb-42ac-b491-49afaf8667e6/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Conversation
Get a specific conversation by it's id and view it's details
200
null
{"success": true, "data": {"id": 1, "bot_id": "1", "client_id": "1", "turn_count": "10", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Conversation retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"required": ["bot_id", "client_id"], "properties": {"id": {"description": "The id of the conversation", "type": "integer"}, "bot_id": {"description": "The id of the bot", "type": "integer"}, "client_id": {"description": "The id of the client", "type": "integer"}, "turn_count": {"description": "The number of turns in this conversation", "type": ["integer", "null"]}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/9d69cb96-8ebb-42ac-b491-49afaf8667e6/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Conversation
Get a specific conversation by it's id and view it's details
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/23448a85-7941-436e-82d9-4213b4d0829f/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Conversation
Delete a conversation by specifying it's id. When you delete a conversation all it's conversation turns are also deleted.
200
null
{"success": true, "message": "Conversation deleted successfully"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/23448a85-7941-436e-82d9-4213b4d0829f/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Delete A Conversation
Delete a conversation by specifying it's id. When you delete a conversation all it's conversation turns are also deleted.
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/2154feee-c0c5-4bc2-a160-672b33d23356/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
List All Conversations
Conversations are created between clients and bots. Users can only view conversations between their clients and bots.
200
null
{"success": true, "data": [{"id": 1, "bot_id": "1", "client_id": "1", "turn_count": "10", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}], "paging": {"records": 20, "total": 40, "page": 1, "limit": 20}}
{"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"required": ["bot_id", "client_id"], "properties": {"id": {"description": "The id of the conversation", "type": "integer"}, "bot_id": {"description": "The id of the bot", "type": "integer"}, "client_id": {"description": "The id of the client", "type": "integer"}, "turn_count": {"description": "The number of turns in this conversation", "type": ["integer", "null"]}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}}, "paging": {"properties": {"records": {"description": "The number of records returned in the request", "type": ["integer", "null"]}, "total": {"description": "The total number of records available", "type": ["integer", "null"]}, "page": {"description": "The current page number", "type": ["integer", "null"], "default": 1}, "limit": {"description": "The number of records to return", "type": ["integer", "null"], "default": 20}}, "type": "object"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b4fa670d-f7a9-411c-baeb-4512d05cfd4e/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
List All Conversation Turns
Each conversation has conversation turns. Each turn represents an input from the client and the output from the bot.
200
null
{"success": true, "data": [{"id": 1, "conversation_id": "1", "input": "Who is the best DJ in the world?", "output": "Derrick Carter", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}], "paging": {"records": 20, "total": 40, "page": 1, "limit": 20}, "message": "Conversation turns retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"required": ["conversation_id"], "properties": {"id": {"description": "The id of the conversation turn", "type": "integer"}, "conversation_id": {"description": "The id of the conversation", "type": "integer"}, "input": {"description": "The input from the client", "type": "string"}, "output": {"description": "The response from the bot", "type": "string"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}}, "paging": {"properties": {"records": {"description": "The number of records returned in the request", "type": ["integer", "null"]}, "total": {"description": "The total number of records available", "type": ["integer", "null"]}, "page": {"description": "The current page number", "type": ["integer", "null"], "default": 1}, "limit": {"description": "The number of records to return", "type": ["integer", "null"], "default": 20}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b473dd29-5bf8-47ff-8ce6-0c7ea741c108/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Conversation Turn
Get a specific conversation turn by it's id and view it's details
404
null
{"success": true, "message": "Record not found"}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/b473dd29-5bf8-47ff-8ce6-0c7ea741c108/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get A Conversation Turn
Get a specific conversation turn by it's id and view it's details
200
null
{"success": true, "data": {"id": 1, "conversation_id": "1", "input": "Who is the best DJ in the world?", "output": "Derrick Carter", "created_at": "2023-04-19T15:04:21.000000Z", "updated_at": "2023-04-19T15:04:21.000000Z"}, "message": "Conversation turn retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"required": ["conversation_id"], "properties": {"id": {"description": "The id of the conversation turn", "type": "integer"}, "conversation_id": {"description": "The id of the conversation", "type": "integer"}, "input": {"description": "The input from the client", "type": "string"}, "output": {"description": "The response from the bot", "type": "string"}, "created_at": {"description": "The date time the record was created", "type": "string", "format": "date-time"}, "updated_at": {"description": "The date time the record was last updated", "type": "string", "format": "date-time"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/e1f318a8-90b0-499b-af5b-e950f3e4d168/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get Chat Detail
Get the details for an active chat session. Send a bot slug and client slug as query parameters and the request will return the details from the last active chat session.
422
null
{"success": true, "message": "A validation error has occurred", "errors": {}}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "object"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/e1f318a8-90b0-499b-af5b-e950f3e4d168/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get Chat Detail
Get the details for an active chat session. Send a bot slug and client slug as query parameters and the request will return the details from the last active chat session.
200
null
{"success": true, "data": {"conversation": {"id": "1", "slug": "94daae17-2f0c-47ca-8862-fb2ada81b306"}, "bot": {"id": "1", "slug": "dilly", "name": "Dilly", "image": "https://api.dicebear.com/6.x/personas/svg?seed=dilly&size=128"}, "client": {"id": "1", "slug": "d531e3bd-b6c3-4f3f-bb58-a6632cbed5e2", "image": "https://api.dicebear.com/6.x/personas/svg?seed=226b72&size=128", "is_banned": true}}, "message": "Chat details retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"properties": {"conversation": {"properties": {"id": {"description": "The id of the conversation", "type": "integer"}, "slug": {"description": "The unique string id of the conversation", "type": "string"}}, "type": "object"}, "bot": {"properties": {"id": {"description": "The id of the bot", "type": "integer"}, "slug": {"description": "The unique string id of the bot", "type": "string"}, "name": {"description": "The name of the bot (taken from the bot properties and if not available then the bot title)", "type": "string"}, "image": {"description": "The bot's dicebear avatar url", "type": "string"}}, "type": "object"}, "client": {"properties": {"id": {"description": "The id of the client", "type": "integer"}, "slug": {"description": "The unique string id of the client", "type": "string"}, "image": {"description": "The client's dicebear avatar url", "type": "string"}, "is_banned": {"description": "The client's banned status", "type": "boolean"}}, "type": "object"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/77ac6c7f-9017-4959-90a9-2aae6d126f01/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Chat To A Bot
Send a message from a client to a bot and the bot will respond with an output. It is not required to set up client in order to start a conversation as one will be created automatically using the client slug you send in the 'chat' request. But by choosing your own 'slug' you can better identify the people chatting to your bot. To carry on a conversation between the client and the bot - make sure you send the same client slug in subsequent chats.
422
null
{"success": true, "message": "A validation error has occurred", "errors": {}}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "object"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/77ac6c7f-9017-4959-90a9-2aae6d126f01/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Chat To A Bot
Send a message from a client to a bot and the bot will respond with an output. It is not required to set up client in order to start a conversation as one will be created automatically using the client slug you send in the 'chat' request. But by choosing your own 'slug' you can better identify the people chatting to your bot. To carry on a conversation between the client and the bot - make sure you send the same client slug in subsequent chats.
200
null
{"success": true, "data": {"conversation": {"id": 1, "slug": "94daae17-2f0c-47ca-8862-fb2ada81b306", "input": "I am testing the bot from rapidapi", "output": "How did I do?", "topic": ""}, "bot": {"id": "1", "slug": "dilly", "name": "Dilly", "image": "https://api.dicebear.com/6.x/personas/svg?seed=dilly&size=128"}, "client": {"id": "1", "slug": "d531e3bd-b6c3-4f3f-bb58-a6632cbed5e2", "image": "https://api.dicebear.com/6.x/personas/svg?seed=226b72&size=128", "is_banned": true}, "features": {}, "metadata": {"version": "9.0.5", "date": "2023-04-14T14:50:05.788707Z", "duration": 1059}}, "message": "Chat successful"}
{"properties": {"success": {"type": "boolean"}, "data": {"properties": {"conversation": {"properties": {"id": {"description": "The id of the conversation", "type": "integer"}, "slug": {"description": "The unique string id of the conversation", "type": "string"}, "input": {"description": "The client input sent to the bot", "type": "string"}, "output": {"description": "The bot response sent back", "type": "string"}, "topic": {"description": "The active topic (if there is one)", "type": ["string", "null"]}}, "type": "object"}, "bot": {"properties": {"id": {"description": "The id of the bot", "type": "integer"}, "slug": {"description": "The unique string id of the bot", "type": "string"}, "name": {"description": "The name of the bot (taken from the bot properties and if not available then the bot title)", "type": "string"}, "image": {"description": "The bot's dicebear avatar url", "type": "string"}}, "type": "object"}, "client": {"properties": {"id": {"description": "The id of the client", "type": "integer"}, "slug": {"description": "The unique string id of the client", "type": "string"}, "image": {"description": "The client's dicebear avatar url", "type": "string"}, "is_banned": {"description": "The client's banned status", "type": "boolean"}}, "type": "object"}, "features": {"description": "Any additional features of the conversation are sent here - this will normally be empty", "type": "object"}, "metadata": {"properties": {"version": {"description": "The version of the engine used.", "type": "string"}, "date": {"description": "The date time of the request", "type": "string", "format": "date-time"}, "duration": {"description": "Time taken to process requests in milliseconds", "type": "integer"}}, "type": "object"}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/c8f181b9-7f61-46d7-af6e-a3de23a2dcfe/0/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get Chat Log
Get the logs for an active chat session. Send a bot slug and client slug as query parameters and the request will return the logs from the last active chat session.
200
null
{"success": true, "data": [{"client": "I am testing the bot from rapidapi", "bot": "How did I do?"}], "paging": {"records": 20, "total": 40, "page": 1, "limit": 20}, "message": "Chat logs retrieved successfully"}
{"properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"properties": {"client": {"description": "The input from the client", "type": "string"}, "bot": {"description": "The output from the bot", "type": "string"}}, "type": "object"}}, "paging": {"properties": {"records": {"description": "The number of records returned in the request", "type": ["integer", "null"]}, "total": {"description": "The total number of records available", "type": ["integer", "null"]}, "page": {"description": "The current page number", "type": ["integer", "null"], "default": 1}, "limit": {"description": "The number of records to return", "type": ["integer", "null"], "default": 20}}, "type": "object"}, "message": {"type": "string"}}, "type": "object"}
a4bf6e83-9c49-4ae3-abf4-f7846653fb5c/c8f181b9-7f61-46d7-af6e-a3de23a2dcfe/1/0
LemurBot
Meet Lemurbot - Your Personal AI Chatbot Companion! With advanced features like creating, training and chatting, Lemurbot makes it easy and fun for users to interact and learn from an intelligent conversationalist. Plus, with ChatGPT integration and the ability to create multiple bots, the possibilities for learning and entertainment are endless!
9.2
Get Chat Log
Get the logs for an active chat session. Send a bot slug and client slug as query parameters and the request will return the logs from the last active chat session.
422
null
{"success": true, "message": "A validation error has occurred", "errors": {}}
{"properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "errors": {"type": "object"}}, "type": "object"}
7e722603-760e-4055-bf93-6df4d480449d/51db873c-0c08-4c30-bc7a-08e098c90557/0/0
Jojonomic Face Rekognition
Rekognition Image lets measure the likelihood that faces in two images are of the same person. With Rekognition, you can use the similarity score to verify a user against a reference photo in near real time.
null
Face Matches
Rekognition Image lets measure the likelihood that faces in two images are of the same person. With Rekognition, you can use the similarity score to verify a user against a reference photo in near real time.
200
Response
{"status": 200, "message": "success", "data": {"SourceImageFace": {"BoundingBox": {"Width": 0.6513165831565857, "Height": 0.5815989375114441, "Left": 0.23270238935947418, "Top": 0.27676862478256226}, "Confidence": 99.99972534179688}, "FaceMatches": [{"Similarity": 100, "Face": {"BoundingBox": {"Width": 0.6513165831565857, "Height": 0.5815989375114441, "Left": 0.23270238935947418, "Top": 0.27676862478256226}, "Confidence": 99.99972534179688, "Landmarks": [{"Type": "eyeLeft", "X": 0.40931057929992676, "Y": 0.48646655678749084}, {"Type": "eyeRight", "X": 0.7027801871299744, "Y": 0.48557859659194946}, {"Type": "mouthLeft", "X": 0.4397396445274353, "Y": 0.686755359172821}, {"Type": "mouthRight", "X": 0.6858586072921753, "Y": 0.6863038539886475}, {"Type": "nose", "X": 0.5553361773490906, "Y": 0.596910297870636}], "Pose": {"Roll": -0.9269044995307922, "Yaw": 0.1676509976387024, "Pitch": 1.8977690935134888}, "Quality": {"Brightness": 94.84799194335938, "Sharpness": 73.32209777832031}}}], "UnmatchedFaces": []}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"SourceImageFace": {"type": "object", "properties": {"BoundingBox": {"type": "object", "properties": {"Width": {"type": "number"}, "Height": {"type": "number"}, "Left": {"type": "number"}, "Top": {"type": "number"}}, "required": ["Height", "Left", "Top", "Width"]}, "Confidence": {"type": "number"}}, "required": ["BoundingBox", "Confidence"]}, "FaceMatches": {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "integer"}, "Face": {"type": "object", "properties": {"BoundingBox": {"type": "object", "properties": {"Width": {"type": "number"}, "Height": {"type": "number"}, "Left": {"type": "number"}, "Top": {"type": "number"}}, "required": ["Height", "Left", "Top", "Width"]}, "Confidence": {"type": "number"}, "Landmarks": {"type": "array", "items": {"type": "object", "properties": {"Type": {"type": "string"}, "X": {"type": "number"}, "Y": {"type": "number"}}, "required": ["Type", "X", "Y"]}}, "Pose": {"type": "object", "properties": {"Roll": {"type": "number"}, "Yaw": {"type": "number"}, "Pitch": {"type": "number"}}, "required": ["Pitch", "Roll", "Yaw"]}, "Quality": {"type": "object", "properties": {"Brightness": {"type": "number"}, "Sharpness": {"type": "number"}}, "required": ["Brightness", "Sharpness"]}}, "required": ["BoundingBox", "Confidence", "Landmarks", "Pose", "Quality"]}}, "required": ["Face", "Similarity"]}}, "UnmatchedFaces": {"type": "array"}}, "required": ["FaceMatches", "SourceImageFace", "UnmatchedFaces"]}}, "required": ["data", "message", "status"]}
5428c500-e481-4268-a9b1-057df116412c/b06f7b3b-76b8-470d-90c0-978d1eb86029/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_voice_v1_voices__voice_id__get
Returns metadata about a specific voice.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/b06f7b3b-76b8-470d-90c0-978d1eb86029/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_voice_v1_voices__voice_id__get
Returns metadata about a specific voice.
200
null
{"voice_id": "", "name": "", "samples": [{"sample_id": "", "file_name": "", "mime_type": "", "size_bytes": 0, "hash": ""}], "category": "", "fine_tuning": {"model_id": "", "is_allowed_to_fine_tune": true, "fine_tuning_requested": true, "finetuning_state": "not_started", "verification_attempts": [{"text": "", "date_unix": 0, "accepted": true, "similarity": 0, "levenshtein_distance": 0, "recording": {}}], "verification_failures": [], "verification_attempts_count": 0}, "labels": {}, "preview_url": "", "available_for_tiers": [], "settings": {"stability": 0, "similarity_boost": 0}}
{"title": "VoiceResponseModel", "required": ["voice_id", "name", "samples", "category", "fine_tuning", "labels", "preview_url", "available_for_tiers", "settings"], "type": "object", "properties": {"voice_id": {"title": "Voice Id", "type": "string"}, "name": {"title": "Name", "type": "string"}, "samples": {"title": "Samples", "type": "array", "items": {"title": "SampleResponseModel", "required": ["sample_id", "file_name", "mime_type", "size_bytes", "hash"], "type": "object", "properties": {"sample_id": {"title": "Sample Id", "type": "string"}, "file_name": {"title": "File Name", "type": "string"}, "mime_type": {"title": "Mime Type", "type": "string"}, "size_bytes": {"title": "Size Bytes", "type": "integer"}, "hash": {"title": "Hash", "type": "string"}}}}, "category": {"title": "Category", "type": "string"}, "fine_tuning": {"title": "FineTuningResponseModel", "required": ["model_id", "is_allowed_to_fine_tune", "fine_tuning_requested", "finetuning_state", "verification_attempts", "verification_failures", "verification_attempts_count"], "type": "object", "properties": {"model_id": {"title": "Model Id", "type": "string"}, "is_allowed_to_fine_tune": {"title": "Is Allowed To Fine Tune", "type": "boolean"}, "fine_tuning_requested": {"title": "Fine Tuning Requested", "type": "boolean"}, "finetuning_state": {"title": "Finetuning State", "enum": ["not_started", "is_fine_tuning", "fine_tuned"], "type": "string"}, "verification_attempts": {"title": "Verification Attempts", "type": "array", "items": {"title": "VerificationAttemptResponseModel", "required": ["text", "date_unix", "accepted", "similarity", "levenshtein_distance", "recording"], "type": "object", "properties": {"text": {"title": "Text", "type": "string"}, "date_unix": {"title": "Date Unix", "type": "integer"}, "accepted": {"title": "Accepted", "type": "boolean"}, "similarity": {"title": "Similarity", "type": "number"}, "levenshtein_distance": {"title": "Levenshtein Distance", "type": "number"}, "recording": {"title": "RecordingResponseModel", "required": ["recording_id", "mime_type", "size_bytes", "upload_date_unix", "transcription"], "type": "object", "properties": {"recording_id": {"description": "**Omitted**"}, "mime_type": {"description": "**Omitted**"}, "size_bytes": {"description": "**Omitted**"}, "upload_date_unix": {"description": "**Omitted**"}, "transcription": {"description": "**Omitted**"}}}}}}, "verification_failures": {"title": "Verification Failures", "type": "array", "items": {"type": "string"}}, "verification_attempts_count": {"title": "Verification Attempts Count", "type": "integer"}}}, "labels": {"title": "Labels", "type": "object", "additionalProperties": {"type": "string"}}, "preview_url": {"title": "Preview Url", "type": "string"}, "available_for_tiers": {"title": "Available For Tiers", "type": "array", "items": {"type": "string"}}, "settings": {"title": "VoiceSettingsResponseModel", "required": ["stability", "similarity_boost"], "type": "object", "properties": {"stability": {"title": "Stability", "type": "number"}, "similarity_boost": {"title": "Similarity Boost", "type": "number"}}}}}
5428c500-e481-4268-a9b1-057df116412c/89b57fe3-5925-43c2-8405-df0a5d0b1735/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Text_to_speech_v1_text_to_speech__voice_id__post
Converts text into speech using a voice of your choice and returns audio.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/c78643cf-7764-44b8-ae15-0e0691d4e50d/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Text_to_speech_v1_text_to_speech__voice_id__stream_post
Converts text into speech using a voice of your choice and returns audio as an audio stream.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/9edc0203-2ce3-40b6-b64d-218b51903e88/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Delete_history_items_v1_history_delete_post
Delete a number of history items by their IDs.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/573a6193-11fa-415b-8056-99022a749c96/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_generated_items_v1_history_get
Returns metadata about all your generated audio.
200
null
{"history": [{"history_item_id": "", "voice_id": "", "voice_name": "", "text": "", "date_unix": 0, "character_count_change_from": 0, "character_count_change_to": 0, "content_type": "", "state": "created", "settings": {}}]}
{"title": "GetHistoryResponseModel", "required": ["history"], "type": "object", "properties": {"history": {"title": "History", "type": "array", "items": {"title": "HistoryItemResponseModel", "required": ["history_item_id", "voice_id", "voice_name", "text", "date_unix", "character_count_change_from", "character_count_change_to", "content_type", "state", "settings"], "type": "object", "properties": {"history_item_id": {"title": "History Item Id", "type": "string"}, "voice_id": {"title": "Voice Id", "type": "string"}, "voice_name": {"title": "Voice Name", "type": "string"}, "text": {"title": "Text", "type": "string"}, "date_unix": {"title": "Date Unix", "type": "integer"}, "character_count_change_from": {"title": "Character Count Change From", "type": "integer"}, "character_count_change_to": {"title": "Character Count Change To", "type": "integer"}, "content_type": {"title": "Content Type", "type": "string"}, "state": {"title": "State", "enum": ["created", "deleted", "processing"], "type": "string"}, "settings": {"title": "Settings", "type": "object"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/573a6193-11fa-415b-8056-99022a749c96/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_generated_items_v1_history_get
Returns metadata about all your generated audio.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/d1a24cf1-25bc-4d50-ba1d-02fbace378b4/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Download_history_items_v1_history_download_post
Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/572ce383-d31e-4282-bd7d-f7136f1d00fa/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_audio_from_history_item_v1_history__history_item_id__audio_get
Returns the audio of an history item.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/ad8d9158-1009-4cb8-87af-1ffdacace2d7/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Delete_history_item_v1_history__history_item_id__delete
Delete a history item by its ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/07aaa811-4a3b-4f8b-b8b8-999e30b22429/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Delete_sample_v1_voices__voice_id__samples__sample_id__delete
Removes a sample by its ID.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/f5ee47a4-d012-4ef8-9965-d060f8e04b10/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Edit_voice_v1_voices__voice_id__edit_post
Edit a voice created by you.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/d214d305-584a-4f54-a248-c3004319ce44/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Edit_voice_settings_v1_voices__voice_id__settings_edit_post
Edit your settings for a specific voice.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/9492f2ca-5ff6-4426-89f3-26ccb72368eb/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_user_subscription_info_v1_user_subscription_get
Gets extended information about the users subscription
200
null
{"tier": "", "character_count": 0, "character_limit": 0, "can_extend_character_limit": true, "allowed_to_extend_character_limit": true, "next_character_count_reset_unix": 0, "voice_limit": 0, "professional_voice_limit": 0, "can_extend_voice_limit": true, "can_use_instant_voice_cloning": true, "can_use_professional_voice_cloning": true, "concurrency": 0, "priority": 0, "available_models": [{"model_id": "", "display_name": "", "supported_language": [{"iso_code": "", "display_name": ""}]}], "can_use_delayed_payment_methods": true, "currency": "usd", "status": "trialing", "next_invoice": {"amount_due_cents": 0, "next_payment_attempt_unix": 0}}
{"title": "ExtendedSubscriptionResponseModel", "required": ["tier", "character_count", "character_limit", "can_extend_character_limit", "allowed_to_extend_character_limit", "next_character_count_reset_unix", "voice_limit", "professional_voice_limit", "can_extend_voice_limit", "can_use_instant_voice_cloning", "can_use_professional_voice_cloning", "concurrency", "priority", "available_models", "can_use_delayed_payment_methods", "currency", "status", "next_invoice"], "type": "object", "properties": {"tier": {"title": "Tier", "type": "string"}, "character_count": {"title": "Character Count", "type": "integer"}, "character_limit": {"title": "Character Limit", "type": "integer"}, "can_extend_character_limit": {"title": "Can Extend Character Limit", "type": "boolean"}, "allowed_to_extend_character_limit": {"title": "Allowed To Extend Character Limit", "type": "boolean"}, "next_character_count_reset_unix": {"title": "Next Character Count Reset Unix", "type": "integer"}, "voice_limit": {"title": "Voice Limit", "type": "integer"}, "professional_voice_limit": {"title": "Professional Voice Limit", "type": "integer"}, "can_extend_voice_limit": {"title": "Can Extend Voice Limit", "type": "boolean"}, "can_use_instant_voice_cloning": {"title": "Can Use Instant Voice Cloning", "type": "boolean"}, "can_use_professional_voice_cloning": {"title": "Can Use Professional Voice Cloning", "type": "boolean"}, "concurrency": {"title": "Concurrency", "type": "integer"}, "priority": {"title": "Priority", "type": "integer"}, "available_models": {"title": "Available Models", "type": "array", "items": {"title": "TTSModelResponseModel", "required": ["model_id", "display_name", "supported_language"], "type": "object", "properties": {"model_id": {"title": "Model Id", "type": "string"}, "display_name": {"title": "Display Name", "type": "string"}, "supported_language": {"title": "Supported Language", "type": "array", "items": {"title": "LanguageResponseModel", "required": ["iso_code", "display_name"], "type": "object", "properties": {"iso_code": {"title": "Iso Code", "type": "string"}, "display_name": {"title": "Display Name", "type": "string"}}}}}}}, "can_use_delayed_payment_methods": {"title": "Can Use Delayed Payment Methods", "type": "boolean"}, "currency": {"title": "Currency", "enum": ["usd", "eur"], "type": "string"}, "status": {"title": "Status", "enum": ["trialing", "active", "incomplete", "incomplete_expired", "past_due", "canceled", "unpaid", "free"], "type": "string"}, "next_invoice": {"title": "InvoiceResponseModel", "required": ["amount_due_cents", "next_payment_attempt_unix"], "type": "object", "properties": {"amount_due_cents": {"title": "Amount Due Cents", "type": "integer"}, "next_payment_attempt_unix": {"title": "Next Payment Attempt Unix", "type": "integer"}}}}}
5428c500-e481-4268-a9b1-057df116412c/9492f2ca-5ff6-4426-89f3-26ccb72368eb/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_user_subscription_info_v1_user_subscription_get
Gets extended information about the users subscription
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/3abb24bc-4c74-4d0f-a15e-d4cc8bd57483/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_user_info_v1_user_get
Gets information about the user
200
null
{"subscription": {"tier": "", "character_count": 0, "character_limit": 0, "can_extend_character_limit": true, "allowed_to_extend_character_limit": true, "next_character_count_reset_unix": 0, "voice_limit": 0, "professional_voice_limit": 0, "can_extend_voice_limit": true, "can_use_instant_voice_cloning": true, "can_use_professional_voice_cloning": true, "concurrency": 0, "priority": 0, "available_models": [{"model_id": "", "display_name": "", "supported_language": [{"iso_code": "", "display_name": ""}]}], "can_use_delayed_payment_methods": true, "currency": "usd", "status": "trialing"}, "is_new_user": true, "xi_api_key": ""}
{"title": "UserResponseModel", "required": ["subscription", "is_new_user", "xi_api_key"], "type": "object", "properties": {"subscription": {"title": "SubscriptionResponseModel", "required": ["tier", "character_count", "character_limit", "can_extend_character_limit", "allowed_to_extend_character_limit", "next_character_count_reset_unix", "voice_limit", "professional_voice_limit", "can_extend_voice_limit", "can_use_instant_voice_cloning", "can_use_professional_voice_cloning", "concurrency", "priority", "available_models", "can_use_delayed_payment_methods", "currency", "status"], "type": "object", "properties": {"tier": {"title": "Tier", "type": "string"}, "character_count": {"title": "Character Count", "type": "integer"}, "character_limit": {"title": "Character Limit", "type": "integer"}, "can_extend_character_limit": {"title": "Can Extend Character Limit", "type": "boolean"}, "allowed_to_extend_character_limit": {"title": "Allowed To Extend Character Limit", "type": "boolean"}, "next_character_count_reset_unix": {"title": "Next Character Count Reset Unix", "type": "integer"}, "voice_limit": {"title": "Voice Limit", "type": "integer"}, "professional_voice_limit": {"title": "Professional Voice Limit", "type": "integer"}, "can_extend_voice_limit": {"title": "Can Extend Voice Limit", "type": "boolean"}, "can_use_instant_voice_cloning": {"title": "Can Use Instant Voice Cloning", "type": "boolean"}, "can_use_professional_voice_cloning": {"title": "Can Use Professional Voice Cloning", "type": "boolean"}, "concurrency": {"title": "Concurrency", "type": "integer"}, "priority": {"title": "Priority", "type": "integer"}, "available_models": {"title": "Available Models", "type": "array", "items": {"title": "TTSModelResponseModel", "required": ["model_id", "display_name", "supported_language"], "type": "object", "properties": {"model_id": {"title": "Model Id", "type": "string"}, "display_name": {"title": "Display Name", "type": "string"}, "supported_language": {"title": "Supported Language", "type": "array", "items": {"title": "LanguageResponseModel", "required": ["iso_code", "display_name"], "type": "object", "properties": {"iso_code": {"title": "Iso Code", "type": "string"}, "display_name": {"title": "Display Name", "type": "string"}}}}}}}, "can_use_delayed_payment_methods": {"title": "Can Use Delayed Payment Methods", "type": "boolean"}, "currency": {"title": "Currency", "enum": ["usd", "eur"], "type": "string"}, "status": {"title": "Status", "enum": ["trialing", "active", "incomplete", "incomplete_expired", "past_due", "canceled", "unpaid", "free"], "type": "string"}}}, "is_new_user": {"title": "Is New User", "type": "boolean"}, "xi_api_key": {"title": "Xi Api Key", "type": "string"}}}
5428c500-e481-4268-a9b1-057df116412c/3abb24bc-4c74-4d0f-a15e-d4cc8bd57483/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_user_info_v1_user_get
Gets information about the user
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/18f05dbf-fb35-40a6-8596-928901257fec/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_voices_v1_voices_get
Gets a list of all available voices for a user.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/18f05dbf-fb35-40a6-8596-928901257fec/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_voices_v1_voices_get
Gets a list of all available voices for a user.
200
Example_1
{"voices": [{"voice_id": "", "name": "", "samples": [{"sample_id": "", "file_name": "", "mime_type": "", "size_bytes": 0, "hash": ""}], "category": "", "fine_tuning": {"model_id": "", "is_allowed_to_fine_tune": true, "fine_tuning_requested": true, "finetuning_state": "not_started", "verification_attempts": [{"text": "", "date_unix": 0, "accepted": true, "similarity": 0, "levenshtein_distance": 0, "recording": {}}], "verification_failures": [], "verification_attempts_count": 0}, "labels": {}, "preview_url": "", "available_for_tiers": [], "settings": {"stability": 0, "similarity_boost": 0}}]}
{"title": "GetVoicesResponseModel", "required": ["voices"], "type": "object", "properties": {"voices": {"title": "Voices", "type": "array", "items": {"title": "VoiceResponseModel", "required": ["voice_id", "name", "samples", "category", "fine_tuning", "labels", "preview_url", "available_for_tiers", "settings"], "type": "object", "properties": {"voice_id": {"title": "Voice Id", "type": "string"}, "name": {"title": "Name", "type": "string"}, "samples": {"title": "Samples", "type": "array", "items": {"title": "SampleResponseModel", "required": ["sample_id", "file_name", "mime_type", "size_bytes", "hash"], "type": "object", "properties": {"sample_id": {"title": "Sample Id", "type": "string"}, "file_name": {"title": "File Name", "type": "string"}, "mime_type": {"title": "Mime Type", "type": "string"}, "size_bytes": {"title": "Size Bytes", "type": "integer"}, "hash": {"title": "Hash", "type": "string"}}}}, "category": {"title": "Category", "type": "string"}, "fine_tuning": {"title": "FineTuningResponseModel", "required": ["model_id", "is_allowed_to_fine_tune", "fine_tuning_requested", "finetuning_state", "verification_attempts", "verification_failures", "verification_attempts_count"], "type": "object", "properties": {"model_id": {"title": "Model Id", "type": "string"}, "is_allowed_to_fine_tune": {"title": "Is Allowed To Fine Tune", "type": "boolean"}, "fine_tuning_requested": {"title": "Fine Tuning Requested", "type": "boolean"}, "finetuning_state": {"title": "Finetuning State", "enum": ["not_started", "is_fine_tuning", "fine_tuned"], "type": "string"}, "verification_attempts": {"title": "Verification Attempts", "type": "array", "items": {"title": "VerificationAttemptResponseModel", "required": ["text", "date_unix", "accepted", "similarity", "levenshtein_distance", "recording"], "type": "object", "properties": {"text": {"title": "Text", "type": "string"}, "date_unix": {"title": "Date Unix", "type": "integer"}, "accepted": {"title": "Accepted", "type": "boolean"}, "similarity": {"title": "Similarity", "type": "number"}, "levenshtein_distance": {"title": "Levenshtein Distance", "type": "number"}, "recording": {"title": "RecordingResponseModel", "required": ["recording_id", "mime_type", "size_bytes", "upload_date_unix", "transcription"], "type": "object", "properties": {"recording_id": {"description": "**Omitted**"}, "mime_type": {"description": "**Omitted**"}, "size_bytes": {"description": "**Omitted**"}, "upload_date_unix": {"description": "**Omitted**"}, "transcription": {"description": "**Omitted**"}}}}}}, "verification_failures": {"title": "Verification Failures", "type": "array", "items": {"type": "string"}}, "verification_attempts_count": {"title": "Verification Attempts Count", "type": "integer"}}}, "labels": {"title": "Labels", "type": "object", "additionalProperties": {"type": "string"}}, "preview_url": {"title": "Preview Url", "type": "string"}, "available_for_tiers": {"title": "Available For Tiers", "type": "array", "items": {"type": "string"}}, "settings": {"title": "VoiceSettingsResponseModel", "required": ["stability", "similarity_boost"], "type": "object", "properties": {"stability": {"title": "Stability", "type": "number"}, "similarity_boost": {"title": "Similarity Boost", "type": "number"}}}}}}}}
5428c500-e481-4268-a9b1-057df116412c/e17e0510-3378-4448-a8db-8dc55880a034/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Add_voice_v1_voices_add_post
Add a new voice to your collection of voices in VoiceLab.
200
null
{"voice_id": ""}
{"title": "AddVoiceResponseModel", "required": ["voice_id"], "type": "object", "properties": {"voice_id": {"title": "Voice Id", "type": "string"}}}
5428c500-e481-4268-a9b1-057df116412c/e17e0510-3378-4448-a8db-8dc55880a034/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Add_voice_v1_voices_add_post
Add a new voice to your collection of voices in VoiceLab.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/8d107623-5d0b-4ea9-93e8-cecb4131e599/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_default_voice_settings_v1_voices_settings_default_get
Gets the default settings for voices.
200
null
{"stability": 0, "similarity_boost": 0}
{"title": "VoiceSettingsResponseModel", "required": ["stability", "similarity_boost"], "type": "object", "properties": {"stability": {"title": "Stability", "type": "number"}, "similarity_boost": {"title": "Similarity Boost", "type": "number"}}}
5428c500-e481-4268-a9b1-057df116412c/b479e6d5-a750-4432-995f-657727999e0d/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Delete_voice_v1_voices__voice_id__delete
Deletes a voice by its ID.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/bf58f63c-bd34-4e07-a649-7323be968a25/0/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_voice_settings_v1_voices__voice_id__settings_get
Returns the settings for a specific voice.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
5428c500-e481-4268-a9b1-057df116412c/bf58f63c-bd34-4e07-a649-7323be968a25/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_voice_settings_v1_voices__voice_id__settings_get
Returns the settings for a specific voice.
200
null
{"stability": 0, "similarity_boost": 0}
{"title": "VoiceSettingsResponseModel", "required": ["stability", "similarity_boost"], "type": "object", "properties": {"stability": {"title": "Stability", "type": "number"}, "similarity_boost": {"title": "Similarity Boost", "type": "number"}}}
5428c500-e481-4268-a9b1-057df116412c/4c3bca90-1fdc-4b06-bf50-d5d176c43e0c/1/0
My elevenlabs.io
voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
null
Get_audio_from_sample_v1_voices__voice_id__samples__sample_id__audio_get
Returns the audio corresponding to a sample attached to a voice.
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
6600d822-f9a0-462f-a6f0-6729b5f755ea/endpoint_d0765137-bc88-41f2-bcef-3e57f1685143/0/0
superai
SuperAI GPT-3 ChatGPT API, help you implement a chatGPT-like conversation app.
0
chat.list
List all chat sessions of a user.
200
Success
{"item_s": [{"id": 1, "user_id": "123456", "question": {"text": "who are you?"}, "dt_created": "2022-12-20T04:50:51Z", "dt_updated": "2022-12-20T04:50:51Z", "message_s": null}, {"id": 3, "user_id": "123456", "question": {"text": "who are you?"}, "dt_created": "2022-12-20T04:17:30Z", "dt_updated": "2022-12-20T04:17:30Z", "message_s": null}]}
{"type": "object", "properties": {"item_s": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "user_id": {"type": "string"}, "question": {"type": "object", "properties": {"text": {"type": "string"}}}, "dt_created": {"type": "string"}, "dt_updated": {"type": "string"}, "message_s": {"type": "null"}}}}}}
6600d822-f9a0-462f-a6f0-6729b5f755ea/endpoint_272ba49a-a849-4d78-af0d-f10f488ea482/0/0
superai
SuperAI GPT-3 ChatGPT API, help you implement a chatGPT-like conversation app.
0
chat.get
Get all messages in a chat session.
200
Success
{"id": 1, "user_id": "123456", "question": "who are you?", "dt_created": "2022-12-20T04:50:51Z", "dt_updated": "2022-12-20T04:50:51Z", "message_s": [{"id": 7, "user_id": "123456", "chat_id": 1, "question": {"text": "who are you?"}, "answer": {"text": "Hi, I am an AI created to help you with whatever you need! What can I do for you today?"}, "answer_cost_ms": 1528, "dt_created": "2022-12-20T04:50:51.000000Z"}]}
{"type": "object", "properties": {"id": {"type": "integer"}, "user_id": {"type": "string"}, "question": {"type": "string"}, "dt_created": {"type": "string"}, "dt_updated": {"type": "string"}, "message_s": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "user_id": {"type": "string"}, "chat_id": {"type": "integer"}, "question": {"type": "object", "properties": {"text": {"type": "string"}}}, "answer": {"type": "object", "properties": {"text": {"type": "string"}}}, "answer_cost_ms": {"type": "integer"}, "dt_created": {"type": "string"}}}}}}
6600d822-f9a0-462f-a6f0-6729b5f755ea/endpoint_b4a2266d-2734-4566-b2e9-d8006cad4c42/0/0
superai
SuperAI GPT-3 ChatGPT API, help you implement a chatGPT-like conversation app.
0
chat.ask
Begin chat session or ask question in chat session.
200
Success
{"id": 2, "user_id": "123456", "chat_id": 1, "question": "what can you do?", "answer": {"text": "Hi, I'm Super AI. I'm here to help and answer any questions you have."}, "answer_cost_ms": 1466, "dt_created": "2022-12-20T02:44:54.000000Z"}
{"type": "object", "properties": {"id": {"type": "integer"}, "user_id": {"type": "string"}, "chat_id": {"type": "integer"}, "question": {"type": "string"}, "answer": {"type": "object", "properties": {"text": {"type": "string"}}}, "answer_cost_ms": {"type": "integer"}, "dt_created": {"type": "string"}}}
6600d822-f9a0-462f-a6f0-6729b5f755ea/endpoint_f5ec86a9-7fee-4799-bddd-8663bd15bb8e/0/0
superai
SuperAI GPT-3 ChatGPT API, help you implement a chatGPT-like conversation app.
0
chat.delete
Delete a chat session.
200
Success
{"message": "OK"}
{"type": "object", "properties": {"message": {"type": "string"}}}
749921ef-5764-4ae6-9594-b4d11360e196/078444bd-dc36-40f6-9a0d-735a2b0321c4/0/0
AI Tone Rewriter
Transform your writing effortlessly. Enhance your writing style with AI Tone Rewriter. The API can be used to change the tone of text to be more formal, informal, casual, funny, or polite
6.3
/create
The /create endpoint is used to create new text with a different tone from the existing text
200
New Example
{"status": "success", "results": [{"type": "professional", "text": "I would like to give a tutorial on website development."}, {"type": "casual", "text": "I want to teach people how to make websites."}, {"type": "polite", "text": "I would like to offer a tutorial on website development."}, {"type": "funny", "text": "I want to show people how to make websites, so they can stop asking me to do it for them."}, {"type": "social post", "text": "I'm planning to give a tutorial on website development. #webdev #tutorial"}, {"type": "witty", "text": "I'm thinking of giving a tutorial on website development. I hope I don't put anyone to sleep."}]}
{"type": "object", "properties": {"status": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}}}}}
280a683b-cbf8-4d7c-b56a-3e4dbab12865/71308a93-6bbc-4ce3-ae02-79203f246454/0/0
KIRIN Text
Unlock the power of natural language processing with our comprehensive Kirin Text API, offering a diverse range of cutting-edge AI modules for public use.
8
Named-Entity Recognition
Named-Entity Recognition will automatically identify and categorize specific entities, such as names of people, organizations, locations, and other relevant information, within a given text or dataset.
200
New Example
{"result": {"preprocessed_text": "\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49\u0e09\u0e31\u0e19\u0e44\u0e14\u0e49\u0e21\u0e32\u0e40\u0e22\u0e37\u0e2d\u0e19\u0e2a\u0e27\u0e19\u0e2a\u0e19\u0e38\u0e01 \"\u0e2a\u0e38\u0e02\u0e2a\u0e19\u0e38\u0e01\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e15\u0e2d\u0e23\u0e4c\" \u0e17\u0e35\u0e48\u0e40\u0e0a\u0e35\u0e22\u0e07\u0e43\u0e2b\u0e21\u0e48\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e31\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19 \"\u0e13\u0e31\u0e10\u0e0a\u0e32\" \u0e14\u0e49\u0e27\u0e22 \u0e40\u0e23\u0e32\u0e0a\u0e2d\u0e1a\u0e28\u0e34\u0e25\u0e1b\u0e34\u0e19 \"\u0e41\u0e0b\u0e47\u0e04 \u0e2a\u0e41\u0e15\u0e21\u0e1b\u0e4c\" \u0e41\u0e25\u0e30 \"\u0e40\u0e2d\u0e47\u0e21\u0e21\u0e35\u0e48 \u0e42\u0e1a\u0e49\" \u0e17\u0e35\u0e48\u0e21\u0e32\u0e23\u0e48\u0e27\u0e21\u0e04\u0e2d\u0e19\u0e40\u0e2a\u0e34\u0e23\u0e4c\u0e15 \u0e04\u0e2d\u0e19\u0e40\u0e2a\u0e34\u0e23\u0e4c\u0e15\u0e19\u0e35\u0e49\u0e17\u0e4d\u0e32\u0e43\u0e2b\u0e49\u0e40\u0e23\u0e32\u0e2a\u0e19\u0e38\u0e01\u0e2a\u0e19\u0e32\u0e19\u0e41\u0e25\u0e30\u0e1b\u0e23\u0e30\u0e17\u0e31\u0e1a\u0e43\u0e08\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e32\u0e01!", "entities": [{"entity": "\u0e2a\u0e38\u0e02\u0e2a\u0e19\u0e38\u0e01\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e15\u0e2d\u0e23\u0e4c", "start_index": 28, "end_index": 44, "label": "ORG"}, {"entity": "\u0e40\u0e0a\u0e35\u0e22\u0e07\u0e43\u0e2b\u0e21\u0e48", "start_index": 49, "end_index": 58, "label": "LOC"}, {"entity": "\u0e13\u0e31\u0e10\u0e0a\u0e32", "start_index": 74, "end_index": 79, "label": "PER"}, {"entity": "\u0e41\u0e0b\u0e47\u0e04 \u0e2a\u0e41\u0e15\u0e21\u0e1b\u0e4c", "start_index": 100, "end_index": 111, "label": "PER"}, {"entity": "\u0e40\u0e2d\u0e47\u0e21\u0e21\u0e35\u0e48 \u0e42\u0e1a\u0e49", "start_index": 118, "end_index": 129, "label": "PER"}]}}
{"result": {"type": "object", "properties": {"preprocessed_text": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "start_index": {"type": "number"}, "end_index": {"type": "number"}, "label": {"type": "string"}}, "required": ["entity", "start_index", "end_index", "label"]}}}, "required": ["preprocessed_text", "entities"]}}
280a683b-cbf8-4d7c-b56a-3e4dbab12865/f5920308-cefc-4656-8b81-72f9b0668b22/0/0
KIRIN Text
Unlock the power of natural language processing with our comprehensive Kirin Text API, offering a diverse range of cutting-edge AI modules for public use.
8
Sentiment Analysis
Sentiment Analysis will automatically analyze and interpret the emotions and opinions expressed in text, providing invaluable insights into customer feedback, social media trends, and market perceptions.
200
New Example
{"result": {"sentiments": [{"polarity": "Negative", "confidence": 0}, {"polarity": "Neutral", "confidence": 0.03}, {"polarity": "Positive", "confidence": 0.97}]}}
{"result": {"type": "object", "properties": {"sentiments": {"type": "array", "items": {"type": "object", "properties": {"polarity": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["polarity", "confidence"]}}}, "required": ["sentiments"]}}
73ab404c-0251-4153-b18e-470d6b6f1642/08c7c4d3-8867-41ba-a5f1-7ea6d9b4ceff/0/0
QR-code and Barcode Scanner
PresentID QR-Code & Barcode scanner API can scan both QR code and barcode.
8.2
FileUpload
• Send data via Base64 or an image URL or an image file. • Image size should not exceed 8 MB. • Also, the images should not be larger than 5000 pixels and smaller than 50 pixels.
200
Response
{"statusCode": 200, "statusMessage": "ok", "hasError": false, "data": [{"code": "qrcode", "codeType": "text", "allFields": [{"fieldName": "text", "fieldType": "string", "fieldValue": "@ELTOROIT"}], "codeArea": {"x0": 1, "y0": 1, "x1": 1, "y1": 711, "x2": 711, "y2": 711, "x3": 711, "y3": 1}}]}
{"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}, "hasError": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "codeType": {"type": "string"}, "allFields": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "fieldType": {"type": "string"}, "fieldValue": {"type": "string"}}}}, "codeArea": {"type": "object", "properties": {"x0": {"type": "integer"}, "y0": {"type": "integer"}, "x1": {"type": "integer"}, "y1": {"type": "integer"}, "x2": {"type": "integer"}, "y2": {"type": "integer"}, "x3": {"type": "integer"}, "y3": {"type": "integer"}}}}}}}}
73ab404c-0251-4153-b18e-470d6b6f1642/57305cf8-2e51-4e23-9536-13340f3afc43/0/0
QR-code and Barcode Scanner
PresentID QR-Code & Barcode scanner API can scan both QR code and barcode.
8.2
LinkFile
• Send data via Base64 or an image URL or an image file. • Image size should not exceed 8 MB. • Also, the images should not be larger than 5000 pixels and smaller than 50 pixels.
200
Response
{"statusCode": 200, "statusMessage": "ok", "hasError": false, "data": [{"code": "qrcode", "codeType": "text", "allFields": [{"fieldName": "text", "fieldType": "string", "fieldValue": "@ELTOROIT"}], "codeArea": {"x0": 1, "y0": 1, "x1": 1, "y1": 711, "x2": 711, "y2": 711, "x3": 711, "y3": 1}}]}
{"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}, "hasError": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "codeType": {"type": "string"}, "allFields": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "fieldType": {"type": "string"}, "fieldValue": {"type": "string"}}}}, "codeArea": {"type": "object", "properties": {"x0": {"type": "integer"}, "y0": {"type": "integer"}, "x1": {"type": "integer"}, "y1": {"type": "integer"}, "x2": {"type": "integer"}, "y2": {"type": "integer"}, "x3": {"type": "integer"}, "y3": {"type": "integer"}}}}}}}}
73ab404c-0251-4153-b18e-470d6b6f1642/155bb830-1f57-478b-b154-ad866db39419/0/0
QR-code and Barcode Scanner
PresentID QR-Code & Barcode scanner API can scan both QR code and barcode.
8.2
Base64
• Send data via Base64 or an image URL or an image file. • Image size should not exceed 8 MB. • Also, the images should not be larger than 5000 pixels and smaller than 50 pixels.
200
Response
{"statusCode": 200, "statusMessage": "ok", "hasError": false, "data": [{"code": "qrcode", "codeType": "text", "allFields": [{"fieldName": "text", "fieldType": "string", "fieldValue": "@ELTOROIT"}], "codeArea": {"x0": 1, "y0": 1, "x1": 1, "y1": 711, "x2": 711, "y2": 711, "x3": 711, "y3": 1}}]}
{"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}, "hasError": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "codeType": {"type": "string"}, "allFields": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "fieldType": {"type": "string"}, "fieldValue": {"type": "string"}}}}, "codeArea": {"type": "object", "properties": {"x0": {"type": "integer"}, "y0": {"type": "integer"}, "x1": {"type": "integer"}, "y1": {"type": "integer"}, "x2": {"type": "integer"}, "y2": {"type": "integer"}, "x3": {"type": "integer"}, "y3": {"type": "integer"}}}}}}}}
0afab020-a68a-42c6-97d9-eb9157e9743e/065466ec-d4ec-4605-a082-c119bbb5f32a/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Blend Fast
Merge multiple images into a novel new image, containing 2 to 5 Image URL path. The effect of composite images is shown in the following figure
200
New Example
{"code": 200, "data": {"task_id": "67e01023-462b-5989-a603-7f8ca0e4a299"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/bce1f484-dbbd-4ea0-943d-9976cf2824f0/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Blend Relax
Merge multiple images into a novel new image, containing 2 to 5 Image URL path.
200
New Example
{"code": 200, "data": {"task_id": "9c914926-d845-4d84-8465-c19afc4a6163"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/4d0c6c37-7b90-4895-8f48-aa3ea220a27c/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Generate Relax
generate the images relax Generate queue asynchronous notifications to hook_ url, overall generation time is Depends on account status and task queuing
500
New Example
{"code": 500, "msg": "server error", "data": {"detail": "The prompt has blocked words 'sexy'", "code": "forbidden", "trace_id": "ae8851b4-f43c-461b-a3b1-2f5ddd18bb53"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"detail": {"type": "string"}, "code": {"type": "string"}, "trace_id": {"type": "string"}}, "required": ["code", "detail", "trace_id"]}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/4d0c6c37-7b90-4895-8f48-aa3ea220a27c/1/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Generate Relax
generate the images relax Generate queue asynchronous notifications to hook_ url, overall generation time is Depends on account status and task queuing
200
New Example
{"code": 200, "data": {"task_id": "9c914926-d845-4d84-8465-c19afc4a6163"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/fa6e24d9-c8c6-4323-8642-c1ff8bbb18d8/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Generate Fast
generate the images fast Generate queue asynchronous notifications to hook_ url, overall generation time is around 40-60s
500
New Example
{"code": 500, "msg": "server error", "data": {"detail": "The prompt has blocked words 'sexy'", "code": "forbidden", "trace_id": "ae8851b4-f43c-461b-a3b1-2f5ddd18bb53"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"detail": {"type": "string"}, "code": {"type": "string"}, "trace_id": {"type": "string"}}, "required": ["code", "detail", "trace_id"]}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/fa6e24d9-c8c6-4323-8642-c1ff8bbb18d8/1/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Generate Fast
generate the images fast Generate queue asynchronous notifications to hook_ url, overall generation time is around 40-60s
200
New Example
{"code": 200, "data": {"task_id": "9c914926-d845-4d84-8465-c19afc4a6163"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/2b4b5312-193b-45e1-a941-df304055ae67/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Describe Fast
Generate four possible prompts based on the uploaded image
200
New Example
{"code": 200, "data": {"task_id": "2e407431-9251-6866-7d39-96b045e3fd92"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/9ed561fc-ad58-4ae8-97b0-15d9fc55c805/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Action Relax(U&V...)
Do the relax action You can perform upsample (same as the UI, U2...), variation (V1, V2...), zoom out 1.5x, zoom out 2x, pan, and other operations on the images generated in the first step
200
New Example
{"code": 200, "data": {"task_id": "9c914926-d845-4d84-8465-c19afc4a6163"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/8bec75a0-8ed4-44df-8ae2-9a395bda5286/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Describe Relax
Generate four possible prompts based on the uploaded image
200
New Example
{"code": 200, "data": {"task_id": "2e407431-9251-6866-7d39-96b045e3fd92"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/ef9867a6-5a23-4cd8-be2f-906a4b4d69fc/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
get job by task id
you can get the generate job and action job status by the task_id, and the task_id will expired at 24 hours after
200
New Example
{"code": 200, "data": {"success": true, "task_id": "2e9f4bb1-6239-428d-b3ea-259600d16812", "image_id": "1122871077723439205", "image_url": "https://mjcdn.rrvoyagel.com/attachments/1116962753324798034/1122871077723439205/grid_0.webp", "actions": [], "progress": 15}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"success": {"type": "boolean"}, "task_id": {"type": "string"}, "image_id": {"type": "string"}, "image_url": {"type": "string"}, "actions": {"type": "array"}, "progress": {"type": "integer"}}, "required": ["actions", "image_id", "image_url", "progress", "success", "task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
0afab020-a68a-42c6-97d9-eb9157e9743e/915e9e6b-d40b-4043-9e8c-6753dbd55169/0/0
Midjourney best experience
Connect your project to midjourney | mj contain generate、upsample、variation...
9.5
Action Fast(U&V...)
Do the fast action You can perform upsample (same as the UI, U2...), variation (V1, V2...), zoom out 1.5x, zoom out 2x, pan, and other operations on the images generated in the first step
200
New Example
{"code": 200, "data": {"task_id": "9c914926-d845-4d84-8465-c19afc4a6163"}, "msg": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"task_id": {"type": "string"}}, "required": ["task_id"]}, "msg": {"type": "string"}}, "required": ["code", "data", "msg"]}
769acd56-7101-4f53-b070-2813c043a8c0/536938a7-bd6d-43b1-8cd0-5fe71ae08bd6/1/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/job/{id}
Sample request: GET /job/b492b906f69e43bcb7910929fb0b48c9
200
null
{"jobId": "", "type": "undefined", "mode": "undefined", "status": "undefined", "startTime": "", "endTime": "", "notifyWebhookUrl": "", "errorMessage": "", "cost": 0, "progress": 0, "imageUrl": "", "imageHeight": 0, "imageWidth": 0, "imageSize": 0, "attributes": {}, "commands": [{"commandId": "", "groupIndex": 0, "commandIndex": 0, "label": "", "url": "", "cost": 0}]}
{"type": "object", "properties": {"jobId": {"type": "string"}, "type": {"enum": ["undefined", "imagine", "upscale", "reroll", "variation", "highVariation", "lowVariation", "zoomOut2x", "zoomOut15x", "panLeft", "panRight", "panUp", "panDown", "appeal", "makeSquare"], "type": "string"}, "mode": {"enum": ["undefined", "relax", "fast", "turbo"], "type": "string"}, "status": {"enum": ["undefined", "new", "submitted", "inProgress", "completed", "error", "rejected", "timeout"], "type": "string"}, "startTime": {"format": "date-time", "type": "string"}, "endTime": {"format": "date-time", "type": "string"}, "notifyWebhookUrl": {"type": "string"}, "errorMessage": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "progress": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageUrl": {"type": "string"}, "imageHeight": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageWidth": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageSize": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "attributes": {"type": "object", "additionalProperties": {"type": "string"}}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandId": {"type": "string"}, "groupIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "commandIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "label": {"type": "string"}, "url": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/536938a7-bd6d-43b1-8cd0-5fe71ae08bd6/2/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/job/{id}
Sample request: GET /job/b492b906f69e43bcb7910929fb0b48c9
200
null
{"jobId": "", "type": "undefined", "mode": "undefined", "status": "undefined", "startTime": "", "endTime": "", "notifyWebhookUrl": "", "errorMessage": "", "cost": 0, "progress": 0, "imageUrl": "", "imageHeight": 0, "imageWidth": 0, "imageSize": 0, "attributes": {}, "commands": [{"commandId": "", "groupIndex": 0, "commandIndex": 0, "label": "", "url": "", "cost": 0}]}
{"type": "object", "properties": {"jobId": {"type": "string"}, "type": {"enum": ["undefined", "imagine", "upscale", "reroll", "variation", "highVariation", "lowVariation", "zoomOut2x", "zoomOut15x", "panLeft", "panRight", "panUp", "panDown", "appeal", "makeSquare"], "type": "string"}, "mode": {"enum": ["undefined", "relax", "fast", "turbo"], "type": "string"}, "status": {"enum": ["undefined", "new", "submitted", "inProgress", "completed", "error", "rejected", "timeout"], "type": "string"}, "startTime": {"format": "date-time", "type": "string"}, "endTime": {"format": "date-time", "type": "string"}, "notifyWebhookUrl": {"type": "string"}, "errorMessage": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "progress": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageUrl": {"type": "string"}, "imageHeight": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageWidth": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageSize": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "attributes": {"type": "object", "additionalProperties": {"type": "string"}}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandId": {"type": "string"}, "groupIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "commandIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "label": {"type": "string"}, "url": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/3a2db6a7-7e72-4844-a405-56080cf50f59/1/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/turbo/command/{jobId}/{command}
Sample request: POST /turbo/command/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e
200
null
{"jobId": "", "type": "undefined", "mode": "undefined", "status": "undefined", "startTime": "", "endTime": "", "notifyWebhookUrl": "", "errorMessage": "", "cost": 0, "progress": 0, "imageUrl": "", "imageHeight": 0, "imageWidth": 0, "imageSize": 0, "attributes": {}, "commands": [{"commandId": "", "groupIndex": 0, "commandIndex": 0, "label": "", "url": "", "cost": 0}]}
{"type": "object", "properties": {"jobId": {"type": "string"}, "type": {"enum": ["undefined", "imagine", "upscale", "reroll", "variation", "highVariation", "lowVariation", "zoomOut2x", "zoomOut15x", "panLeft", "panRight", "panUp", "panDown", "appeal", "makeSquare"], "type": "string"}, "mode": {"enum": ["undefined", "relax", "fast", "turbo"], "type": "string"}, "status": {"enum": ["undefined", "new", "submitted", "inProgress", "completed", "error", "rejected", "timeout"], "type": "string"}, "startTime": {"format": "date-time", "type": "string"}, "endTime": {"format": "date-time", "type": "string"}, "notifyWebhookUrl": {"type": "string"}, "errorMessage": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "progress": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageUrl": {"type": "string"}, "imageHeight": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageWidth": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageSize": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "attributes": {"type": "object", "additionalProperties": {"type": "string"}}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandId": {"type": "string"}, "groupIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "commandIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "label": {"type": "string"}, "url": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/3a2db6a7-7e72-4844-a405-56080cf50f59/2/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/turbo/command/{jobId}/{command}
Sample request: POST /turbo/command/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e
200
null
{"jobId": "", "type": "undefined", "mode": "undefined", "status": "undefined", "startTime": "", "endTime": "", "notifyWebhookUrl": "", "errorMessage": "", "cost": 0, "progress": 0, "imageUrl": "", "imageHeight": 0, "imageWidth": 0, "imageSize": 0, "attributes": {}, "commands": [{"commandId": "", "groupIndex": 0, "commandIndex": 0, "label": "", "url": "", "cost": 0}]}
{"type": "object", "properties": {"jobId": {"type": "string"}, "type": {"enum": ["undefined", "imagine", "upscale", "reroll", "variation", "highVariation", "lowVariation", "zoomOut2x", "zoomOut15x", "panLeft", "panRight", "panUp", "panDown", "appeal", "makeSquare"], "type": "string"}, "mode": {"enum": ["undefined", "relax", "fast", "turbo"], "type": "string"}, "status": {"enum": ["undefined", "new", "submitted", "inProgress", "completed", "error", "rejected", "timeout"], "type": "string"}, "startTime": {"format": "date-time", "type": "string"}, "endTime": {"format": "date-time", "type": "string"}, "notifyWebhookUrl": {"type": "string"}, "errorMessage": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "progress": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageUrl": {"type": "string"}, "imageHeight": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageWidth": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageSize": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "attributes": {"type": "object", "additionalProperties": {"type": "string"}}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandId": {"type": "string"}, "groupIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "commandIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "label": {"type": "string"}, "url": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/f469bca7-b619-48b4-99fc-46753425dcf7/0/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/turbo/imagine
Sample request: POST /turbo/imagine { "prompt": "happy pony", }
200
null
{"jobId": "", "type": "undefined", "mode": "undefined", "status": "undefined", "startTime": "", "endTime": "", "notifyWebhookUrl": "", "errorMessage": "", "cost": 0, "progress": 0, "imageUrl": "", "imageHeight": 0, "imageWidth": 0, "imageSize": 0, "attributes": {}, "commands": [{"commandId": "", "groupIndex": 0, "commandIndex": 0, "label": "", "url": "", "cost": 0}]}
{"type": "object", "properties": {"jobId": {"type": "string"}, "type": {"enum": ["undefined", "imagine", "upscale", "reroll", "variation", "highVariation", "lowVariation", "zoomOut2x", "zoomOut15x", "panLeft", "panRight", "panUp", "panDown", "appeal", "makeSquare"], "type": "string"}, "mode": {"enum": ["undefined", "relax", "fast", "turbo"], "type": "string"}, "status": {"enum": ["undefined", "new", "submitted", "inProgress", "completed", "error", "rejected", "timeout"], "type": "string"}, "startTime": {"format": "date-time", "type": "string"}, "endTime": {"format": "date-time", "type": "string"}, "notifyWebhookUrl": {"type": "string"}, "errorMessage": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "progress": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageUrl": {"type": "string"}, "imageHeight": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageWidth": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageSize": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "attributes": {"type": "object", "additionalProperties": {"type": "string"}}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandId": {"type": "string"}, "groupIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "commandIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "label": {"type": "string"}, "url": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/f469bca7-b619-48b4-99fc-46753425dcf7/1/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/turbo/imagine
Sample request: POST /turbo/imagine { "prompt": "happy pony", }
200
null
{"jobId": "", "type": "undefined", "mode": "undefined", "status": "undefined", "startTime": "", "endTime": "", "notifyWebhookUrl": "", "errorMessage": "", "cost": 0, "progress": 0, "imageUrl": "", "imageHeight": 0, "imageWidth": 0, "imageSize": 0, "attributes": {}, "commands": [{"commandId": "", "groupIndex": 0, "commandIndex": 0, "label": "", "url": "", "cost": 0}]}
{"type": "object", "properties": {"jobId": {"type": "string"}, "type": {"enum": ["undefined", "imagine", "upscale", "reroll", "variation", "highVariation", "lowVariation", "zoomOut2x", "zoomOut15x", "panLeft", "panRight", "panUp", "panDown", "appeal", "makeSquare"], "type": "string"}, "mode": {"enum": ["undefined", "relax", "fast", "turbo"], "type": "string"}, "status": {"enum": ["undefined", "new", "submitted", "inProgress", "completed", "error", "rejected", "timeout"], "type": "string"}, "startTime": {"format": "date-time", "type": "string"}, "endTime": {"format": "date-time", "type": "string"}, "notifyWebhookUrl": {"type": "string"}, "errorMessage": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "progress": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageUrl": {"type": "string"}, "imageHeight": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageWidth": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "imageSize": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "attributes": {"type": "object", "additionalProperties": {"type": "string"}}, "commands": {"type": "array", "items": {"type": "object", "properties": {"commandId": {"type": "string"}, "groupIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "commandIndex": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}, "label": {"type": "string"}, "url": {"type": "string"}, "cost": {"format": "int32", "type": "integer", "minimum": -2147483648, "maximum": 2147483647}}, "additionalProperties": false}}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/382d333e-89ed-4a53-b7a7-bac1994320e2/1/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/relax/commandAsync/{jobId}/{command}
Sample request: POST /relax/commandAsync/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e { "notifyWebhookUrl": "https://example.com/webhook?correlationId=1234567890" }
200
null
{"jobId": "", "errorMessage": ""}
{"type": "object", "properties": {"jobId": {"type": "string"}, "errorMessage": {"type": "string"}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/382d333e-89ed-4a53-b7a7-bac1994320e2/2/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/relax/commandAsync/{jobId}/{command}
Sample request: POST /relax/commandAsync/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e { "notifyWebhookUrl": "https://example.com/webhook?correlationId=1234567890" }
200
null
{"jobId": "", "errorMessage": ""}
{"type": "object", "properties": {"jobId": {"type": "string"}, "errorMessage": {"type": "string"}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/17e5fae5-7953-495a-9b72-af2fe6b1d93f/0/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/turbo/commandAsync/{jobId}/{command}
Sample request: POST /turbo/commandAsync/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e { "notifyWebhookUrl": "https://example.com/webhook?correlationId=1234567890" }
200
null
{"jobId": "", "errorMessage": ""}
{"type": "object", "properties": {"jobId": {"type": "string"}, "errorMessage": {"type": "string"}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/17e5fae5-7953-495a-9b72-af2fe6b1d93f/2/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/turbo/commandAsync/{jobId}/{command}
Sample request: POST /turbo/commandAsync/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e { "notifyWebhookUrl": "https://example.com/webhook?correlationId=1234567890" }
200
null
{"jobId": "", "errorMessage": ""}
{"type": "object", "properties": {"jobId": {"type": "string"}, "errorMessage": {"type": "string"}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/b3adf5ad-ba92-41f2-9a91-907bdb17f35e/0/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/fast/commandAsync/{jobId}/{command}
Sample request: POST /fast/commandAsync/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e { "notifyWebhookUrl": "https://example.com/webhook?correlationId=1234567890" }
200
null
{"jobId": "", "errorMessage": ""}
{"type": "object", "properties": {"jobId": {"type": "string"}, "errorMessage": {"type": "string"}}, "additionalProperties": false}
769acd56-7101-4f53-b070-2813c043a8c0/b3adf5ad-ba92-41f2-9a91-907bdb17f35e/1/0
Midjournium
Midjourney API: Relax, Fast and Turbo modes. Asynchonous and Synchnorous REST API; Upscale/variations/zooms/etc at any depth. Technical Support. API that just works.
0
/fast/commandAsync/{jobId}/{command}
Sample request: POST /fast/commandAsync/b492b906f69e43bcb7910929fb0b48c9/MJ::JOB::upsample::4::2f11ba98-39da-4513-8599-217a37503f5e { "notifyWebhookUrl": "https://example.com/webhook?correlationId=1234567890" }
200
null
{"jobId": "", "errorMessage": ""}
{"type": "object", "properties": {"jobId": {"type": "string"}, "errorMessage": {"type": "string"}}, "additionalProperties": false}