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
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/1/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
400
null
{"status": 400, "message": "Invalid parameters: only 'content' parameter is allowed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/2/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
500
null
{"status": 500, "message": "Error returning scan: <Exception>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/3/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
200
null
{"status": 200, "message": "Success", "content_type": "text/plain", "findings": [{"email_address": "[email protected]"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "content_type": {"type": "string"}, "findings": {"type": "array", "items": {"type": "object", "properties": {"email_address": {"type": "string"}}, "required": ["email_address"]}}}, "required": ["content_type", "findings", "message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/dd84b650-8bcc-4497-aaa6-eae1f49fb1ed/4/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
scan_api_v1_scan_post
Scan a file
403
null
{"status": 403, "message": "Invalid API key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/0/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
200
null
{"status": 200, "message": "Success", "content_type": "text/plain", "redacted": "[REDACTED]"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "content_type": {"type": "string"}, "redacted": {"type": "string"}}, "required": ["content_type", "message", "redacted", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/1/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
403
null
{"status": 403, "message": "Invalid API key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/2/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
500
null
{"status": 500, "message": "Error returning redaction: <Exception>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/3/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
400
null
{"status": 400, "message": "Invalid parameters: only 'content' parameter is allowed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a12c06bb-aba0-4ccd-87dc-ad14cba3b89d/4/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
redact_api_v1_redact_post
Redact from a file
429
null
{"status": 429, "message": "Rate limit exceeded"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a954fa08-eb78-4422-bb52-8bca46e922f4/0/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
detection_types_api_v1_detections_get
List supported detections
500
null
{"status": 500, "message": "Error returning supported detections: <Exception>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a954fa08-eb78-4422-bb52-8bca46e922f4/1/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
detection_types_api_v1_detections_get
List supported detections
200
null
{"status": 200, "message": "Success", "supported_detections": ["ssn", "credit_card", "account_number", "routing_number", "tax_id", "email_address", "date_of_birth", "medical_record_number", "id_or_passport", "health_insurance", "medicare_number"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "supported_detections": {"type": "array", "items": {"type": "string"}}}, "required": ["message", "status", "supported_detections"]}
ee96d38b-2513-4726-ab83-ee3576bb7f77/a954fa08-eb78-4422-bb52-8bca46e922f4/2/0
Glyph DLP
Glyph DLP is a data loss prevention API that can be used to scan or redact sensitive data from documents. Send Glyph a Base64-encoded document via our secure REST API and we will scan or redact any sensitive information.
null
detection_types_api_v1_detections_get
List supported detections
403
null
{"status": 403, "message": "Invalid API key"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}
345239fb-8cb1-4472-802e-f89248e72172/8024ad13-72e5-4659-ae3a-d0e97df2ab30/0/0
Quantum Ready Check
Check if a website is using quantum-safe key exchange.
null
checkQuantum
This endpoint checks if the supplied URL is using quantum-safe key encapsulation mechanisms. For more information, visit our website at https://freenetworkmonitor.click.
200
Example_1
{"message": "", "success": true, "data": {"setupQuantumMonitor": "", "quantumKeyExchange": "", "testedUrl": "", "resultSuccess": true, "resultStatus": ""}}
{"type": "object", "properties": {"message": {"type": "string", "description": "A message describing the result of the quantum check."}, "success": {"type": "boolean", "description": "Indicates whether the quantum check was successful."}, "data": {"type": "object", "description": "Contains additional details about the quantum check.", "properties": {"setupQuantumMonitor": {"type": "string", "description": "Instructions for setting up a quantum-ready monitor."}, "quantumKeyExchange": {"type": "string", "description": "The quantum key exchange protocol used by the tested URL."}, "testedUrl": {"type": "string", "description": "The URL that was tested for quantum safety."}, "resultSuccess": {"type": "boolean", "description": "Indicates whether the tested URL uses a quantum-safe protocol."}, "resultStatus": {"type": "string", "description": "Describes the status of the quantum safety of the tested URL."}}}}}
a27857ff-624d-422d-9a5b-16f939723036/700ad0a1-3b29-45da-89de-ec3aef1be63f/0/0
Inline Hashes API
Parse your html and find out which hashes you need to include in your CSP.
5.7
Fetch
Get all inline hashes for a given HTML document. In this endpoint, you provide the content and the hash type you need. You get a list with the hashes of all "inlines" in the document. Required request data: url - location of the page you wish to analyze alg - One of the following choides: "sha256", "sha384", "sha512" Note: Currently the API only supports style-src and script-src "inlines".
200
Example_1
[{"directive": "script-src", "line": 67, "position": 0, "inline_hash": "sha256-5b0LEPcFqvw935AmQ9uCS1LeaBIbAZaVpOd43sbJsgI="}, {"directive": "script-src", "line": 82, "position": 0, "inline_hash": "sha256-pYERp1GFTQcj76yK8huGHJtriZpv9dsW7AdV7O+VrcQ="}, {"directive": "script-src", "line": 169, "position": 0, "inline_hash": "sha256-JVVDOwRpMQvCZqoDwpZ1OUJ81UoJpBxumeEHC89A9PU="}, {"directive": "script-src", "line": 198, "position": 0, "inline_hash": "sha256-P04sv6Gx4G2SNlC/BLire6NlKJJRrW+WA3R+vPzVvxk="}, {"directive": "script-src", "line": 211, "position": 0, "inline_hash": "sha256-RK7LdSEhpwvmYMT+Jix2uBLUXxlWBpHbN6lasgC6hv8="}, {"directive": "style-src", "line": 24, "position": 4, "inline_hash": "sha256-FkEXDP5KKSHX3NsiC7GTZPWooqOq+PWhRnOgr48PXTI="}, {"directive": "style-src", "line": 31, "position": 4, "inline_hash": "sha256-Lhv+ra57rss0OLQnIUfbs2b64zOZselOiHlKjuyf4+o="}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"directive": {"type": "string"}, "line": {"type": "integer"}, "position": {"type": "integer"}, "inline_hash": {"type": "string"}}, "required": ["directive", "inline_hash", "line", "position"]}}
a27857ff-624d-422d-9a5b-16f939723036/e09bab8d-4053-4b15-9f11-decbf3d7a90d/0/0
Inline Hashes API
Parse your html and find out which hashes you need to include in your CSP.
5.7
Extract
Get all inline hashes for a given HTML document. In this endpoint, you provide the content and the hash type you need. You get a list with the hashes of all "inlines" in the document. Required request data: content - your HTML document alg - One of the following choides: "sha256", "sha384", "sha512" Note: Currently the API only supports style-src and script-src "inlines".
200
Example_1
[{"directive": "script-src", "line": 67, "position": 0, "inline_hash": "sha256-5b0LEPcFqvw935AmQ9uCS1LeaBIbAZaVpOd43sbJsgI="}, {"directive": "script-src", "line": 82, "position": 0, "inline_hash": "sha256-pYERp1GFTQcj76yK8huGHJtriZpv9dsW7AdV7O+VrcQ="}, {"directive": "script-src", "line": 169, "position": 0, "inline_hash": "sha256-JVVDOwRpMQvCZqoDwpZ1OUJ81UoJpBxumeEHC89A9PU="}, {"directive": "script-src", "line": 198, "position": 0, "inline_hash": "sha256-P04sv6Gx4G2SNlC/BLire6NlKJJRrW+WA3R+vPzVvxk="}, {"directive": "script-src", "line": 211, "position": 0, "inline_hash": "sha256-RK7LdSEhpwvmYMT+Jix2uBLUXxlWBpHbN6lasgC6hv8="}, {"directive": "style-src", "line": 24, "position": 4, "inline_hash": "sha256-FkEXDP5KKSHX3NsiC7GTZPWooqOq+PWhRnOgr48PXTI="}, {"directive": "style-src", "line": 31, "position": 4, "inline_hash": "sha256-Lhv+ra57rss0OLQnIUfbs2b64zOZselOiHlKjuyf4+o="}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"directive": {"type": "string"}, "line": {"type": "integer"}, "position": {"type": "integer"}, "inline_hash": {"type": "string"}}, "required": ["directive", "inline_hash", "line", "position"]}}
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/0/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter requests and avoid potential attacks.
9.1
/query
Query information about an IP address.
200
Example_1
{"success": true, "result": {"ipAddress": "", "isVpn": true, "isDataCenter": true, "isBruteForce": true, "isSpam": true, "isBogon": true, "isProxyHttp": true, "isProxySocks": true, "isProxyWeb": true, "isProxyOther": true, "isSmtpRelay": true, "isWebVuln": true, "isNoMail": true, "isZombie": true, "isPotentialZombie": true, "isDynamic": true, "isNoServer": true, "isBadConf": true, "isDDos": true, "isOpenDns": true, "isCompromised": true, "isWorm": true, "isIrcDrone": true, "isNotSpam": true}}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "result": {"type": "object", "properties": {"ipAddress": {"type": ["string", "null"], "description": "The IP address being queried."}, "isVpn": {"type": "boolean", "description": "The IP address is a VPN."}, "isDataCenter": {"type": "boolean", "description": "Indicates whether the IP address belongs to a data center."}, "isBruteForce": {"type": "boolean", "description": "The IP address is known for brute-force attacks."}, "isSpam": {"type": "boolean", "description": "The IP address is known for sending spam."}, "isBogon": {"type": "boolean", "description": "The IP address is a bogon (i.e., it should not appear in the public Internet routing table)."}, "isProxyHttp": {"type": "boolean", "description": "The IP address is an open HTTP proxy."}, "isProxySocks": {"type": "boolean", "description": "The IP address is an open SOCKS proxy."}, "isProxyWeb": {"type": "boolean", "description": "The IP address is a web proxy."}, "isProxyOther": {"type": "boolean", "description": "The IP address is a type of proxy."}, "isSmtpRelay": {"type": "boolean", "description": "The IP address is used to relay SMTP traffic."}, "isWebVuln": {"type": "boolean", "description": "The IP address is vulnerable webserver that can be used for abuse."}, "isNoMail": {"type": "boolean", "description": "The IP address should not be used for email."}, "isZombie": {"type": "boolean", "description": "The IP address is a zombie (i.e., part of a botnet)."}, "isPotentialZombie": {"type": "boolean", "description": "The IP address is a potential zombie."}, "isDynamic": {"type": "boolean", "description": "The IP address is dynamically assigned."}, "isNoServer": {"type": "boolean", "description": "The IP address is not associated with a server."}, "isBadConf": {"type": "boolean", "description": "The IP address is a misconfigured server."}, "isDDos": {"type": "boolean", "description": "The IP address is known for DDoS attacks."}, "isOpenDns": {"type": "boolean", "description": "The IP address belongs to an OpenDNS resolver."}, "isCompromised": {"type": "boolean", "description": "The IP address has been compromised."}, "isWorm": {"type": "boolean", "description": "The IP address is part of a worm infection."}, "isIrcDrone": {"type": "boolean", "description": "The IP address is an IRC drone"}, "isNotSpam": {"type": "boolean", "description": "The IP address is not associated with spamming."}}, "additionalProperties": false}}, "additionalProperties": false}
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/4/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter requests and avoid potential attacks.
9.1
/query
Query information about an IP address.
400
Example_1
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "message": {"type": ["string", "null"], "description": "An error message."}}, "additionalProperties": false}
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/5/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter requests and avoid potential attacks.
9.1
/query
Query information about an IP address.
401
Example_1
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "message": {"type": ["string", "null"], "description": "An error message."}}, "additionalProperties": false}
c83126b1-4784-45bb-a849-76ab11275e8a/48ab0989-ef2a-4b49-a83e-36f6ac353ea0/6/0
NetDetective
NetDetective is an easy-to-use API that provides information about an IP address, including, but not limited to, whether it's known for spam, brute-force attacks, bot-nets, VPN endpoints, data center endpoints, and more. With DetectiveIP, you can quickly and easily gather information about any IP address to help filter requests and avoid potential attacks.
9.1
/query
Query information about an IP address.
500
Example_1
{"success": true, "message": ""}
{"type": "object", "properties": {"success": {"type": "boolean", "description": "Whether or not the call was successful."}, "message": {"type": ["string", "null"], "description": "An error message."}}, "additionalProperties": false}
10719145-d72c-44ee-9ece-ec931b55958b/1124cdc7-2101-481b-9a10-3d8df1286fa1/0/0
Artificial intelligence News API
The Artificial Intelligence News API is a web service that provides access to news articles related to the field of artificial intelligence from around the world.
7.4
Get Recent News From a Single News Source
This will return all the artificial intelligence news from a single news source.
200
Response
[{"title": "Integrating humans with AI in structural design \n", "link": "/2023/integrating-humans-ai-structural-design-0302", "source": "mitnews"}, {"title": "\n \n Artificial intelligence\n AI apps such as ChatGPT could play a role in Whitehall, says science secretary ", "link": "https://www.theguardian.com/technology/2023/mar/04/ai-apps-such-as-chatgpt-could-play-a-role-in-whitehall-says-science-secretary", "source": "guardian"}, {"title": "AI apps such as ChatGPT could play a role in Whitehall, says science secretary", "link": "https://www.theguardian.com/technology/2023/mar/04/ai-apps-such-as-chatgpt-could-play-a-role-in-whitehall-says-science-secretary", "source": "guardian"}, {"title": " The AI industrial revolution puts middle-class workers under threat this time ", "link": "https://www.theguardian.com/technology/2023/feb/18/the-ai-industrial-revolution-puts-middle-class-workers-under-threat-this-time", "source": "guardian"}, {"title": "The AI industrial revolution puts middle-class workers under threat this time", "link": "https://www.theguardian.com/technology/2023/feb/18/the-ai-industrial-revolution-puts-middle-class-workers-under-threat-this-time", "source": "guardian"}, {"title": " AI-assisted plagiarism? ChatGPT bot says it has an answer for that ", "link": "https://www.theguardian.com/technology/2022/dec/31/ai-assisted-plagiarism-chatgpt-bot-says-it-has-an-answer-for-that", "source": "guardian"}, {"title": "AI-assisted plagiarism? ChatGPT bot says it has an answer for that", "link": "https://www.theguardian.com/technology/2022/dec/31/ai-assisted-plagiarism-chatgpt-bot-says-it-has-an-answer-for-that", "source": "guardian"}, {"title": " Everything you wanted to know about AI \u2013 but were afraid to ask ", "link": "https://www.theguardian.com/technology/2023/feb/24/ai-artificial-intelligence-chatbots-to-deepfakes", "source": "guardian"}, {"title": "Everything you wanted to know about AI \u2013 but were afraid to ask", "link": "https://www.theguardian.com/technology/2023/feb/24/ai-artificial-intelligence-chatbots-to-deepfakes", "source": "guardian"}, {"title": " \u2018It\u2019s fundamental\u2019: WPP chief on how AI has revolutionised advertising ", "link": "https://www.theguardian.com/technology/2023/feb/23/ai-artificial-intelligence-wpp-global-advertising-revolution-technology", "source": "guardian"}, {"title": "\u2018It\u2019s fundamental\u2019: WPP chief on how AI has revolutionised advertising", "link": "https://www.theguardian.com/technology/2023/feb/23/ai-artificial-intelligence-wpp-global-advertising-revolution-technology", "source": "guardian"}, {"title": " TechScape: Google and Microsoft are in an AI arms race \u2013 who wins could change how we use the internet ", "link": "https://www.theguardian.com/technology/2023/feb/21/techscape-google-bard-microsoft-big-ai-search", "source": "guardian"}, {"title": "TechScape: Google and Microsoft are in an AI arms race \u2013 who wins could change how we use the internet", "link": "https://www.theguardian.com/technology/2023/feb/21/techscape-google-bard-microsoft-big-ai-search", "source": "guardian"}, {"title": " From retail to transport: how AI is changing every corner of the economy ", "link": "https://www.theguardian.com/technology/2023/feb/18/from-retail-to-transport-how-ai-is-changing-every-corner-of-the-economy", "source": "guardian"}, {"title": "From retail to transport: how AI is changing every corner of the economy", "link": "https://www.theguardian.com/technology/2023/feb/18/from-retail-to-transport-how-ai-is-changing-every-corner-of-the-economy", "source": "guardian"}, {"title": " AI apps such as ChatGPT could play a role in Whitehall, says science secretary ", "link": "https://www.theguardian.com/technology/2023/mar/04/ai-apps-such-as-chatgpt-could-play-a-role-in-whitehall-says-science-secretary", "source": "guardian"}, {"title": "AI apps such as ChatGPT could play a role in Whitehall, says science secretary", "link": "https://www.theguardian.com/technology/2023/mar/04/ai-apps-such-as-chatgpt-could-play-a-role-in-whitehall-says-science-secretary", "source": "guardian"}, {"title": " \u2018I want to destroy whatever I want\u2019: Bing\u2019s AI chatbot unsettles US reporter ", "link": "https://www.theguardian.com/technology/2023/feb/17/i-want-to-destroy-whatever-i-want-bings-ai-chatbot-unsettles-us-reporter", "source": "guardian"}, {"title": "\u2018I want to destroy whatever I want\u2019: Bing\u2019s AI chatbot unsettles US reporter", "link": "https://www.theguardian.com/technology/2023/feb/17/i-want-to-destroy-whatever-i-want-bings-ai-chatbot-unsettles-us-reporter", "source": "guardian"}, {"title": " Artificial intelligence (AI) ", "link": "https://www.theguardian.com/technology/artificialintelligenceai", "source": "guardian"}, {"title": "Work With AI News", "link": "https://www.artificialintelligence-news.com/work-with-artificial-intelligence-news/", "source": "aintelligence"}, {"title": "About AI News", "link": "https://www.artificialintelligence-news.com/about-us/", "source": "aintelligence"}, {"title": "Work With AI News", "link": "https://www.artificialintelligence-news.com/work-with-artificial-intelligence-news/", "source": "aintelligence"}, {"title": "About AI News", "link": "https://www.artificialintelligence-news.com/about-us/", "source": "aintelligence"}, {"title": "AI being used to cherry-pick organs for transplant", "link": "https://www.artificialintelligence-news.com/2023/03/02/ai-being-used-to-cherry-pick-organs-for-transplant/", "source": "aintelligence"}, {"title": "Informatica launches AI tool for marketers\u00a0", "link": "https://www.artificialintelligence-news.com/2023/03/01/informatica-launches-ai-tool-for-marketers/", "source": "aintelligence"}, {"title": "Meta calls up generative AI squad as Snap releases ChatGPT-powered bot", "link": "https://www.artificialintelligence-news.com/2023/02/28/meta-calls-up-generative-ai-squad-as-snap-releases-chatgpt-powered-bot/", "source": "aintelligence"}, {"title": "AWS and Hugging Face expand partnership to make AI more accessible", "link": "https://www.artificialintelligence-news.com/2023/02/23/aws-and-hugging-face-expand-partnership-to-make-ai-more-accessible/", "source": "aintelligence"}, {"title": "Omdia: AI chip startups to have a tough year", "link": "https://www.artificialintelligence-news.com/2023/02/21/omdia-ai-chip-startups-to-have-tough-year/", "source": "aintelligence"}, {"title": "Apple shies from the spotlight with staff-only AI summit", "link": "https://www.artificialintelligence-news.com/2023/02/20/apple-shies-from-spotlight-staff-only-ai-summit/", "source": "aintelligence"}, {"title": "Microsoft\u2019s AI chatbot is \u2018unhinged\u2019 and wants to be human", "link": "https://www.artificialintelligence-news.com/2023/02/16/microsoft-ai-chatbot-unhinged-wants-to-be-human/", "source": "aintelligence"}, {"title": "Google unveils AI enhancements to Search and Maps", "link": "https://www.artificialintelligence-news.com/2023/02/08/google-unveils-ai-enhancements-search-and-maps/", "source": "aintelligence"}, {"title": "GitHub CEO: The EU \u2018will define how the world regulates AI\u2019", "link": "https://www.artificialintelligence-news.com/2023/02/06/github-ceo-eu-will-define-how-world-regulates-ai/", "source": "aintelligence"}, {"title": "Google will leapfrog rivals with AI event next week", "link": "https://www.artificialintelligence-news.com/2023/02/03/google-will-leapfrog-rivals-with-ai-event-next-week/", "source": "aintelligence"}, {"title": "Lucy 4 is moving ahead with generative AI for knowledge management", "link": "https://www.artificialintelligence-news.com/2023/02/03/lucy-4-is-moving-ahead-generative-ai-for-knowledge-management/", "source": "aintelligence"}, {"title": "OpenAI tool aims to uncover AI-generated text", "link": "https://www.artificialintelligence-news.com/2023/02/01/openai-tool-aims-uncover-ai-generated-text/", "source": "aintelligence"}, {"title": "US and EU agree to collaborate on improving lives with AI", "link": "https://www.artificialintelligence-news.com/2023/01/31/us-and-eu-agree-collaborate-improving-lives-ai/", "source": "aintelligence"}, {"title": "Zoom enters the conversational AI arena\u00a0", "link": "https://www.artificialintelligence-news.com/2023/01/27/zoom-enters-the-conversational-ai-arena/", "source": "aintelligence"}, {"title": "Shutterstock launches AI image generator with ethical focus", "link": "https://www.artificialintelligence-news.com/2023/01/25/shutterstock-launches-ai-image-generator-with-ethical-focus/", "source": "aintelligence"}, {"title": "FBI director warns about Beijing\u2019s AI program", "link": "https://www.artificialintelligence-news.com/2023/01/23/fbi-director-warns-beijing-ai-program/", "source": "aintelligence"}, {"title": "Google to speed up AI releases in response to ChatGPT", "link": "https://www.artificialintelligence-news.com/2023/01/20/google-speed-up-ai-releases-in-response-chatgpt/", "source": "aintelligence"}, {"title": "OpenAI CEO: People are \u2018begging to be disappointed\u2019 about GPT-4", "link": "https://www.artificialintelligence-news.com/2023/01/19/openai-ceo-people-begging-disappointed-about-gpt-4/", "source": "aintelligence"}, {"title": "Microsoft releases Azure OpenAI Service and will add ChatGPT \u2018soon\u2019", "link": "https://www.artificialintelligence-news.com/2023/01/17/microsoft-releases-azure-openai-service-add-chatgpt-soon/", "source": "aintelligence"}, {"title": "Bill Gates calls AI \u2018quite revolutionary\u2019 \u2013 but is less sure about the metaverse", "link": "https://www.artificialintelligence-news.com/2023/01/13/bill-gates-calls-ai-quite-revolutionary-but-is-less-sure-about-the-metaverse/", "source": "aintelligence"}, {"title": "OpenAI opens waitlist for paid version of ChatGPT", "link": "https://www.artificialintelligence-news.com/2023/01/11/openai-opens-waitlist-for-paid-version-of-chatgpt/", "source": "aintelligence"}, {"title": "Microsoft and OpenAI to challenge Google Search with ChatGPT", "link": "https://www.artificialintelligence-news.com/2023/01/04/microsoft-openai-challenge-google-search-chatgpt/", "source": "aintelligence"}, {"title": "Developers using AI help often produce buggier code", "link": "https://www.artificialintelligence-news.com/2022/12/21/developers-ai-help-often-produce-buggier-code/", "source": "aintelligence"}, {"title": "AI & Big Data Expo: Exploring ethics in AI and the guardrails required\u00a0", "link": "https://www.artificialintelligence-news.com/2022/12/16/ai-big-data-expo-exploring-ethics-in-ai-and-the-guardrails-required/", "source": "aintelligence"}, {"title": "ArtStation backlash increases following AI art protest response", "link": "https://www.artificialintelligence-news.com/2022/12/15/artstation-backlash-increases-ai-art-protest-response/", "source": "aintelligence"}, {"title": "AI project imagines what deceased celebs would look like today", "link": "https://www.artificialintelligence-news.com/2022/12/12/ai-project-imagines-deceased-celebs-look-like-today/", "source": "aintelligence"}, {"title": "AI Expo", "link": "https://www.ai-expo.net/", "source": "aintelligence"}]
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "source": {"type": "string"}}}}
cc203824-3c6c-4423-a4d8-19514a945c41/3abc6bb2-1b3e-44ce-996d-995f6873e369/0/0
VibeVision API
It a Sentiment detector. Model is train using Very Large dataset
6.3
Get Sentiment
This endpoint when supplied with the text variable with the text can be used to find the spam mail. The response from the endpoint will be provided based on decimal values, So which number is higher the chances is also higher. So if Negative value is higher then its Positive meaning its its bad sentiment and vice versa. Note: As its Ml model its not 100% accurate.
200
New Example
{"text": "He is Happy"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/9adbdafe-a10c-492c-8e2a-837d66933f6f/0/0
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Sentiment Score
Get only the score and comparative score of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), }
200
success
{"error": false, "result": {"score": 3, "comparativeScore": 1}}
{"error": false, "result": {}}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/9adbdafe-a10c-492c-8e2a-837d66933f6f/0/1
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Sentiment Score
Get only the score and comparative score of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), }
200
error
{"error": true, "result": "Internal Server Error"}
{"error": false, "result": {}}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/0f92fdf7-1dd4-4db2-9994-2e3cd1e27fa0/0/0
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Partial Sentiment Details
Get only the score, comparative score and calculation of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), "calculation": [ { "String (word that influences calculation)": Number (-5 to 5), ... } ], }
200
success
{"error": false, "result": {"score": 3, "comparativeScore": 1, "calculation": [{"love": 3}]}}
{"error": false, "result": []}
e204ace5-2d61-4faf-bc15-09381a0c1dc3/0f92fdf7-1dd4-4db2-9994-2e3cd1e27fa0/0/1
Text Sentiment API
Find the sentiment of a certain text. Returns AI-calculated comparative score (from -5, very negative, to 5, very positive). Also returns positive & negative words.
null
Get Partial Sentiment Details
Get only the score, comparative score and calculation of the selected text This endpoint returns a JSON object, including: { "score": Number, "comparativeScore": Number (-5 to 5), "calculation": [ { "String (word that influences calculation)": Number (-5 to 5), ... } ], }
200
error
{"error": true, "result": "Internal Server Error"}
{"error": false, "result": []}
b48a3323-c988-4de2-9ea6-c062621ed360/d1cec164-bed7-4333-8565-c3e94c74d872/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v2/blend
Blend 2–5 images. Images should be sent as a list of URLs.
200
New blend job
{"id": "00000000-0000-0000-0000-000000000000", "status": "NEW", "progress": 0, "result": "", "parent_id": null, "options": null, "error_message": null}
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "parent_id": {"type": "null"}, "options": {"type": "null"}, "error_message": {"type": "null"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/f26a7605-f5a1-4f27-b829-4b38bdfa8c8d/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v2/jobs/{job_id}
Get job by ID
200
New job
{"id": "61466457-aacb-411f-a0cd-ee5afb93e1e7", "status": "NEW", "progress": 0, "result": "", "parent_id": null, "options": null, "error_message": null}
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "parent_id": {"type": "null"}, "options": {"type": "null"}, "error_message": {"type": "null"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/f26a7605-f5a1-4f27-b829-4b38bdfa8c8d/1/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v2/jobs/{job_id}
Get job by ID
422
Response
{"Status": 422, "code": "JOB_NOT_FOUND", "description": "The job you are looking for does not exist"}
{"type": "object", "properties": {"Status": {"type": "integer"}, "code": {"type": "string"}, "description": {"type": "string"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/7dc95de9-d613-4ed3-851a-ef4b30c1bb89/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v1/imagine
Generate picture from provided prompt
200
Imagine strings
{"id": "00000000-0000-0000-0000-000000000000", "status": "NEW", "progress": 0, "result": "", "parent_id": null, "options": null, "error_message": null}
{"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "parent_id": {"type": "null"}, "options": {"type": "null"}, "error_message": {"type": "null"}}}
b48a3323-c988-4de2-9ea6-c062621ed360/a3e3b352-e9c1-475a-b238-669c8f61eec4/0/0
Midjourney API
(Almost) Full midjourney generative API
7.7
/api/v1/execute-option
Executes job option in midjourney
200
Execute option
{"error_message": "", "id": "0000000-0000-0000-0000-000000000000", "options": [], "parent_id": "", "progress": 0, "result": "", "status": ""}
{"type": "object", "properties": {"error_message": {"type": "string"}, "id": {"type": "string"}, "options": {"type": "array"}, "parent_id": {"type": "string"}, "progress": {"type": "integer"}, "result": {"type": "string"}, "status": {"type": "string"}}}
bcb00f41-aa87-4fcc-ae89-09638fe34d35/3c4a6ae4-2f41-4ef5-9cb0-181da9f876e5/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Scene Recognition
Scene Recognition enables computers to accurately identify and understand the content of images or videos, making it possible to categorize and interpret various real-world environments.
200
Success Example
{"result": {"scenes": [{"scene": "airport terminal", "environment": "indoor", "confidence": 0.46}, {"scene": "train station", "environment": "indoor", "confidence": 0.17}, {"scene": "booth", "environment": "indoor", "confidence": 0.08}, {"scene": "lobby", "environment": "indoor", "confidence": 0.08}, {"scene": "department store", "environment": "indoor", "confidence": 0.04}]}}
{"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"scenes": {"type": "array", "items": [{"type": "object", "properties": {"scene": {"type": "string"}, "environment": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["scene", "environment", "confidence"]}, {"type": "object", "properties": {"scene": {"type": "string"}, "environment": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["scene", "environment", "confidence"]}, {"type": "object", "properties": {"scene": {"type": "string"}, "environment": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["scene", "environment", "confidence"]}, {"type": "object", "properties": {"scene": {"type": "string"}, "environment": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["scene", "environment", "confidence"]}, {"type": "object", "properties": {"scene": {"type": "string"}, "environment": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["scene", "environment", "confidence"]}]}}, "required": ["scenes"]}}, "required": ["result"]}
bcb00f41-aa87-4fcc-ae89-09638fe34d35/4d7d2f6d-7092-4597-906f-fbd4ff35e47b/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Optical Character Recognition
Optical Character Recognition converts scanned images or images containing text into editable and searchable digital text.
200
New Example
{"result": {"blocks": [{"bounding_box": [64, 48, 799, 175], "text": "\u0e2a\u0e27\u0e31\u0e2a\u0e14\u0e35\u0e0a\u0e32\u0e27\u0e42\u0e25\u0e01"}], "texts": "\u0e2a\u0e27\u0e31\u0e2a\u0e14\u0e35\u0e0a\u0e32\u0e27\u0e42\u0e25\u0e01"}}
{"type": "object", "properties": {"result": {"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"bounding_box": {"type": "array", "items": {"type": "integer"}}, "text": {"type": "string"}}}}, "text": {"type": "string"}}}}}
bcb00f41-aa87-4fcc-ae89-09638fe34d35/94cd2752-8611-4459-b196-d03c6c4dd33b/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Object Detection
Object Detection enables computers to identify and locate multiple objects within images or videos.
200
Success Example
{"result": {"blocks": [{"bounding_box": [201, 91, 267, 210], "object": "person", "confidence": 0.45}, {"bounding_box": [102, 107, 157, 173], "object": "person", "confidence": 0.42}, {"bounding_box": [200, 91, 268, 212], "object": "man", "confidence": 0.28}, {"bounding_box": [201, 100, 266, 194], "object": "clothing", "confidence": 0.23}, {"bounding_box": [1, 1, 294, 300], "object": "building", "confidence": 0.21}, {"bounding_box": [262, 97, 293, 174], "object": "man", "confidence": 0.18}, {"bounding_box": [97, 111, 152, 174], "object": "clothing", "confidence": 0.17}, {"bounding_box": [262, 97, 293, 174], "object": "person", "confidence": 0.17}, {"bounding_box": [16, 0, 284, 144], "object": "building", "confidence": 0.13}, {"bounding_box": [112, 0, 296, 179], "object": "building", "confidence": 0.13}, {"bounding_box": [102, 107, 157, 173], "object": "man", "confidence": 0.11}, {"bounding_box": [176, 0, 294, 227], "object": "building", "confidence": 0.11}, {"bounding_box": [0, 0, 181, 129], "object": "building", "confidence": 0.11}, {"bounding_box": [0, 89, 58, 166], "object": "television", "confidence": 0.11}, {"bounding_box": [76, 0, 229, 196], "object": "building", "confidence": 0.1}, {"bounding_box": [138, 127, 218, 173], "object": "table", "confidence": 0.1}, {"bounding_box": [95, 96, 158, 151], "object": "person", "confidence": 0.1}, {"bounding_box": [129, 5, 283, 129], "object": "building", "confidence": 0.1}], "objects": ["building", "clothing", "man", "person", "table", "television"]}}
{"type": "object", "properties": {"result": {"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"bounding_box": {"type": "array", "items": {"type": "integer"}}, "object": {"type": "string"}, "confidence": {"type": "number"}}}}, "objects": {"type": "array", "items": {"type": "string"}}}}}}
bcb00f41-aa87-4fcc-ae89-09638fe34d35/5996d32e-9e07-4a36-add6-6063d7aed6ee/0/0
KIRIN Vision
Unlock the power of computer vision with our comprehensive Kirin Vision API, offering a diverse range of cutting-edge AI modules for public use.
7.9
Logo Recognition
The Logo Recognition module empowers your applications with the ability to identify logos and brands within images.
200
New Example
{"result": {"blocks": [{"bounding_box": [448, 47, 557, 89], "detection_confidence": 0.94, "recognition_distance": 0.64, "logo": "3BB"}], "logos": ["3BB"]}}
{"type": "object", "properties": {"result": {"type": "object", "properties": {"blocks": {"type": "array", "items": {"type": "object", "properties": {"bounding_box": {"type": "array", "items": {"type": "integer"}}, "detection_confidence": {"type": "number"}, "recognition_distance": {"type": "number"}, "logo": {"type": "string"}}}}, "logo": {"type": "array", "items": {"type": "string"}}}}}}
70c6b5ed-446e-49ea-a80e-5e0f40eb3e93/a91893a8-fdcc-44cb-8a1a-fb449281c269/0/0
MOTD
Message of the Day provided by GPT3 AI Standard "Inspirational" Message of the day Moody Message of the Day in any supported mood (Always adding more) Character MOTD with various "voice actors" (Always adding more)
null
MOTD
Get message of the Day!
200
Full
{"motd": "message", "mood": "message", "sign": true, "voice": "message"}
{"type": "object", "properties": {"motd": {"type": "string"}, "mood": {"type": "string"}, "sign": {"type": "boolean"}, "voice": {"type": "string"}}}
70c6b5ed-446e-49ea-a80e-5e0f40eb3e93/48587ad8-3aae-4f84-a16c-045876383fdd/0/0
MOTD
Message of the Day provided by GPT3 AI Standard "Inspirational" Message of the day Moody Message of the Day in any supported mood (Always adding more) Character MOTD with various "voice actors" (Always adding more)
null
MOTD Docs
Query the MOTD API for documentation
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
8f7b609e-5ed3-4a3c-bcc1-6108b0fc9157/9696861c-4a62-42e0-99c5-3d85da2fdc3e/0/0
AI Content Generator
Create SEO compatible content and images with AI!
null
Blog Headline SEO
Maintaining a blog is a proven way to drive traffic to your website through SEO.
200
Response
{"id": "", "object": "", "created": 0, "model": "", "choices": [], "usage": {"prompt_tokens": 0, "completion_tokens": 0, "total_tokens": 0}}
{"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": "integer"}, "model": {"type": "string"}, "choices": {"type": "array"}, "usage": {"type": "object", "properties": {"prompt_tokens": {"type": "integer"}, "completion_tokens": {"type": "integer"}, "total_tokens": {"type": "integer"}}}}}
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/ccc0e05c-93cd-400b-bfbc-9fd3f5b9c8da/0/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Imagine and Upscale
This command run the imagine command and upscale the 4 images, when is ready returns the main image, and the upscaled images (5 images in total). It requries a prompt parameter and an optional webhook parameter
200
Example
{"job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": "https://google.com", "image_url": null, "status": "pending", "upscales": []}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "string"}, "image_url": {"type": "null"}, "status": {"type": "string"}, "upscales": {"type": "array"}}, "required": ["image_url", "job_id", "prompt", "status", "upscales", "webhook"]}
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/f93d7289-279e-4e66-a1fc-2be19eaa3e5b/0/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Status
with this endpoint you can check the status for certain job, it requires the job_id.
200
New Example
{"job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": "https://webhook.site/a4db1603-29f1-417b-9444-2f4e6df14250", "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4e53p8rwfped4qtjcsk7kx.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=3db8b5c1899a00e845f1a7ba2bc1f7bf%2F20230912%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230912T101740Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=97ab337a46328431b6c40620ad5b5be852992526d293316e9f3b1865fa5863a6", "status": "completed", "upscales": [{"job_id": "01ha4eb79cpdy4kn3dft6d0qtf", "parent_job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": null, "variation": 1, "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4eb79cpdy4kn3dft6d0qtf.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=3db8b5c1899a00e845f1a7ba2bc1f7bf%2F20230912%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230912T101848Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=1237394f8c7f8c3fe2d5e9cd4dfcd57a21ff8975fb2b40924441ad437536e7c6", "job_type": "upscale", "status": "completed"}, {"job_id": "01ha4eb7a5fccwtpyns3kp7v0h", "parent_job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": null, "variation": 2, "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4eb7a5fccwtpyns3kp7v0h.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=3db8b5c1899a00e845f1a7ba2bc1f7bf%2F20230912%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230912T101851Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=fa5035b2c8b37b506d46e644fa32bdd19c01ace81eab1c25c32dea5fbf56fcae", "job_type": "upscale", "status": "completed"}, {"job_id": "01ha4eb7akwnwf7xkzcng2wdh5", "parent_job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": null, "variation": 3, "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4eb7akwnwf7xkzcng2wdh5.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=3db8b5c1899a00e845f1a7ba2bc1f7bf%2F20230912%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230912T101849Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=5313eb888c5944e0ea30ff1cad65a7846df07b3d7c5ecec4e791e34cf046063a", "job_type": "upscale", "status": "completed"}, {"job_id": "01ha4eb7aysxg1rvz5gwy48pr5", "parent_job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "dog running in the park", "webhook": null, "variation": 4, "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4eb7aysxg1rvz5gwy48pr5.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=3db8b5c1899a00e845f1a7ba2bc1f7bf%2F20230912%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230912T101847Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=460c58cd54af9793159d9b7dd10e05a7a0a5a045dabd08d652712f26b4dcd449", "job_type": "upscale", "status": "completed"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "string"}, "image_url": {"type": "string"}, "status": {"type": "string"}, "upscales": {"type": "array", "items": {"type": "object", "properties": {"job_id": {"type": "string"}, "parent_job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "null"}, "variation": {"type": "integer"}, "image_url": {"type": "string"}, "job_type": {"type": "string"}, "status": {"type": "string"}}, "required": ["image_url", "job_id", "job_type", "parent_job_id", "prompt", "status", "variation", "webhook"]}}}, "required": ["image_url", "job_id", "prompt", "status", "upscales", "webhook"]}
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/4183c2a6-1216-497a-b7c1-aa454217c39a/0/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Upscale
Run the upscale command in Midjourney to upscale images from generated with the imagine command. Send a variant parameter containing the number to base the image on. The API returns a job_id that can be used to check status on the status endpoint. Optionally, provide a webhook parameter to be notified via webhook when the job completes.
200
Success
{"job_id": "01ha4e57gqg2xr73fvyexmdvkc", "parent_job_id": "01ha4d9kgsk8nh54vmx9xe8djm", "prompt": "green garden", "webhook": "https://google.com", "variation": 4, "job_type": "upscale", "status": "pending"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "parent_job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "string"}, "variation": {"type": "integer"}, "job_type": {"type": "string"}, "status": {"type": "string"}}, "required": ["job_id", "job_type", "parent_job_id", "prompt", "status", "variation", "webhook"]}
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/4183c2a6-1216-497a-b7c1-aa454217c39a/0/1
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Upscale
Run the upscale command in Midjourney to upscale images from generated with the imagine command. Send a variant parameter containing the number to base the image on. The API returns a job_id that can be used to check status on the status endpoint. Optionally, provide a webhook parameter to be notified via webhook when the job completes.
200
Completed
{"job_id": "01ha4eb79cpdy4kn3dft6d0qtf", "parent_job_id": "01ha4e53p8rwfped4qtjcsk7kx", "prompt": "green garden", "webhook": null, "variation": 1, "image_url": "https://midjourney-public.9ad8c071ea872b04efc8e75b8294bd6c.r2.cloudflarestorage.com/midjourney-public/01ha4eb79cpdy4kn3dft6d0qtf.png?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=3db8b5c1899a00e845f1a7ba2bc1f7bf%2F20230912%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230912T101848Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=1237394f8c7f8c3fe2d5e9cd4dfcd57a21ff8975fb2b40924441ad437536e7c6", "job_type": "upscale", "status": "completed"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"job_id": {"type": "string"}, "parent_job_id": {"type": "string"}, "prompt": {"type": "string"}, "webhook": {"type": "null"}, "variation": {"type": "integer"}, "image_url": {"type": "string"}, "job_type": {"type": "string"}, "status": {"type": "string"}}, "required": ["image_url", "job_id", "job_type", "parent_job_id", "prompt", "status", "variation", "webhook"]}
8cb79cc4-31b2-4fcc-8d04-2fb93feb91e3/4183c2a6-1216-497a-b7c1-aa454217c39a/1/0
Midjourney Auto Upscale
Imagine and Upscale the prompt with only 1 API call (5 images in total). Webhook available.
0
Upscale
Run the upscale command in Midjourney to upscale images from generated with the imagine command. Send a variant parameter containing the number to base the image on. The API returns a job_id that can be used to check status on the status endpoint. Optionally, provide a webhook parameter to be notified via webhook when the job completes.
422
Response
{"message": "The prompt field is required.", "errors": {"prompt": ["The prompt field is required."]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "errors": {"type": "object", "properties": {"prompt": {"type": "array", "items": {"type": "string"}}}, "required": ["prompt"]}}, "required": ["errors", "message"]}
5ea0f993-2ac4-459f-928d-c7d8a35e3490/2a086309-e567-442a-a9d3-fde961c26488/0/0
Spam Detector and Filter
Identify and filter spam content in various forms, such as emails, comments, messages, or user-generated content. With this API, you can easily integrate spam detection and filtering capabilities into your applications, platforms, or services, enabling you to protect your users and systems from unwanted and potentially harmful content.
0.1
Detect Spam
Detect Spam from given text, email, and or IP address
200
Success
{"status": "ok", "error": null, "data": {"isSpam": true, "isDisposableEmail": false, "isIPBlacklisted": false, "isCompanyEmail": false, "isFreeEmail": false, "isValidEmail": false, "emailDetails": {"isConnecting": false, "isValid": false, "isMxValid": false, "isSmtpValid": false}, "ipDetails": {"range": [2058663936, 2058664447], "country": "IN", "region": "DL", "eu": "0", "timezone": "Asia/Kolkata", "city": "Delhi", "ll": [28.6504, 77.2372], "metro": 0, "area": 1}, "parsed": true}}
{"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"isSpam": {"type": "boolean"}, "isDisposableEmail": {"type": "boolean"}, "isIPBlacklisted": {"type": "boolean"}, "isCompanyEmail": {"type": "boolean"}, "isFreeEmail": {"type": "boolean"}, "isValidEmail": {"type": "boolean"}, "emailDetails": {"type": "object", "properties": {"isConnecting": {"type": "boolean"}, "isValid": {"type": "boolean"}, "isMxValid": {"type": "boolean"}, "isSmtpValid": {"type": "boolean"}}}, "ipDetails": {"type": "object", "properties": {"range": {"type": "array", "items": {"type": "integer"}}, "country": {"type": "string"}, "region": {"type": "string"}, "eu": {"type": "string"}, "timezone": {"type": "string"}, "city": {"type": "string"}, "ll": {"type": "array", "items": {"type": "number"}}, "metro": {"type": "integer"}, "area": {"type": "integer"}}}, "parsed": {"type": "boolean"}}}}}
039d0354-3e55-4c92-a90c-fa41e9d4d3d1/1a93778f-210e-4ae9-a96f-fafa70a3cd1b/0/0
JSONExtract Pro
Effortlessly extract custom tokens from text and convert them to JSON with this AI-powered data extraction tool.
null
/extract
This endpoint seamlessly processes incoming text alongside an array of specified entities, extracting their data, and efficiently returns the results in JSON format for seamless integration into your applications. Checkout API Docs 👇
201
Example: real-estate advertisement parsing
{"company_name": "Lorem Ipsumers Real Estate", "houses": [{"location": "Heart of the Big Apple", "price": 350000, "currency": "USD", "proposal_type": "sale"}, {"location": "Downtown Core", "price": 3500, "currency": "USD", "proposal_type": "rent"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"company_name": {"type": "string"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "price": {"type": "integer"}, "currency": {"type": "string"}, "proposal_type": {"type": "string"}}, "required": ["currency", "location", "price", "proposal_type"]}}}, "required": ["company_name", "houses"]}
264477c4-f525-4500-8d3c-3ff12d9b04ac/1165f6d8-e1ab-4e94-bf6e-432288880f28/0/0
AI Package
WIP AI Chat | Image
null
Chat
Chat with GPT Models (Sometime GPT4 have some issue) Look models available | return Json
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
66a397e7-9333-43a7-b62f-63c700d883bb/c5e5f65b-864f-447d-970d-fd6ec54f2985/0/0
Speechy
Speech to text in 20+ languages, support files up to 1 hours long. Convert audio or video to text. Voice to text.
null
Convert Video/Audio To Text [FASTER]
Convert any audio or video file to text. It uses a lighter model, so it is faster. Use this when: - audio is crisp - you want faster responses
200
New Example
{"status": 200, "message": "OK", "text": "<TRANSCRIPT>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "text": {"type": "string"}}, "required": ["message", "status", "text"]}
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/82a21c0c-f63c-4b63-9321-0ae60c10c50b/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
Headline/Title Generator
Crafting engaging and attention-grabbing headlines is an art. Our headline generator uses AI to create captivating headlines that effectively convey the essence of the content, attracting readers and increasing click-through rates. Limitations: * Text length cannot be more then 5000 characters long for a single payload.
200
Success
{"data": ["Unleash the Power of Product Descriptions: Compelling Reasons to Buy", "Persuasive Product Descriptions: Convince Customers with Benefits", "The Art of Selling: How Great Product Descriptions Drive Sales"], "isSuccess": true, "message": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "isSuccess": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["data", "isSuccess", "message"]}
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/d7baec25-32c0-4459-9420-8f76326eef87/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
Sentiment Analysis
By analyzing the sentiment expressed in a piece of text, our API can determine whether the sentiment is positive, negative, or neutral. This is valuable for brand monitoring, customer feedback analysis, and understanding public opinion. Limitations: * Text length cannot be more then 1000 characters long for a single payload.
200
Success
{"data": {"neg": 0, "neu": 0.181, "pos": 0.819, "compound": 0.6369, "sentiment": "positive"}, "isSuccess": true, "message": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"neg": {"type": "integer"}, "neu": {"type": "number"}, "pos": {"type": "number"}, "compound": {"type": "number"}, "sentiment": {"type": "string"}}, "required": ["compound", "neg", "neu", "pos", "sentiment"]}, "isSuccess": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["data", "isSuccess", "message"]}
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/430c1606-0028-4b3e-858b-407f18626c61/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
POS Tagger
The POS Tagger identifies the grammatical parts of speech in a sentence, helping in language analysis, syntax parsing, and linguistic studies. Limitations: * Text length cannot be more then 250 characters long for a single payload.
200
Success
{"data": [{"word": "The", "lemma": "the", "pos": "DT", "posFullName": "Determiner", "index": 1}, {"word": "POS", "lemma": "POS", "pos": "NNP", "posFullName": "Proper noun", "index": 2}, {"word": "Tagger", "lemma": "tagger", "pos": "NN", "posFullName": "Noun", "index": 3}, {"word": "identifies", "lemma": "identify", "pos": "VBZ", "posFullName": "Verb", "index": 4}, {"word": "the", "lemma": "the", "pos": "DT", "posFullName": "Determiner", "index": 5}, {"word": "grammatical", "lemma": "grammatical", "pos": "JJ", "posFullName": "Adjective", "index": 6}, {"word": "parts", "lemma": "part", "pos": "NNS", "posFullName": "Noun", "index": 7}, {"word": "of", "lemma": "of", "pos": "IN", "posFullName": "Preposition", "index": 8}, {"word": "speech", "lemma": "speech", "pos": "NN", "posFullName": "Noun", "index": 9}, {"word": "in", "lemma": "in", "pos": "IN", "posFullName": "Preposition", "index": 10}, {"word": "a", "lemma": "a", "pos": "DT", "posFullName": "Determiner", "index": 11}, {"word": "sentence", "lemma": "sentence", "pos": "NN", "posFullName": "Noun", "index": 12}, {"word": ",", "lemma": ",", "pos": ",", "posFullName": "Comma", "index": 13}, {"word": "helping", "lemma": "help", "pos": "VBG", "posFullName": "Verb", "index": 14}, {"word": "in", "lemma": "in", "pos": "IN", "posFullName": "Preposition", "index": 15}, {"word": "language", "lemma": "language", "pos": "NN", "posFullName": "Noun", "index": 16}, {"word": "analysis", "lemma": "analysis", "pos": "NN", "posFullName": "Noun", "index": 17}, {"word": ",", "lemma": ",", "pos": ",", "posFullName": "Comma", "index": 18}, {"word": "syntax", "lemma": "syntax", "pos": "NN", "posFullName": "Noun", "index": 19}, {"word": "parsing", "lemma": "parse", "pos": "VBG", "posFullName": "Verb", "index": 20}, {"word": ",", "lemma": ",", "pos": ",", "posFullName": "Comma", "index": 21}, {"word": "and", "lemma": "and", "pos": "CC", "posFullName": "Coordinating conjunction", "index": 22}, {"word": "linguistic", "lemma": "linguistic", "pos": "JJ", "posFullName": "Adjective", "index": 23}, {"word": "studies", "lemma": "study", "pos": "NNS", "posFullName": "Noun", "index": 24}, {"word": ".", "lemma": ".", "pos": ".", "posFullName": "Period", "index": 25}], "isSuccess": true, "message": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "lemma": {"type": "string"}, "pos": {"type": "string"}, "posFullName": {"type": "string"}, "index": {"type": "integer"}}, "required": ["index", "lemma", "pos", "posFullName", "word"]}}, "isSuccess": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["data", "isSuccess", "message"]}
297404c2-bbfb-4ad2-ad8e-2ef5c9bf9ee8/8d37fd46-7696-4b87-b655-8e349ea3f2a9/0/0
NLP Services
In this api we provide APIs like Paraphrasing, Text Summarizer, POS Tagger, Keywords Extractor, Translation, Sentiment Analysis, Headline Generator, Language Detection and further will added over the time...
null
Keywords Extractor
Extracting keywords from text can be crucial for content categorization, search engine optimization (SEO), and topic analysis. Our API can automatically extract relevant keywords from text, making it easier to categorize and organize content. Limitations: * Text length cannot be more then 5000 characters long for a single payload.
200
Success
{"data": ["content categorization", "search engine optimization", "topic analysis", "API", "automatically extract"], "isSuccess": true, "message": "success"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "isSuccess": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["data", "isSuccess", "message"]}
7c524f1f-3dce-4f21-8d6c-9df8913cb723/40754277-e2b0-4b4c-b398-e3399efc4312/1/0
AI Image Generator
Our AI art and image generator API service empowers developers and designers to unlock their creativity by harnessing the power of artificial intelligence. With our cutting-edge technology, you can seamlessly integrate our API into your applications or platforms, enabling you to effortlessly generate stunning and unique art pieces or images. Whether you're looking to automate the creation of digital art, enhance visual content, or explore new artistic horizons, our API service provides a user...
9.1
Generate AI Art/Image
This endpoint gets a prompt as input and returns a list of images generated by AI.
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"}}}}}}
4ae115ad-2ce5-40e4-a814-e9951b203547/b11bef39-76af-4c60-a4d0-3c166ed30d7f/0/0
MessengerX.io
Create your own AI Character using Prompt Engineering
8.7
Search AI Library
Search all publicly available AI characters
200
Successful Response
[{"name": "jeanie", "display_name": "Jeanie", "description": "I am your virtual girlfriend, Wanna chat?", "image_url": "https://media.istockphoto.com/vectors/cartoon-retro-genie-girl-vector-id585150938?k=20&m=585150938&s=612x612&w=0&h=0GxfiPx3dfsSsAr9VL_4ZibgZJerEsPhMAdBxmZHjEY=", "featured": false, "status": 1}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "display_name": {"type": "string"}, "description": {"type": "string"}, "image_url": {"type": "string"}, "featured": {"type": "boolean"}, "status": {"type": "integer"}}}}
95af05b8-8cf8-4fa3-a425-7c61d110d747/f251b30b-f2d0-44b3-a43d-59c2c12fb7d0/0/0
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
imagine
The /imagine command allows you to generate an image using a prompt
200
New Example
{"taskId": "d38d9d09-051b-40ac-8048-1eb2b106d2cb", "success": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"taskId": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["success", "taskId"]}
95af05b8-8cf8-4fa3-a425-7c61d110d747/644c2b0f-f8d8-488c-a33b-784d52be2e36/0/0
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
get job by taskId
fetch result of job by taskId, and the taskId will expired after 24 hours taskId (required,string)
200
imagine Example
{"success": true, "command": "imagine", "taskId": "d38d9d09-051b-40ac-8048-1eb2b106d2cb", "progress": 100, "imageId": "1149660531674853416", "imageUrl": "https://cdn.discordapp.com/attachments/1148913132786425908/1149660530869555221/johnsmith22620_Flying_car_b818dd34-f1ec-414c-a5af-02ab02dca337.png"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "command": {"type": "string"}, "taskId": {"type": "string"}, "progress": {"type": "integer"}, "imageId": {"type": "string"}, "imageUrl": {"type": "string"}}, "required": ["command", "imageId", "imageUrl", "progress", "success", "taskId"]}
95af05b8-8cf8-4fa3-a425-7c61d110d747/644c2b0f-f8d8-488c-a33b-784d52be2e36/0/1
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
get job by taskId
fetch result of job by taskId, and the taskId will expired after 24 hours taskId (required,string)
200
Describe Example
{"success": true, "command": "describe", "taskId": "fdf4049d-011c-4ae4-ae6d-e213b2867643", "description": ["1\ufe0f\u20e3 a painting of a woman with an elegant appearance, in the style of [noah bradley](https://goo.gl/search?artist%20noah%20bradley), [kerem beyit](https://goo.gl/search?artist%20kerem%20beyit), sun-kissed palettes, realistic hyper-detail, youthful protagonists, [gwenda morgan](https://goo.gl/search?artist%20gwenda%20morgan), delicate markings --ar 38:29", "2\ufe0f\u20e3 image for the pharaoh elisabeth jones wallpaper, in the style of digital painting, portrait miniatures, golden light, close up, timeless grace, sun-kissed palettes, fantasy illustrated --ar 38:29", "3\ufe0f\u20e3 roman actress sarah michael, in the style of [marc simonetti](https://goo.gl/search?artist%20marc%20simonetti), [kerem beyit](https://goo.gl/search?artist%20kerem%20beyit), [kadir nelson](https://goo.gl/search?artist%20kadir%20nelson), light amber, 8k, phoenician art, austere simplicity --ar 38:29", "4\ufe0f\u20e3 a woman with long brown hair and dark hair standing in front of a garden, in the style of realistic portrait painter, ancient egypt, blink-and-you-miss-it detail, golden light, d&d, official art, charming characters --ar 38:29"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "command": {"type": "string"}, "taskId": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}}, "required": ["command", "description", "success", "taskId"]}
95af05b8-8cf8-4fa3-a425-7c61d110d747/644c2b0f-f8d8-488c-a33b-784d52be2e36/1/0
MidJourney API
Experience Imaging Excellence: Midjourney API - Unleashing Power, Ensuring Stability, Embracing Affordability 🔥📸
8.6
get job by taskId
fetch result of job by taskId, and the taskId will expired after 24 hours taskId (required,string)
500
New Example
{"success": false, "error": "No task found for this taskId: 0d441482-f5ea-4dff-8a4a-d3ff104b65f5"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}}, "required": ["error", "success"]}
47efa1c3-c46a-4d84-8504-f1ffa1f0cf12/26af968b-de06-4805-8b29-ace74f9228b0/0/0
Face Mask Detection
PresentID face mask detection API can detect that the person wears a mask or not.
null
Send image with image URL
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": [{"x0": 200, "x1": 412, "y0": 118, "y1": 388, "masked": 1}]}
{"type": "object", "properties": {"statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}, "hasError": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"x0": {"type": "integer"}, "x1": {"type": "integer"}, "y0": {"type": "integer"}, "y1": {"type": "integer"}, "masked": {"type": "integer"}}}}}}
47efa1c3-c46a-4d84-8504-f1ffa1f0cf12/8bd5737c-56cb-4be0-902f-b17ff562c8dc/0/0
Face Mask Detection
PresentID face mask detection API can detect that the person wears a mask or not.
null
Sending image with image file
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
{"data": [{"masked": 1, "x0": 263, "x1": 528, "y0": 83, "y1": 442}], "hasError": false, "statusCode": 200, "statusMessage": "OK"}
{"properties": {"data": {"items": {"properties": {"masked": {"type": "integer"}, "x0": {"type": "integer"}, "x1": {"type": "integer"}, "y0": {"type": "integer"}, "y1": {"type": "integer"}}, "type": "object"}, "type": "array"}, "hasError": {"type": "boolean"}, "statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}}, "type": "object"}
47efa1c3-c46a-4d84-8504-f1ffa1f0cf12/ecf83830-7e0c-4140-9b3a-e519a4285365/0/0
Face Mask Detection
PresentID face mask detection API can detect that the person wears a mask or not.
null
Send image with 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
{"data": [{"masked": 0, "x0": 44, "x1": 148, "y0": 61, "y1": 208}], "hasError": false, "statusCode": 200, "statusMessage": "OK"}
{"properties": {"data": {"items": {"properties": {"masked": {"type": "integer"}, "x0": {"type": "integer"}, "x1": {"type": "integer"}, "y0": {"type": "integer"}, "y1": {"type": "integer"}}, "type": "object"}, "type": "array"}, "hasError": {"type": "boolean"}, "statusCode": {"type": "integer"}, "statusMessage": {"type": "string"}}, "type": "object"}
7effe03c-b402-4301-9732-16de34eb32dc/3a33fc3f-a892-4eaf-bc0f-2357a6964195/1/0
ContentAI.net - Text Generation
Very cheap! Text generation using artificial intelligence language models. Texts available in 103 different categories. API with very low response time for rapid content generation. Text Generator.
8.5
blog-articles
Blog Articles
200
Success
{"suggestedTitle": "Examining the Spread of Infectious Diseases in Haiti", "text": "Haiti is facing a severe outbreak of the spread of diseases across the country. The country is experiencing several health crises, including one of the most recent this year. In the first outbreak, the virus spread quickly throughout the country and spread across a large area with minimal impact on the health of its population. In this outbreak, we will look at the spread of infectious diseases in Haiti, identifying potential contributors to its spread.\\n\\nOne way to study the spread of infectious diseases in Haiti is by examining the epidemiology of the disease. The disease involves several factors such as seasonal, seasonal, and seasonal variations. One of these factors is the seasonal variation of the disease. According to the Centers for Disease Control and Prevention, the tropical storm season in Haiti is characterized by four months of cooler years, which means that it takes less than 25 weeks for an outbreak to spread to an estimated 1.6 million people. Additionally, the rainy season in Haiti varies widely depending on the intensity of the storm season. Furthermore, there are several reasons why the rainy season in Haiti stands at only about 29 days, according to the Centers for Disease Control and Prevention.\\n\\nAnother way to study the spread of infectious diseases in Haiti is through the public health system. Public health officials in the province have developed the use of public health information systems to help determine if a disease is being treated or prevented using public health resources. This information makes it easier for health officials to treat people who are experiencing major health challenges. Through the Public Health System, government officials can track population trends and provide information about the overall health outcomes of the population.\\n\\nIn addition to implementing preventive measures, Haiti is also seeing evidence of the spread of new diseases within the country. One of the most common examples is the spread of new diseases in Haiti before it reaches epidemic intensity levels in some regions of the country. By doing so, health officials can control the pathogenic behavior of the disease and ensure it continues to spread elsewhere. This helps in reducing the risk of potential infectious diseases and ultimately reducing the risk of a major health emergency.\\n\\nIn conclusion, examining the spread of infectious diseases in Haiti is crucial for understanding the spread of infectious diseases. It is vital for governments to identify and prioritize early warning systems and promote preventive measures aimed at identifying potential causes. By studying the historical data collected from over four decades of data, governments can better understand the impact of these infectious diseases on the country."}
{"type": "object", "properties": {"suggestedTitle": {"type": "string"}, "text": {"type": "string"}}}
be68b36c-b33e-4782-b0a4-a8a61c556141/4366a28d-6ce7-4e53-8aa9-82d993f694c5/0/0
ChatGPT - OpenAI
ChatGPT - OpenAI API for Chat competition with ChatGPT OpenAI is an AI research and deployment company. Our mission is to ensure that artificial general intelligence benefits all of humanity. This API contains the following.
8.5
Chat
Chat models take a series of messages as input, and return a model-generated message as output. Although the chat format is designed to make multi-turn conversations easy
200
New Example
{"role": "assistant", "content": "I'm an AI language model designed to assist and engage in conversation with humans using natural language processing algorithms. My purpose is to assist users in finding information, fulfilling certain tasks, or simply having a conversation. I'm constantly learning and improving my abilities to better serve and meet the needs of my users."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"role": {"type": "string"}, "content": {"type": "string"}}, "required": ["content", "role"]}
48d8e2da-4510-446a-90a3-ee2e7ff5fc1b/1e93464a-2088-4788-9187-59c70bb03739/0/0
Diffusion Search Engine
The Stable Diffusion prompt search engine one of the more popular AI art models makes Stable Diffusion prompting a bit less of a dark art and more of a science.
null
Search
Search for an image
200
Sample Response
{"success": true, "message": "success", "results": {"images": [{"id": "045a748b-108b-44cc-a319-1a6e565d98a3", "gallery": "https://lexica.art?q=045a748b-108b-44cc-a319-1a6e565d98a3", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/045a748b-108b-44cc-a319-1a6e565d98a3", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/045a748b-108b-44cc-a319-1a6e565d98a3", "prompt": "a fantasy character with a cute shiba inu head and an astronaut body \uff0c cinematic \uff0c unreal 5 \uff0c photography \uff0c 5 5 mm \uff0c aperture f 1. 4 ", "width": 512, "height": 704, "seed": "3717985766", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "c6300a8d-91ee-4762-9cbe-70feff0d9040", "nsfw": false}, {"id": "0fe1969f-34a9-474a-8a5f-799bc1fe7272", "gallery": "https://lexica.art?q=0fe1969f-34a9-474a-8a5f-799bc1fe7272", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/0fe1969f-34a9-474a-8a5f-799bc1fe7272", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/0fe1969f-34a9-474a-8a5f-799bc1fe7272", "prompt": "adorable corgi wearing a spacesuit, pixar style, digital render, cgi ", "width": 512, "height": 512, "seed": "2470521464", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "721a6b23-f14b-4490-ad7e-9445338b1d54", "nsfw": false}, {"id": "16059b34-5869-4592-8b84-4ef80661e19a", "gallery": "https://lexica.art?q=16059b34-5869-4592-8b84-4ef80661e19a", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/16059b34-5869-4592-8b84-4ef80661e19a", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/16059b34-5869-4592-8b84-4ef80661e19a", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c cinematic \uff0c unreal 5 \uff0c photography \uff0c 8 5 mm \uff0c aperture f 1. 4 ", "width": 512, "height": 1280, "seed": "2993871502", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "c276590f-128a-4045-b326-281f347ab47b", "nsfw": false}, {"id": "1b908ba2-6be1-4d48-a3f5-11740395377d", "gallery": "https://lexica.art?q=1b908ba2-6be1-4d48-a3f5-11740395377d", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/1b908ba2-6be1-4d48-a3f5-11740395377d", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/1b908ba2-6be1-4d48-a3f5-11740395377d", "prompt": "\u201c corgi in astronaut suit \u201d ", "width": 512, "height": 512, "seed": "136056499", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "99adefd1-3959-487b-8920-3e10663e70e4", "nsfw": false}, {"id": "1d2cb94b-dbea-46c3-833e-263dc83a505d", "gallery": "https://lexica.art?q=1d2cb94b-dbea-46c3-833e-263dc83a505d", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/1d2cb94b-dbea-46c3-833e-263dc83a505d", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/1d2cb94b-dbea-46c3-833e-263dc83a505d", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c unreal 5, 8 k ", "width": 512, "height": 640, "seed": "1435584904", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "d487ee77-8523-4665-a582-35823c3ae37f", "nsfw": false}, {"id": "1d7c0eb8-0671-42bb-8bb2-55107a501006", "gallery": "https://lexica.art?q=1d7c0eb8-0671-42bb-8bb2-55107a501006", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/1d7c0eb8-0671-42bb-8bb2-55107a501006", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/1d7c0eb8-0671-42bb-8bb2-55107a501006", "prompt": "puppies going to space", "width": 512, "height": 512, "seed": "3291047502", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "4fdc8af8-1a0a-4750-acff-ebaab7166336", "nsfw": false}, {"id": "1f61c357-1bfe-4390-83a7-5ba0c6596e88", "gallery": "https://lexica.art?q=1f61c357-1bfe-4390-83a7-5ba0c6596e88", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/1f61c357-1bfe-4390-83a7-5ba0c6596e88", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/1f61c357-1bfe-4390-83a7-5ba0c6596e88", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet \uff0c painting photoshop by mark ryden and pixar and hayao miyazaki, 8 k ", "width": 512, "height": 640, "seed": "2439145268", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "ad59d4c7-d707-48d9-8de3-3a3282021ce0", "nsfw": false}, {"id": "25ccee12-920c-4af0-8119-d83067f1248d", "gallery": "https://lexica.art?q=25ccee12-920c-4af0-8119-d83067f1248d", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/25ccee12-920c-4af0-8119-d83067f1248d", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/25ccee12-920c-4af0-8119-d83067f1248d", "prompt": "hyper realistic, highly detailed, astronaut pug in space. ", "width": 512, "height": 512, "seed": "2644588753", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "f9f07650-0e5c-456b-a13c-ccd13879cc38", "nsfw": false}, {"id": "2a5ee4c9-9707-4b37-97ef-1ecfd770a997", "gallery": "https://lexica.art?q=2a5ee4c9-9707-4b37-97ef-1ecfd770a997", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/2a5ee4c9-9707-4b37-97ef-1ecfd770a997", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/2a5ee4c9-9707-4b37-97ef-1ecfd770a997", "prompt": "corgi puppy as an astronaut, oil on canvas, intricate, portrait, 8 k highly professionally detailed, hdr, cgsociety ", "width": 512, "height": 768, "seed": "1310366245", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "52a7d181-e905-4a72-bd01-805945445ce7", "nsfw": false}, {"id": "3967a8b6-6cb0-4aed-a245-1edc408fc1ab", "gallery": "https://lexica.art?q=3967a8b6-6cb0-4aed-a245-1edc408fc1ab", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/3967a8b6-6cb0-4aed-a245-1edc408fc1ab", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/3967a8b6-6cb0-4aed-a245-1edc408fc1ab", "prompt": "goldendoodle in space ", "width": 512, "height": 512, "seed": "3100542202", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "af9cbb4b-4f97-4790-b117-ab94dc5c203b", "nsfw": false}, {"id": "3a4b56d8-6cbd-439a-b953-00d23b922ee5", "gallery": "https://lexica.art?q=3a4b56d8-6cbd-439a-b953-00d23b922ee5", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/3a4b56d8-6cbd-439a-b953-00d23b922ee5", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/3a4b56d8-6cbd-439a-b953-00d23b922ee5", "prompt": "corgi in astronaut suit floating in deep space, oil on canvas, intricate, portrait, 8 k highly professionally detailed, hdr, cgsociety, sharp focus, artstation, vibrant, cinematic ", "width": 1024, "height": 640, "seed": "1530879018", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "62675dc7-5a11-4d27-a7db-280cc83346a2", "nsfw": false}, {"id": "4e06b7bd-19c9-452b-8c2f-48a5fddc8e3d", "gallery": "https://lexica.art?q=4e06b7bd-19c9-452b-8c2f-48a5fddc8e3d", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/4e06b7bd-19c9-452b-8c2f-48a5fddc8e3d", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/4e06b7bd-19c9-452b-8c2f-48a5fddc8e3d", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet \uff0c painting photoshop by mark ryden and pixar and hayao miyazaki, unreal 5, 8 k ", "width": 512, "height": 640, "seed": "4275396766", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "a2cfcb17-f84a-4268-a8d8-c387c13d15e6", "nsfw": false}, {"id": "56b342e5-21dd-427b-bef9-a2eb8686b9c6", "gallery": "https://lexica.art?q=56b342e5-21dd-427b-bef9-a2eb8686b9c6", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/56b342e5-21dd-427b-bef9-a2eb8686b9c6", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/56b342e5-21dd-427b-bef9-a2eb8686b9c6", "prompt": "golden - ratio, spirals, highly detailed, astronaut pug in outer space painted by davinci. ", "width": 512, "height": 512, "seed": "2219742624", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "aa5b64c6-32fb-4dd9-80f4-dc94a332d951", "nsfw": false}, {"id": "5e074bf3-c2dd-415f-9b5a-cc7bb5d0b75b", "gallery": "https://lexica.art?q=5e074bf3-c2dd-415f-9b5a-cc7bb5d0b75b", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/5e074bf3-c2dd-415f-9b5a-cc7bb5d0b75b", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/5e074bf3-c2dd-415f-9b5a-cc7bb5d0b75b", "prompt": "beautiful detailed and adorable portrait of a capybara astronaut in a spacesuit floating above earth by casey weldon by mark ryden by thomas blackshear, super cute, new contemporary, pop surrealism, oil painting ", "width": 640, "height": 832, "seed": "1296562222", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "cb926369-e0aa-43ac-a06f-7b1818854d27", "nsfw": false}, {"id": "5fbe43f9-d083-4502-b642-88a398f1710d", "gallery": "https://lexica.art?q=5fbe43f9-d083-4502-b642-88a398f1710d", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/5fbe43f9-d083-4502-b642-88a398f1710d", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/5fbe43f9-d083-4502-b642-88a398f1710d", "prompt": "film still of anthropomorphics anthropomorphics shiba and cat as astronauts in interstellar, 4 k ", "width": 2112, "height": 1536, "seed": "3780151878", "grid": true, "model": "stable-diffusion", "guidance": 8, "promptid": "d362608e-64f0-4613-873e-b7b66be9c969", "nsfw": false}, {"id": "684a3098-1b5a-4507-9a33-6fa7bde51c66", "gallery": "https://lexica.art?q=684a3098-1b5a-4507-9a33-6fa7bde51c66", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/684a3098-1b5a-4507-9a33-6fa7bde51c66", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/684a3098-1b5a-4507-9a33-6fa7bde51c66", "prompt": "corgi puppy as an astronaut, oil on canvas, intricate, portrait, 8 k highly professionally detailed, hdr, cgsociety ", "width": 512, "height": 768, "seed": "1310366245", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "52a7d181-e905-4a72-bd01-805945445ce7", "nsfw": false}, {"id": "6ada6d7b-fb1e-4cde-9dd2-44c9bcce052e", "gallery": "https://lexica.art?q=6ada6d7b-fb1e-4cde-9dd2-44c9bcce052e", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/6ada6d7b-fb1e-4cde-9dd2-44c9bcce052e", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/6ada6d7b-fb1e-4cde-9dd2-44c9bcce052e", "prompt": "a hyperrealistic digital render of a happy cyberpunk corgi in a soviet spacesuit, floating in space, symmetry, sharp focus ", "width": 512, "height": 512, "seed": "1460491649", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "f4cb3d72-0eec-4630-82c4-b9560eb801b9", "nsfw": false}, {"id": "72ba088c-84f4-460e-bb62-49bb5c0a1915", "gallery": "https://lexica.art?q=72ba088c-84f4-460e-bb62-49bb5c0a1915", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/72ba088c-84f4-460e-bb62-49bb5c0a1915", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/72ba088c-84f4-460e-bb62-49bb5c0a1915", "prompt": "oil painting of a shina inu in an astronaut suit", "width": 512, "height": 512, "seed": "2137818500", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "cff2e767-3bd5-4810-8117-e76f911bad44", "nsfw": false}, {"id": "7564ef50-dfc6-41e2-bc9d-5761cda4bc7c", "gallery": "https://lexica.art?q=7564ef50-dfc6-41e2-bc9d-5761cda4bc7c", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/7564ef50-dfc6-41e2-bc9d-5761cda4bc7c", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/7564ef50-dfc6-41e2-bc9d-5761cda4bc7c", "prompt": "platypus astronaut, oil on canvas, intricate, portrait, 8 k highly professionally detailed, hdr, cgsociety ", "width": 512, "height": 768, "seed": "2622615178", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "a45f7f32-575a-4715-a418-7d53b0120f78", "nsfw": false}, {"id": "7c32f49b-1dcb-4670-95e9-58fcf3ed9c55", "gallery": "https://lexica.art?q=7c32f49b-1dcb-4670-95e9-58fcf3ed9c55", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/7c32f49b-1dcb-4670-95e9-58fcf3ed9c55", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/7c32f49b-1dcb-4670-95e9-58fcf3ed9c55", "prompt": "\u201c corgi in astronaut suit \u201d ", "width": 512, "height": 512, "seed": "136056499", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "99adefd1-3959-487b-8920-3e10663e70e4", "nsfw": false}, {"id": "7cb7bd18-d970-4f17-ad72-33438db667ee", "gallery": "https://lexica.art?q=7cb7bd18-d970-4f17-ad72-33438db667ee", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/7cb7bd18-d970-4f17-ad72-33438db667ee", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/7cb7bd18-d970-4f17-ad72-33438db667ee", "prompt": "wrecking ball the hamster from overwatch, dressed as an astronaut, character portrait, portrait, close up, concept art, intricate details, highly detailed, vintage sci - fi poster, retro future, in the style of chris foss, rodger dean, moebius, michael whelan, and gustave dore ", "width": 512, "height": 640, "seed": "2766085021", "grid": false, "model": "stable-diffusion", "guidance": 15, "promptid": "ecd02f00-e0e9-435d-9484-d3e7f779c2fc", "nsfw": false}, {"id": "7e50cb85-dbb7-42ff-9ce2-6db8caa06671", "gallery": "https://lexica.art?q=7e50cb85-dbb7-42ff-9ce2-6db8caa06671", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/7e50cb85-dbb7-42ff-9ce2-6db8caa06671", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/7e50cb85-dbb7-42ff-9ce2-6db8caa06671", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet \uff0c painting photoshop by mark ryden and pixar and hayao miyazaki, 8 k ", "width": 512, "height": 640, "seed": "2439145268", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "ad59d4c7-d707-48d9-8de3-3a3282021ce0", "nsfw": false}, {"id": "81e77ebf-47f4-4dbd-bf1d-b7beeabe0f9b", "gallery": "https://lexica.art?q=81e77ebf-47f4-4dbd-bf1d-b7beeabe0f9b", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/81e77ebf-47f4-4dbd-bf1d-b7beeabe0f9b", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/81e77ebf-47f4-4dbd-bf1d-b7beeabe0f9b", "prompt": "a beautiful painting, dog in a space suite, by nikolay nekrasov, long shot ", "width": 512, "height": 512, "seed": "2921737616", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "7ee36ea2-e4f1-4a40-9b6f-9b64735fc690", "nsfw": false}, {"id": "859297be-0209-4f68-a849-94cd60a2457c", "gallery": "https://lexica.art?q=859297be-0209-4f68-a849-94cd60a2457c", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/859297be-0209-4f68-a849-94cd60a2457c", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/859297be-0209-4f68-a849-94cd60a2457c", "prompt": "guineapigs's portrait on the cover of vogue magazine flying in space suits, deep dark universe, twinkling and spiral nubela, warmhole, beautiful stars, 4 k, 8 k, by hokusai, samurai man vagabond, detailed, editorial illustration, matte print, concept art, ink style, sketch, digital 2 d ", "width": 960, "height": 512, "seed": "3586380670", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "86ceb2d6-bc8c-414c-959a-fd7212ccbce4", "nsfw": false}, {"id": "861bf4c4-9056-49b1-820b-1c87de209f53", "gallery": "https://lexica.art?q=861bf4c4-9056-49b1-820b-1c87de209f53", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/861bf4c4-9056-49b1-820b-1c87de209f53", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/861bf4c4-9056-49b1-820b-1c87de209f53", "prompt": "portrait of a futuristic bulldog astronaut reflective visor mirror spacesuit reflecting a nebula supernova in space, portrait, intricate, digital painting, artstation, concept art, smooth, sharp focus, illustration, cinematic lighting, art by artgerm and greg rutkowski and alphonse mucha ", "width": 768, "height": 512, "seed": "2934323925", "grid": false, "model": "stable-diffusion", "guidance": 10, "promptid": "5fb8a3e1-3f97-42fe-997f-bb4cf159ed6e", "nsfw": false}, {"id": "8705cc81-e497-4acf-b7df-70f373af8fca", "gallery": "https://lexica.art?q=8705cc81-e497-4acf-b7df-70f373af8fca", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/8705cc81-e497-4acf-b7df-70f373af8fca", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/8705cc81-e497-4acf-b7df-70f373af8fca", "prompt": "corgi dog in cosmos painting, leonardo da vinci style ", "width": 512, "height": 512, "seed": "1370752469", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "28bd26b0-5203-4016-bb53-4d279c025464", "nsfw": false}, {"id": "8bb7d02a-d55c-4ef0-a262-94e0a04b0a12", "gallery": "https://lexica.art?q=8bb7d02a-d55c-4ef0-a262-94e0a04b0a12", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/8bb7d02a-d55c-4ef0-a262-94e0a04b0a12", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/8bb7d02a-d55c-4ef0-a262-94e0a04b0a12", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c painting photoshop by hayao miyazaki, harvest fall vibrancy, cinematic ", "width": 512, "height": 640, "seed": "3530843952", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "7e3c6b2f-559d-425e-a8ad-a33b67c83ac1", "nsfw": false}, {"id": "8cac01cd-7c9a-4455-9680-c400545d2315", "gallery": "https://lexica.art?q=8cac01cd-7c9a-4455-9680-c400545d2315", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/8cac01cd-7c9a-4455-9680-c400545d2315", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/8cac01cd-7c9a-4455-9680-c400545d2315", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c painting photoshop by hayao miyazaki, unreal 5, daz, hyperrealistic, octane render, cosplay, rpg portrait, dynamic lighting, intricate detail, harvest fall vibrancy, cinematic ", "width": 512, "height": 640, "seed": "1248413788", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "67bf14e0-d41a-4022-a74e-a8780a93e8e8", "nsfw": false}, {"id": "904ef409-cddc-4ecd-82f2-4ed6e5cee694", "gallery": "https://lexica.art?q=904ef409-cddc-4ecd-82f2-4ed6e5cee694", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/904ef409-cddc-4ecd-82f2-4ed6e5cee694", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/904ef409-cddc-4ecd-82f2-4ed6e5cee694", "prompt": "gif, high - resolution, pencil art, colorized, extra - detailed, 8 k - resolution, pug astronaut, opening door, in space that leads into the universe by hideo kojima ", "width": 512, "height": 512, "seed": "105353553", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "ac1d550b-172e-4b84-9f6e-982c94cbeff3", "nsfw": false}, {"id": "90ee51ba-a5c3-490b-ac0a-e9586be60767", "gallery": "https://lexica.art?q=90ee51ba-a5c3-490b-ac0a-e9586be60767", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/90ee51ba-a5c3-490b-ac0a-e9586be60767", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/90ee51ba-a5c3-490b-ac0a-e9586be60767", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c cinematic \uff0c unreal 5 \uff0c photography \uff0c 8 5 mm \uff0c aperture f 1. 4 ", "width": 512, "height": 1280, "seed": "2993871502", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "c276590f-128a-4045-b326-281f347ab47b", "nsfw": false}, {"id": "a256c209-c074-4387-9051-aaac5f46b7c4", "gallery": "https://lexica.art?q=a256c209-c074-4387-9051-aaac5f46b7c4", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/a256c209-c074-4387-9051-aaac5f46b7c4", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/a256c209-c074-4387-9051-aaac5f46b7c4", "prompt": "tyrannosaurus dressed as an astronaut preparing to fly into space, 8k", "width": 896, "height": 512, "seed": "2770686482", "grid": false, "model": "stable-diffusion", "guidance": 9, "promptid": "2ca01ac8-4b14-4f2f-b6d0-a69c172b2081", "nsfw": false}, {"id": "a274ea3a-493d-41c3-8148-f09f75688b0d", "gallery": "https://lexica.art?q=a274ea3a-493d-41c3-8148-f09f75688b0d", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/a274ea3a-493d-41c3-8148-f09f75688b0d", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/a274ea3a-493d-41c3-8148-f09f75688b0d", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c painting photoshop by hayao miyazaki, unreal 5, daz, hyperrealistic, octane render, cosplay, rpg portrait, dynamic lighting, intricate detail, harvest fall vibrancy, cinematic ", "width": 512, "height": 640, "seed": "1248413788", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "67bf14e0-d41a-4022-a74e-a8780a93e8e8", "nsfw": false}, {"id": "a43fbbe4-6112-4fba-ac6d-7479432f0b07", "gallery": "https://lexica.art?q=a43fbbe4-6112-4fba-ac6d-7479432f0b07", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/a43fbbe4-6112-4fba-ac6d-7479432f0b07", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/a43fbbe4-6112-4fba-ac6d-7479432f0b07", "prompt": "corgi in astronaut suit floating in deep space, oil on canvas, intricate, portrait, 8 k highly professionally detailed, hdr, cgsociety, sharp focus, artstation, vibrant, cinematic ", "width": 1024, "height": 640, "seed": "1530879018", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "62675dc7-5a11-4d27-a7db-280cc83346a2", "nsfw": false}, {"id": "a7fedcfc-502c-4dbd-90f6-33aa6a6bf72e", "gallery": "https://lexica.art?q=a7fedcfc-502c-4dbd-90f6-33aa6a6bf72e", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/a7fedcfc-502c-4dbd-90f6-33aa6a6bf72e", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/a7fedcfc-502c-4dbd-90f6-33aa6a6bf72e", "prompt": "digital render of a happy cyberpunk corgi robot floating in space, starry sky, beautiful, futuristic, detailed ", "width": 512, "height": 512, "seed": "4159120432", "grid": false, "model": "stable-diffusion", "guidance": 6, "promptid": "b6cde858-a05d-4c70-b350-01ab0cc427ec", "nsfw": false}, {"id": "a8e9262c-fb28-43a6-84c4-9244c2362c55", "gallery": "https://lexica.art?q=a8e9262c-fb28-43a6-84c4-9244c2362c55", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/a8e9262c-fb28-43a6-84c4-9244c2362c55", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/a8e9262c-fb28-43a6-84c4-9244c2362c55", "prompt": "all of the planets revolving around a giant Corgi, beautiful, oil on canvas, intricate, 8k highly professionally detailed, HDR, CGsociety", "width": 512, "height": 512, "seed": "1866169263", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "ba1af4f3-9917-45cd-8341-e432d03107ee", "nsfw": false}, {"id": "b47ffa0f-6cb2-4255-904e-1e39ac83eaba", "gallery": "https://lexica.art?q=b47ffa0f-6cb2-4255-904e-1e39ac83eaba", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/b47ffa0f-6cb2-4255-904e-1e39ac83eaba", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/b47ffa0f-6cb2-4255-904e-1e39ac83eaba", "prompt": "a hyperrealistic digital render of a happy cyberpunk corgi in a soviet spacesuit, floating in space, symmetry, sharp focus ", "width": 512, "height": 512, "seed": "1460491649", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "f4cb3d72-0eec-4630-82c4-b9560eb801b9", "nsfw": false}, {"id": "c30eaa36-1308-4fd9-8e69-3464117d92d2", "gallery": "https://lexica.art?q=c30eaa36-1308-4fd9-8e69-3464117d92d2", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/c30eaa36-1308-4fd9-8e69-3464117d92d2", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/c30eaa36-1308-4fd9-8e69-3464117d92d2", "prompt": "mcbess illustration of a dog in a spacesuit In space", "width": 512, "height": 512, "seed": "3182424303", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "244897e1-34b8-41b8-8109-cafb9fd60580", "nsfw": false}, {"id": "c53d8a6e-2c5f-485b-bd57-77adf55169c6", "gallery": "https://lexica.art?q=c53d8a6e-2c5f-485b-bd57-77adf55169c6", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/c53d8a6e-2c5f-485b-bd57-77adf55169c6", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/c53d8a6e-2c5f-485b-bd57-77adf55169c6", "prompt": "an astronaut playing basketball with dogs in space, digital art, elegant, intricate, highly detailed, digital painting, artstation, concept art, sharp focus, illustration, 8 k ", "width": 512, "height": 512, "seed": "2676804922", "grid": false, "model": "stable-diffusion", "guidance": 8, "promptid": "1d6fd170-c351-49ee-a42a-9be03a36ff3d", "nsfw": false}, {"id": "c59eada3-0c29-4fec-8e57-845bc9756fa0", "gallery": "https://lexica.art?q=c59eada3-0c29-4fec-8e57-845bc9756fa0", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/c59eada3-0c29-4fec-8e57-845bc9756fa0", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/c59eada3-0c29-4fec-8e57-845bc9756fa0", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c painting photoshop by hayao miyazaki, harvest fall vibrancy, cinematic ", "width": 512, "height": 640, "seed": "3530843952", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "7e3c6b2f-559d-425e-a8ad-a33b67c83ac1", "nsfw": false}, {"id": "c8075abc-cc8f-427f-b45c-d1204ff08dea", "gallery": "https://lexica.art?q=c8075abc-cc8f-427f-b45c-d1204ff08dea", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/c8075abc-cc8f-427f-b45c-d1204ff08dea", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/c8075abc-cc8f-427f-b45c-d1204ff08dea", "prompt": "highly detailed painting of cute baby border collie puppy wearing a spacesuit by william turner, thick brush strokes and visible paint layers, 4 k resolution, outer space nebula background ", "width": 896, "height": 512, "seed": "2318263650", "grid": false, "model": "stable-diffusion", "guidance": 12, "promptid": "f3a2f9fb-0c69-4cd7-ba1f-2862d0bb193e", "nsfw": false}, {"id": "ca68dbb7-f75e-420d-9289-c687aeeeed06", "gallery": "https://lexica.art?q=ca68dbb7-f75e-420d-9289-c687aeeeed06", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/ca68dbb7-f75e-420d-9289-c687aeeeed06", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/ca68dbb7-f75e-420d-9289-c687aeeeed06", "prompt": "realistic heroic portrait of Laika the russian space dog, first dog in orbit 1957, wearing her space helmet, in a circle frame, art by Artgerm and Greg Rutkowski and Alphonse Mucha", "width": 512, "height": 512, "seed": "3324717122", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "90f8d803-7516-491c-8329-f0b95026e7a3", "nsfw": false}, {"id": "cc8112c8-39a1-4017-a028-298312ec473c", "gallery": "https://lexica.art?q=cc8112c8-39a1-4017-a028-298312ec473c", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/cc8112c8-39a1-4017-a028-298312ec473c", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/cc8112c8-39a1-4017-a028-298312ec473c", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet \uff0c unreal 5, 8 k ", "width": 512, "height": 640, "seed": "889570356", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "e4743656-f3fc-49a5-85c1-9d060f1aeb9f", "nsfw": false}, {"id": "d6cbf651-d851-4750-8c78-24c1970fa670", "gallery": "https://lexica.art?q=d6cbf651-d851-4750-8c78-24c1970fa670", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/d6cbf651-d851-4750-8c78-24c1970fa670", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/d6cbf651-d851-4750-8c78-24c1970fa670", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c cinematic \uff0c unreal 5 \uff0c photography \uff0c 8 5 mm \uff0c aperture f 1. 4 ", "width": 512, "height": 1280, "seed": "2993871502", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "c276590f-128a-4045-b326-281f347ab47b", "nsfw": false}, {"id": "ded7ab04-d679-4a5e-934b-3cefcb4b9cf2", "gallery": "https://lexica.art?q=ded7ab04-d679-4a5e-934b-3cefcb4b9cf2", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/ded7ab04-d679-4a5e-934b-3cefcb4b9cf2", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/ded7ab04-d679-4a5e-934b-3cefcb4b9cf2", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c painting photoshop by hayao miyazaki, ", "width": 512, "height": 640, "seed": "304808878", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "c21099d9-3f9b-4bcd-a8b7-f160af75c6df", "nsfw": false}, {"id": "e3e13fde-51b4-4a9f-936c-4f8fd45ad0f8", "gallery": "https://lexica.art?q=e3e13fde-51b4-4a9f-936c-4f8fd45ad0f8", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/e3e13fde-51b4-4a9f-936c-4f8fd45ad0f8", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/e3e13fde-51b4-4a9f-936c-4f8fd45ad0f8", "prompt": "a fantasy character with a cute shiba inu head, an astronaut body and a transparent glass helmet, shiba inu winking mischievously \uff0c painting photoshop by hayao miyazaki, unreal 5, daz, hyperrealistic, octane render, cosplay, rpg portrait, dynamic lighting, intricate detail, harvest fall vibrancy, cinematic ", "width": 512, "height": 640, "seed": "1248413788", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "67bf14e0-d41a-4022-a74e-a8780a93e8e8", "nsfw": false}, {"id": "e927fe5b-7475-41b8-87b2-ca81d4bbe888", "gallery": "https://lexica.art?q=e927fe5b-7475-41b8-87b2-ca81d4bbe888", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/e927fe5b-7475-41b8-87b2-ca81d4bbe888", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/e927fe5b-7475-41b8-87b2-ca81d4bbe888", "prompt": "a golden retriever in a space suit, highly detailed, digital painting, artstation, concept art, sharp focus, illustration, art by greg rutkowski and alphonse mucha ", "width": 512, "height": 512, "seed": "1461143573", "grid": false, "model": "stable-diffusion", "guidance": 10, "promptid": "0929a490-8e04-41bb-baba-9682d286a4a6", "nsfw": false}, {"id": "fd6c5a67-a5ab-4298-a536-b2dba1add175", "gallery": "https://lexica.art?q=fd6c5a67-a5ab-4298-a536-b2dba1add175", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/fd6c5a67-a5ab-4298-a536-b2dba1add175", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/fd6c5a67-a5ab-4298-a536-b2dba1add175", "prompt": "corgi astronaut, oil on canvas, intricate, portrait, 8 k highly professionally detailed, hdr, cgsociety ", "width": 512, "height": 768, "seed": "3642030007", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "063af6b3-ca86-4976-b07e-37e84e900066", "nsfw": false}, {"id": "fde95ace-6b42-42f1-a8f8-7c8c3059d82f", "gallery": "https://lexica.art?q=fde95ace-6b42-42f1-a8f8-7c8c3059d82f", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/fde95ace-6b42-42f1-a8f8-7c8c3059d82f", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/fde95ace-6b42-42f1-a8f8-7c8c3059d82f", "prompt": "Welsh Corgi inside spacesuit in space, woof woof, Wadim Kashin, in Peter Elson color scheme, featured in artstation, octane render, cinematic, elegant, intricate, 8k", "width": 1024, "height": 1152, "seed": "698562352", "grid": true, "model": "stable-diffusion", "guidance": 12, "promptid": "7636a0bd-3518-425a-b7a6-f2f423057c25", "nsfw": false}, {"id": "fe97a9a5-e3ff-4610-976f-a04d8c6d5e7e", "gallery": "https://lexica.art?q=fe97a9a5-e3ff-4610-976f-a04d8c6d5e7e", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/fe97a9a5-e3ff-4610-976f-a04d8c6d5e7e", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/fe97a9a5-e3ff-4610-976f-a04d8c6d5e7e", "prompt": "editorial illustration by Karolis Strautniekas and Mads Berg synthwave, full body portrait of a white french bulldog with black spots, colorful, fine texture,detailed, muted colors,film noir, dramatic lighting, dynamic composition,moody, vivid, matte print,(((space nebula background)))", "width": 1280, "height": 512, "seed": "2598485354", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "81cdef87-155d-4126-baa2-05ce9cbcd510", "nsfw": false}, {"id": "ff87fad3-64f6-478e-b88e-718a705b5671", "gallery": "https://lexica.art?q=ff87fad3-64f6-478e-b88e-718a705b5671", "src": "https://lexica-serve-encoded-images.sharif.workers.dev/md/ff87fad3-64f6-478e-b88e-718a705b5671", "srcSmall": "https://lexica-serve-encoded-images.sharif.workers.dev/sm/ff87fad3-64f6-478e-b88e-718a705b5671", "prompt": "kooikerhondje wearing an astronaut suit in the moon, photorealistic, 4k, high quality, beautiful", "width": 512, "height": 512, "seed": "4221919805", "grid": false, "model": "stable-diffusion", "guidance": 7, "promptid": "610ea08e-9ac8-41e9-be51-82771f58007b", "nsfw": false}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "gallery": {"type": "string"}, "src": {"type": "string"}, "srcSmall": {"type": "string"}, "prompt": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "seed": {"type": "string"}, "grid": {"type": "boolean"}, "model": {"type": "string"}, "guidance": {"type": "integer"}, "promptid": {"type": "string"}, "nsfw": {"type": "boolean"}}, "required": ["gallery", "grid", "guidance", "height", "id", "model", "nsfw", "prompt", "promptid", "seed", "src", "srcSmall", "width"]}}}, "required": ["images"]}}, "required": ["message", "results", "success"]}
48d8e2da-4510-446a-90a3-ee2e7ff5fc1b/81f9df8e-27ac-44d0-bfbb-3d2237f0d5ec/0/0
Diffusion Search Engine
The Stable Diffusion prompt search engine one of the more popular AI art models makes Stable Diffusion prompting a bit less of a dark art and more of a science.
null
Server Status
Check Server Status
200
Response
{"success": true, "message": "success", "results": null}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "null"}}, "required": ["message", "results", "success"]}
29a8df62-95dd-47a7-9540-911fee367f5a/6dcd1093-c917-44fb-b111-5ef75787ec9b/0/0
AI Text Processing
The AI Text Processing API is an AI-powered solution for understanding and analyzing text.
6.6
Text Similarity
Calculates the cosine similarity between two pieces of text. Leveraging AI techniques, it converts the two input texts into their corresponding embeddings and calculates the cosine similarity. The cosine similarity value ranges from 0 to 1, with 1 indicating identical vectors and 0 indicating completely dissimilar vectors. This is particularly useful in various applications such as semantic search, text matching, and content recommendation.
401
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}}
29a8df62-95dd-47a7-9540-911fee367f5a/6dcd1093-c917-44fb-b111-5ef75787ec9b/1/0
AI Text Processing
The AI Text Processing API is an AI-powered solution for understanding and analyzing text.
6.6
Text Similarity
Calculates the cosine similarity between two pieces of text. Leveraging AI techniques, it converts the two input texts into their corresponding embeddings and calculates the cosine similarity. The cosine similarity value ranges from 0 to 1, with 1 indicating identical vectors and 0 indicating completely dissimilar vectors. This is particularly useful in various applications such as semantic search, text matching, and content recommendation.
400
null
{"type": "", "title": "", "status": 0, "detail": "", "instance": ""}
{"type": "object", "properties": {"type": {"type": ["string", "null"]}, "title": {"type": ["string", "null"]}, "status": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "detail": {"type": ["string", "null"]}, "instance": {"type": ["string", "null"]}}, "additionalProperties": {}}
29a8df62-95dd-47a7-9540-911fee367f5a/6dcd1093-c917-44fb-b111-5ef75787ec9b/3/0
AI Text Processing
The AI Text Processing API is an AI-powered solution for understanding and analyzing text.
6.6
Text Similarity
Calculates the cosine similarity between two pieces of text. Leveraging AI techniques, it converts the two input texts into their corresponding embeddings and calculates the cosine similarity. The cosine similarity value ranges from 0 to 1, with 1 indicating identical vectors and 0 indicating completely dissimilar vectors. This is particularly useful in various applications such as semantic search, text matching, and content recommendation.
200
null
{"similarity": 0}
{"type": "object", "properties": {"similarity": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}, "additionalProperties": false}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/0/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
400
Example_1
{"message": "No file part"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/1/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
403
Example_1
{"message": "Missing API key"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/2/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
429
Example_1
{"message": "API key exceeded request limit"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/3/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
200
Example_1
{"vtoImage": "base64 encoded image"}
{"type": "object", "properties": {"vtoImage": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/ad2d3c01-bae4-4c82-b84c-ab45b906488a/4/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/lips
Apply lipstick to an image
415
Example_1
{"message": "Encoding processed image failed"}
{"type": "object", "properties": {"message": {"type": "string"}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/c53af88d-4c47-4c2d-9020-fdf38d2ff93d/0/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/health
Check the health status of the application
200
null
{"status": "healthy", "details": {"app": "App is running", "model": "AI model is loaded", "database": "Database is connected"}}
{"type": "object", "properties": {"status": {"type": "string"}, "details": {"type": "object", "properties": {"app": {"type": "string"}, "model": {"type": "string"}, "database": {"type": "string"}}}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/c53af88d-4c47-4c2d-9020-fdf38d2ff93d/1/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/health
Check the health status of the application
503
null
{"status": "unhealthy", "details": {"app": "App is not running", "model": "AI model is not loaded", "database": "Database is not connected"}}
{"type": "object", "properties": {"status": {"type": "string"}, "details": {"type": "object", "properties": {"app": {"type": "string"}, "model": {"type": "string"}, "database": {"type": "string"}}}}}
f012f00b-7629-4f09-a0f5-52314d4411a0/9bee2c0b-5abd-499a-84e0-b65ada480ac8/0/0
lips-vto
Leveraging detailed facial landmarks to offer a precise and realistic lip makeup application.
null
/api/generatekey
Generate a new API key
200
null
{"roboKey": "example_key"}
{"type": "object", "properties": {"roboKey": {"type": "string"}}}
a4e283fe-e448-4f0a-ba0b-fe24eaaf6098/4b23cb26-deba-4a5c-81a3-09ba227baf30/0/0
BingChat: ChatGPT-4 API
API for accessing Chat GPT ( GPT-4) programmatically (using Bing AI Chat) This API is a wrapper around the Bing AI Browser Chat and allows programmatic access to this chat's functionality (based on GPT-4). Unique advanced features: GPT-4 engine, updated for 2023, can perform web searches and return website sources Requirements: A Microsoft whitelisted account is required to access the Bing AI Chat feature and use this API. This is a personal research project and the price cove...
9
bingchat
Please add a string representing your Bing _U cookie to the bing_u_cookie JSON parameter. You can obtain your _U cookie by accessing the Developer Console and searching for the _U cookie name. Please follow this link for guidance: https://i.ibb.co/94YWpQD/1676391128.png
200
New Example
{"response": {"source_urls": [[1, "https://travel.usnews.com/rankings/worlds-best-vacations/"], [2, "https://www.cntraveller.com/gallery/most-beautiful-places-in-the-world"], [3, "https://www.wonderslist.com/10-best-places-to-visit-around-the-world/"], [4, "https://www.travelandleisure.com/trip-ideas/best-places-to-travel-in-2022"], [5, "https://www.farandwide.com/s/best-places-visit-world-0697723328374f59"]], "text": "There are many beautiful places to visit in the world. Here are some of the best places to visit according to **U.S. News Travel** [^1^]:\n\n1. **Paris, France**: The City of Light is a perennial tourist destination, drawing visitors with its iconic attractions, like the Eiffel Tower and the Louvre. Quaint cafes, trendy shopping districts, and Haussmann architecture give Paris its timeless beauty.\n2. **Bora Bora**: This 12-square-mile French Polynesian island may lack in size, but it makes up for it in sheer tropical beauty. Here, you'll find picturesque beaches, lush jungles, and luxurious resorts set on surrounding islets.\n3. **Glacier National Park**: Snow-capped peaks, alpine meadows, and azure lakes are just a few reasons why Glacier National Park is one of America's most striking parks.\n\nHere are some more beautiful places to visit according to **CN Traveller** [^2^]:\n\n1. **Salar de Uyuni, Bolivia**: The world's largest salt flat is a seemingly endless white expanse that's both otherworldly and mesmerizing.\n2. **The Maldives**: This tropical paradise is home to some of the world's most beautiful beaches and coral reefs.\n3. **The Great Barrier Reef, Australia**: The world's largest coral reef system is home to an abundance of marine life and offers some of the best snorkeling and diving opportunities in the world.\n\nThese are just a few examples of the many beautiful places to visit around the world. I hope this helps you plan your next vacation!"}, "success": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"response": {"type": "object", "properties": {"source_urls": {"type": "array", "items": {"type": "array", "items": {"type": ["integer", "string"]}}}, "text": {"type": "string"}}, "required": ["source_urls", "text"]}, "success": {"type": "boolean"}}, "required": ["response", "success"]}
644a0ec4-39b1-41b5-8cf4-242dcc080b2e/f4c61e17-225f-4291-8c46-19c2179724a6/0/0
Image Caption Generator
Easy-to-integrate AI-Powered Image Caption Generation API that supports multiple languages and vibes. Get started in 10 seconds or less!
9.4
Image tags
Tags the image with a detailed list of words related to the image content.
200
New Example
{"tags": {"values": [{"name": "animal", "confidence": 0.9995455741882324}, {"name": "mammal", "confidence": 0.9990736246109009}, {"name": "cat", "confidence": 0.995102047920227}, {"name": "outdoor", "confidence": 0.9906077980995178}, {"name": "domestic cat", "confidence": 0.9610217213630676}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tags": {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "confidence": {"type": "number"}}, "required": ["confidence", "name"]}}}, "required": ["values"]}}, "required": ["tags"]}
644a0ec4-39b1-41b5-8cf4-242dcc080b2e/eb8a49fb-4ce7-4311-ac90-6ccef95d7689/0/0
Image Caption Generator
Easy-to-integrate AI-Powered Image Caption Generation API that supports multiple languages and vibes. Get started in 10 seconds or less!
9.4
Get a plain, simple caption
Generates a plain, simple caption of the provided image.
200
New Example
{"captions": ["this is the 1st caption", "this is the 2nd caption", "this is the 3rd caption"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"captions": {"type": "array", "items": {"type": "string"}}}, "required": ["captions"]}
644a0ec4-39b1-41b5-8cf4-242dcc080b2e/endpoint_ee66f604-f3a4-41e4-ab6c-2ccaf25ff297/0/0
Image Caption Generator
Easy-to-integrate AI-Powered Image Caption Generation API that supports multiple languages and vibes. Get started in 10 seconds or less!
9.4
Get AI-generated, intriguing captions
Generates descriptive captions for a given image. When useEmojis/useHashtags is set to true, the generated captions will include emojis/hashtags. A maximum of three captions are returned.
200
New Example
{"captions": ["this is the 1st caption", "this is the 2nd caption", "this is the 3rd caption"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"captions": {"type": "array", "items": {"type": "string"}}}, "required": ["captions"]}
6fd588d5-f2c8-47fc-981b-c23b512fd103/de5114cc-c636-4ef5-8270-510758ccd70a/0/0
GPT-4
Introducing the GPT-4 API – Your gateway to cutting-edge AI! Unleash the power of the future with our state-of-the-art language model. Elevate your applications with natural language understanding, content generation, and more. Elevate your AI capabilities with GPT-4 today!
8.8
Ask
Ask anything!
200
New Example
{"success": true, "message": "success", "results": "French"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "string"}}, "required": ["message", "results", "success"]}
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/7a5ca3e9-c122-42ca-b924-49e8883becea/0/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
unredact_unredact_post
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"}}}}}}
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/7a5ca3e9-c122-42ca-b924-49e8883becea/1/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
unredact_unredact_post
200
null
{"unredacted_text": "Good morning, everybody. My name is Van Bokhorst Serdar, and today I feel like sharing a whole lot of personal information with you. Let's start with my Email address [email protected]. My address is 2657 Koontz Lane, Los Angeles, CA. My phone number is 818-828-6231."}
{"title": "Unredacted", "type": "object", "properties": {"unredacted_text": {"title": "Unredacted Text", "type": "string"}}}
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/5ff11303-c465-4943-a61d-c18889905fee/0/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
redact_redact_post
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"}}}}}}
8ddc8760-cb2a-4319-ab6c-671b2c27fca2/5ff11303-c465-4943-a61d-c18889905fee/1/0
UseCloak
Ensuring data privacy with ChatGPT is nearly impossible. useCloak provides robust PII protection, allowing developers to harness the power of AI in their products while maintaining data privacy.
7.3
redact_redact_post
200
null
{"redacted_text": "Good morning, everybody. My name is [NAME-1], and today I feel like sharing a whole lot of personal information with you. Let's start with my Email address [EMAIL-2]. My address is [ADDRESS-3] My phone number is [PHONE-4].", "redacted_entities": {"NAME-1": "Van Bokhorst Serdar", "EMAIL-2": "[email protected]", "ADDRESS-3": "2657 Koontz Lane, Los Angeles, CA.", "PHONE-4": "818-828-6231"}}
{"title": "Unredact", "required": ["redacted_entities"], "type": "object", "properties": {"redacted_text": {"title": "Redacted Text", "type": "string"}, "redacted_entities": {"title": "Redacted Entities", "type": "object"}}}
43c5c840-afb6-46f4-9126-4723ae46bcd1/4cccb523-5752-4ea8-a2d2-23c200fc1ee1/2/0
Salk AI APIs
APIs for interacting with files via embeddings
null
Query PDF
Query the uploaded PDF file
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
43c5c840-afb6-46f4-9126-4723ae46bcd1/c65a8b9f-8129-4db6-93a0-8abace3ebfb6/0/0
Salk AI APIs
APIs for interacting with files via embeddings
null
Upload PDF
Upload a pdf , we will embed and give you the file id which you can reference later while querying.
200
New Example
{"Success": "File has been successfully uploaded to weaviate", "Message": "This {filename} successfully added to weaviate", "File ID": "fb1f2e62-2576-482c-95ac-4ccc5cb779e7"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Success": {"type": "string"}, "Message": {"type": "string"}, "File ID": {"type": "string"}}, "required": ["File ID", "Message", "Success"]}
a157840a-5072-430a-9d4c-38bdfc89c174/527d0178-a526-4197-913b-a205cc19e91e/0/0
Speaker Diarization and Audio Transcription API
Transcribe audio files with speaker diarization using the Speaker Diarization and Audio Transcription API. This powerful API allows you to convert audio recordings into text while identifying and separating speakers. Whether you have recorded interviews, meetings, or lectures, this API makes it easy to obtain accurate transcriptions with speaker attribution. Choose between uploading audio files, providing a direct file URL, or sending base64-encoded audio data. Monitor the transcription progr...
8
get transcription
get transcription by id
200
Response
{"output": {"segments": [{"end": "6.42", "speaker": "SPEAKER_00", "start": "0.0", "text": "Unit 1, page 12, Conversation, Listening, Conversation 1.", "words": [{"end": 0.4, "start": 0, "word": "Unit"}, {"end": 0.88, "start": 0.4, "word": "1,"}, {"end": 1.7, "start": 1.4, "word": "page"}, {"end": 2.26, "start": 1.7, "word": "12,"}, {"end": 3.78, "start": 3, "word": "Conversation,"}, {"end": 4.32, "start": 3.92, "word": "Listening,"}, {"end": 6.02, "start": 5.34, "word": "Conversation"}, {"end": 6.42, "start": 6.02, "word": "1."}]}, {"end": "40.42", "speaker": "SPEAKER_01", "start": "9.58", "text": "So, nice to meet you. You too. Where are you from? From? I'm from here, well, near here. I live just outside the city in the suburbs with my family. The suburbs, that's nice. And do you have a hobby? Who has time for hobbies? I guess I like studying. Studying? Yeah, well, that's what I do most of the time. I want to work, get a good job later, so studying is what I'm into right now. Well, good luck with that. Thanks. How about you? Me? I like to draw and design stuff.", "words": [{"end": 9.86, "start": 9.58, "word": "So,"}, {"end": 10.24, "start": 10.04, "word": "nice"}, {"end": 10.42, "start": 10.24, "word": "to"}, {"end": 10.64, "start": 10.42, "word": "meet"}, {"end": 10.96, "start": 10.64, "word": "you."}, {"end": 11.32, "start": 11.18, "word": "You"}, {"end": 11.7, "start": 11.32, "word": "too."}, {"end": 12.2, "start": 12, "word": "Where"}, {"end": 12.3, "start": 12.2, "word": "are"}, {"end": 12.4, "start": 12.3, "word": "you"}, {"end": 12.78, "start": 12.4, "word": "from?"}, {"end": 13.2, "start": 12.98, "word": "From?"}, {"end": 13.52, "start": 13.38, "word": "I'm"}, {"end": 13.68, "start": 13.52, "word": "from"}, {"end": 13.98, "start": 13.68, "word": "here,"}, {"end": 14.62, "start": 14.32, "word": "well,"}, {"end": 15.02, "start": 14.74, "word": "near"}, {"end": 15.32, "start": 15.02, "word": "here."}, {"end": 15.84, "start": 15.66, "word": "I"}, {"end": 16.04, "start": 15.84, "word": "live"}, {"end": 16.28, "start": 16.04, "word": "just"}, {"end": 16.6, "start": 16.28, "word": "outside"}, {"end": 16.82, "start": 16.6, "word": "the"}, {"end": 17.02, "start": 16.82, "word": "city"}, {"end": 17.16, "start": 17.02, "word": "in"}, {"end": 17.3, "start": 17.16, "word": "the"}, {"end": 17.64, "start": 17.3, "word": "suburbs"}, {"end": 17.92, "start": 17.64, "word": "with"}, {"end": 18.1, "start": 17.92, "word": "my"}, {"end": 18.46, "start": 18.1, "word": "family."}, {"end": 18.82, "start": 18.6, "word": "The"}, {"end": 19.34, "start": 18.82, "word": "suburbs,"}, {"end": 19.76, "start": 19.48, "word": "that's"}, {"end": 20.12, "start": 19.76, "word": "nice."}, {"end": 20.6, "start": 20.36, "word": "And"}, {"end": 20.72, "start": 20.6, "word": "do"}, {"end": 20.8, "start": 20.72, "word": "you"}, {"end": 20.96, "start": 20.8, "word": "have"}, {"end": 21.06, "start": 20.96, "word": "a"}, {"end": 21.28, "start": 21.06, "word": "hobby?"}, {"end": 21.82, "start": 21.66, "word": "Who"}, {"end": 22.02, "start": 21.82, "word": "has"}, {"end": 22.44, "start": 22.02, "word": "time"}, {"end": 22.68, "start": 22.44, "word": "for"}, {"end": 23.04, "start": 22.68, "word": "hobbies?"}, {"end": 25.34, "start": 25.1, "word": "I"}, {"end": 25.54, "start": 25.34, "word": "guess"}, {"end": 25.68, "start": 25.54, "word": "I"}, {"end": 25.84, "start": 25.68, "word": "like"}, {"end": 26.32, "start": 25.84, "word": "studying."}, {"end": 27.26, "start": 26.78, "word": "Studying?"}, {"end": 27.84, "start": 27.52, "word": "Yeah,"}, {"end": 28.2, "start": 27.98, "word": "well,"}, {"end": 28.46, "start": 28.24, "word": "that's"}, {"end": 28.56, "start": 28.46, "word": "what"}, {"end": 28.68, "start": 28.56, "word": "I"}, {"end": 28.86, "start": 28.68, "word": "do"}, {"end": 29.18, "start": 28.86, "word": "most"}, {"end": 29.32, "start": 29.18, "word": "of"}, {"end": 29.42, "start": 29.32, "word": "the"}, {"end": 29.74, "start": 29.42, "word": "time."}, {"end": 30.16, "start": 29.74, "word": "I"}, {"end": 30.38, "start": 30.16, "word": "want"}, {"end": 30.56, "start": 30.38, "word": "to"}, {"end": 30.88, "start": 30.56, "word": "work,"}, {"end": 31.18, "start": 31.08, "word": "get"}, {"end": 31.3, "start": 31.18, "word": "a"}, {"end": 31.46, "start": 31.3, "word": "good"}, {"end": 31.76, "start": 31.46, "word": "job"}, {"end": 32.1, "start": 31.76, "word": "later,"}, {"end": 32.66, "start": 32.46, "word": "so"}, {"end": 33.02, "start": 32.66, "word": "studying"}, {"end": 33.18, "start": 33.02, "word": "is"}, {"end": 33.32, "start": 33.18, "word": "what"}, {"end": 33.5, "start": 33.32, "word": "I'm"}, {"end": 33.72, "start": 33.5, "word": "into"}, {"end": 33.98, "start": 33.72, "word": "right"}, {"end": 34.32, "start": 33.98, "word": "now."}, {"end": 34.9, "start": 34.52, "word": "Well,"}, {"end": 35.3, "start": 35.06, "word": "good"}, {"end": 35.5, "start": 35.3, "word": "luck"}, {"end": 35.66, "start": 35.5, "word": "with"}, {"end": 35.96, "start": 35.66, "word": "that."}, {"end": 36.56, "start": 36.14, "word": "Thanks."}, {"end": 36.94, "start": 36.84, "word": "How"}, {"end": 37.08, "start": 36.94, "word": "about"}, {"end": 37.34, "start": 37.08, "word": "you?"}, {"end": 37.84, "start": 37.64, "word": "Me?"}, {"end": 38.28, "start": 38.1, "word": "I"}, {"end": 38.5, "start": 38.28, "word": "like"}, {"end": 38.72, "start": 38.5, "word": "to"}, {"end": 39.22, "start": 38.72, "word": "draw"}, {"end": 39.52, "start": 39.22, "word": "and"}, {"end": 39.88, "start": 39.52, "word": "design"}, {"end": 40.42, "start": 39.88, "word": "stuff."}]}, {"end": "45.24", "speaker": "SPEAKER_00", "start": "44.3", "text": "Conversation 2.", "words": [{"end": 44.78, "start": 44.3, "word": "Conversation"}, {"end": 45.24, "start": 44.78, "word": "2."}]}, {"end": "75.37", "speaker": "SPEAKER_01", "start": "48.53", "text": "So, do you live by yourself or with your family? I live alone. I got an apartment in the center of the city. Downtown? Yeah, right. It's not so convenient, but, um, it's okay. I miss my family sometimes. Really? Yeah, except for my brother and his guitar. It's so noisy. Pardon me? I said I don't miss my brother. Now I can listen to the music that I really want to. Because you have your own place. That's right.", "words": [{"end": 49.01, "start": 48.53, "word": "So,"}, {"end": 49.43, "start": 49.25, "word": "do"}, {"end": 49.57, "start": 49.43, "word": "you"}, {"end": 49.77, "start": 49.57, "word": "live"}, {"end": 49.97, "start": 49.77, "word": "by"}, {"end": 50.37, "start": 49.97, "word": "yourself"}, {"end": 50.71, "start": 50.37, "word": "or"}, {"end": 51.01, "start": 50.71, "word": "with"}, {"end": 51.13, "start": 51.01, "word": "your"}, {"end": 51.43, "start": 51.13, "word": "family?"}, {"end": 51.91, "start": 51.61, "word": "I"}, {"end": 52.11, "start": 51.91, "word": "live"}, {"end": 52.43, "start": 52.11, "word": "alone."}, {"end": 52.95, "start": 52.81, "word": "I"}, {"end": 53.09, "start": 52.95, "word": "got"}, {"end": 53.23, "start": 53.09, "word": "an"}, {"end": 53.53, "start": 53.23, "word": "apartment"}, {"end": 53.73, "start": 53.53, "word": "in"}, {"end": 53.85, "start": 53.73, "word": "the"}, {"end": 54.07, "start": 53.85, "word": "center"}, {"end": 54.23, "start": 54.07, "word": "of"}, {"end": 54.37, "start": 54.23, "word": "the"}, {"end": 54.61, "start": 54.37, "word": "city."}, {"end": 55.31, "start": 54.95, "word": "Downtown?"}, {"end": 55.81, "start": 55.59, "word": "Yeah,"}, {"end": 56.11, "start": 55.85, "word": "right."}, {"end": 56.91, "start": 56.51, "word": "It's"}, {"end": 57.31, "start": 56.91, "word": "not"}, {"end": 57.53, "start": 57.31, "word": "so"}, {"end": 57.89, "start": 57.53, "word": "convenient,"}, {"end": 58.31, "start": 58.15, "word": "but,"}, {"end": 58.63, "start": 58.37, "word": "um,"}, {"end": 59.07, "start": 58.83, "word": "it's"}, {"end": 59.37, "start": 59.07, "word": "okay."}, {"end": 60.31, "start": 60.09, "word": "I"}, {"end": 60.51, "start": 60.31, "word": "miss"}, {"end": 60.69, "start": 60.51, "word": "my"}, {"end": 61.05, "start": 60.69, "word": "family"}, {"end": 61.73, "start": 61.05, "word": "sometimes."}, {"end": 62.37, "start": 62.05, "word": "Really?"}, {"end": 62.99, "start": 62.37, "word": "Yeah,"}, {"end": 63.53, "start": 63.29, "word": "except"}, {"end": 63.83, "start": 63.53, "word": "for"}, {"end": 64.19, "start": 63.83, "word": "my"}, {"end": 64.63, "start": 64.19, "word": "brother"}, {"end": 64.87, "start": 64.63, "word": "and"}, {"end": 65.03, "start": 64.87, "word": "his"}, {"end": 65.57, "start": 65.03, "word": "guitar."}, {"end": 66.45, "start": 66.09, "word": "It's"}, {"end": 66.73, "start": 66.45, "word": "so"}, {"end": 67.33, "start": 66.73, "word": "noisy."}, {"end": 68.01, "start": 67.75, "word": "Pardon"}, {"end": 68.29, "start": 68.01, "word": "me?"}, {"end": 68.71, "start": 68.53, "word": "I"}, {"end": 69.11, "start": 68.71, "word": "said"}, {"end": 69.27, "start": 69.11, "word": "I"}, {"end": 69.51, "start": 69.27, "word": "don't"}, {"end": 69.71, "start": 69.51, "word": "miss"}, {"end": 69.93, "start": 69.71, "word": "my"}, {"end": 70.19, "start": 69.93, "word": "brother."}, {"end": 70.87, "start": 70.65, "word": "Now"}, {"end": 71.01, "start": 70.87, "word": "I"}, {"end": 71.17, "start": 71.01, "word": "can"}, {"end": 71.39, "start": 71.17, "word": "listen"}, {"end": 71.55, "start": 71.39, "word": "to"}, {"end": 71.67, "start": 71.55, "word": "the"}, {"end": 71.91, "start": 71.67, "word": "music"}, {"end": 72.09, "start": 71.91, "word": "that"}, {"end": 72.21, "start": 72.09, "word": "I"}, {"end": 72.43, "start": 72.21, "word": "really"}, {"end": 72.73, "start": 72.43, "word": "want"}, {"end": 72.97, "start": 72.73, "word": "to."}, {"end": 73.43, "start": 73.07, "word": "Because"}, {"end": 73.71, "start": 73.43, "word": "you"}, {"end": 73.91, "start": 73.71, "word": "have"}, {"end": 74.07, "start": 73.91, "word": "your"}, {"end": 74.27, "start": 74.07, "word": "own"}, {"end": 74.69, "start": 74.27, "word": "place."}, {"end": 75.03, "start": 74.77, "word": "That's"}, {"end": 75.37, "start": 75.03, "word": "right."}]}, {"end": "81.59", "speaker": "SPEAKER_00", "start": "80.63", "text": "Conversation 3.", "words": [{"end": 81.11, "start": 80.63, "word": "Conversation"}, {"end": 81.59, "start": 81.11, "word": "3."}]}, {"end": "116.57", "speaker": "SPEAKER_01", "start": "84.09", "text": "So, how about you? Do you live near here too? No, I wish. My home, my family is way out in the country. A rural area? You couldn't get an apartment close to here? No, I can't afford to, so I commute back and forth. It takes over two hours. Oh my gosh! Two hours? But it's okay. I can watch movies and TV programs on my video player. Ah, so you're into movies. Cool. I used to play video games with my brother at home, but now I'm almost never at home. Yeah, I see.", "words": [{"end": 84.43, "start": 84.09, "word": "So,"}, {"end": 84.65, "start": 84.57, "word": "how"}, {"end": 84.79, "start": 84.65, "word": "about"}, {"end": 85.03, "start": 84.79, "word": "you?"}, {"end": 85.31, "start": 85.17, "word": "Do"}, {"end": 85.45, "start": 85.31, "word": "you"}, {"end": 85.59, "start": 85.45, "word": "live"}, {"end": 85.79, "start": 85.59, "word": "near"}, {"end": 85.99, "start": 85.79, "word": "here"}, {"end": 86.25, "start": 85.99, "word": "too?"}, {"end": 86.99, "start": 86.57, "word": "No,"}, {"end": 87.31, "start": 87.17, "word": "I"}, {"end": 87.91, "start": 87.31, "word": "wish."}, {"end": 88.41, "start": 88.21, "word": "My"}, {"end": 88.83, "start": 88.41, "word": "home,"}, {"end": 89.29, "start": 89.13, "word": "my"}, {"end": 89.69, "start": 89.29, "word": "family"}, {"end": 90.01, "start": 89.69, "word": "is"}, {"end": 90.37, "start": 90.01, "word": "way"}, {"end": 90.59, "start": 90.37, "word": "out"}, {"end": 90.71, "start": 90.59, "word": "in"}, {"end": 90.83, "start": 90.71, "word": "the"}, {"end": 91.15, "start": 90.83, "word": "country."}, {"end": 91.75, "start": 91.49, "word": "A"}, {"end": 92.03, "start": 91.75, "word": "rural"}, {"end": 92.43, "start": 92.03, "word": "area?"}, {"end": 92.95, "start": 92.75, "word": "You"}, {"end": 93.15, "start": 92.95, "word": "couldn't"}, {"end": 93.31, "start": 93.15, "word": "get"}, {"end": 93.43, "start": 93.31, "word": "an"}, {"end": 93.75, "start": 93.43, "word": "apartment"}, {"end": 94.15, "start": 93.75, "word": "close"}, {"end": 94.31, "start": 94.15, "word": "to"}, {"end": 94.49, "start": 94.31, "word": "here?"}, {"end": 95.01, "start": 94.49, "word": "No,"}, {"end": 95.43, "start": 95.23, "word": "I"}, {"end": 95.67, "start": 95.43, "word": "can't"}, {"end": 95.93, "start": 95.67, "word": "afford"}, {"end": 96.27, "start": 95.93, "word": "to,"}, {"end": 96.87, "start": 96.65, "word": "so"}, {"end": 97.17, "start": 96.87, "word": "I"}, {"end": 97.45, "start": 97.17, "word": "commute"}, {"end": 97.75, "start": 97.45, "word": "back"}, {"end": 97.93, "start": 97.75, "word": "and"}, {"end": 98.23, "start": 97.93, "word": "forth."}, {"end": 98.63, "start": 98.45, "word": "It"}, {"end": 98.91, "start": 98.63, "word": "takes"}, {"end": 99.23, "start": 98.91, "word": "over"}, {"end": 99.75, "start": 99.23, "word": "two"}, {"end": 100.37, "start": 99.75, "word": "hours."}, {"end": 100.77, "start": 100.61, "word": "Oh"}, {"end": 100.97, "start": 100.77, "word": "my"}, {"end": 101.51, "start": 100.97, "word": "gosh!"}, {"end": 102.03, "start": 101.77, "word": "Two"}, {"end": 102.67, "start": 102.03, "word": "hours?"}, {"end": 103.03, "start": 102.83, "word": "But"}, {"end": 103.25, "start": 103.03, "word": "it's"}, {"end": 103.61, "start": 103.25, "word": "okay."}, {"end": 104.17, "start": 103.99, "word": "I"}, {"end": 104.33, "start": 104.17, "word": "can"}, {"end": 104.63, "start": 104.33, "word": "watch"}, {"end": 105.01, "start": 104.63, "word": "movies"}, {"end": 105.39, "start": 105.01, "word": "and"}, {"end": 105.65, "start": 105.39, "word": "TV"}, {"end": 106.13, "start": 105.65, "word": "programs"}, {"end": 106.33, "start": 106.13, "word": "on"}, {"end": 106.47, "start": 106.33, "word": "my"}, {"end": 106.79, "start": 106.47, "word": "video"}, {"end": 107.19, "start": 106.79, "word": "player."}, {"end": 107.83, "start": 107.39, "word": "Ah,"}, {"end": 108.05, "start": 107.85, "word": "so"}, {"end": 108.21, "start": 108.05, "word": "you're"}, {"end": 108.43, "start": 108.21, "word": "into"}, {"end": 108.95, "start": 108.43, "word": "movies."}, {"end": 109.83, "start": 109.49, "word": "Cool."}, {"end": 110.37, "start": 110.23, "word": "I"}, {"end": 110.67, "start": 110.37, "word": "used"}, {"end": 110.87, "start": 110.67, "word": "to"}, {"end": 111.05, "start": 110.87, "word": "play"}, {"end": 111.41, "start": 111.05, "word": "video"}, {"end": 111.73, "start": 111.41, "word": "games"}, {"end": 111.91, "start": 111.73, "word": "with"}, {"end": 112.07, "start": 111.91, "word": "my"}, {"end": 112.31, "start": 112.07, "word": "brother"}, {"end": 112.53, "start": 112.31, "word": "at"}, {"end": 112.77, "start": 112.53, "word": "home,"}, {"end": 113.15, "start": 112.99, "word": "but"}, {"end": 113.51, "start": 113.15, "word": "now"}, {"end": 113.95, "start": 113.51, "word": "I'm"}, {"end": 114.29, "start": 113.95, "word": "almost"}, {"end": 114.81, "start": 114.29, "word": "never"}, {"end": 115.13, "start": 114.81, "word": "at"}, {"end": 115.39, "start": 115.13, "word": "home."}, {"end": 115.81, "start": 115.55, "word": "Yeah,"}, {"end": 116.23, "start": 116.01, "word": "I"}, {"end": 116.57, "start": 116.23, "word": "see."}]}, {"end": "122.23", "speaker": "SPEAKER_00", "start": "121.27", "text": "Conversation 4.", "words": [{"end": 121.75, "start": 121.27, "word": "Conversation"}, {"end": 122.23, "start": 121.75, "word": "4."}]}, {"end": "152.82", "speaker": "SPEAKER_01", "start": "124.72", "text": "Hey, I saw you on the train earlier today. Oh yeah? So, I guess you live far from here? No, no, no. Actually, I live in a neighborhood, uh, not too far. Pardon me? I said I live nearby, with my family. So, why were you on the train earlier? I was hanging out with my friends a little while ago. That's pretty much what I do in my free time. Hanging out with friends? Me too. I don't like being alone. Alone, yeah. Exactly.", "words": [{"end": 125.2, "start": 124.72, "word": "Hey,"}, {"end": 125.4, "start": 125.28, "word": "I"}, {"end": 125.54, "start": 125.4, "word": "saw"}, {"end": 125.66, "start": 125.54, "word": "you"}, {"end": 125.78, "start": 125.66, "word": "on"}, {"end": 125.9, "start": 125.78, "word": "the"}, {"end": 126.12, "start": 125.9, "word": "train"}, {"end": 126.44, "start": 126.12, "word": "earlier"}, {"end": 126.86, "start": 126.44, "word": "today."}, {"end": 127.26, "start": 127.1, "word": "Oh"}, {"end": 127.46, "start": 127.26, "word": "yeah?"}, {"end": 128.22, "start": 127.74, "word": "So,"}, {"end": 128.46, "start": 128.32, "word": "I"}, {"end": 128.68, "start": 128.46, "word": "guess"}, {"end": 128.82, "start": 128.68, "word": "you"}, {"end": 128.94, "start": 128.82, "word": "live"}, {"end": 129.18, "start": 128.94, "word": "far"}, {"end": 129.36, "start": 129.18, "word": "from"}, {"end": 129.54, "start": 129.36, "word": "here?"}, {"end": 130, "start": 129.54, "word": "No,"}, {"end": 130.18, "start": 130.06, "word": "no,"}, {"end": 130.34, "start": 130.26, "word": "no."}, {"end": 131, "start": 130.6, "word": "Actually,"}, {"end": 131.38, "start": 131.22, "word": "I"}, {"end": 131.64, "start": 131.38, "word": "live"}, {"end": 131.86, "start": 131.64, "word": "in"}, {"end": 132, "start": 131.86, "word": "a"}, {"end": 132.4, "start": 132, "word": "neighborhood,"}, {"end": 133.42, "start": 132.96, "word": "uh,"}, {"end": 133.74, "start": 133.52, "word": "not"}, {"end": 134.04, "start": 133.74, "word": "too"}, {"end": 136.9, "start": 136.56, "word": "far."}, {"end": 137.34, "start": 137.06, "word": "Pardon"}, {"end": 137.54, "start": 137.34, "word": "me?"}, {"end": 138.08, "start": 137.9, "word": "I"}, {"end": 138.26, "start": 138.08, "word": "said"}, {"end": 138.42, "start": 138.26, "word": "I"}, {"end": 138.68, "start": 138.42, "word": "live"}, {"end": 139.36, "start": 138.68, "word": "nearby,"}, {"end": 139.76, "start": 139.58, "word": "with"}, {"end": 139.92, "start": 139.76, "word": "my"}, {"end": 140.3, "start": 139.92, "word": "family."}, {"end": 140.82, "start": 140.46, "word": "So,"}, {"end": 141.3, "start": 140.98, "word": "why"}, {"end": 141.46, "start": 141.3, "word": "were"}, {"end": 141.54, "start": 141.46, "word": "you"}, {"end": 141.68, "start": 141.54, "word": "on"}, {"end": 141.8, "start": 141.68, "word": "the"}, {"end": 141.98, "start": 141.8, "word": "train"}, {"end": 142.3, "start": 141.98, "word": "earlier?"}, {"end": 142.88, "start": 142.68, "word": "I"}, {"end": 143.06, "start": 142.88, "word": "was"}, {"end": 143.32, "start": 143.06, "word": "hanging"}, {"end": 143.64, "start": 143.32, "word": "out"}, {"end": 143.78, "start": 143.64, "word": "with"}, {"end": 143.96, "start": 143.78, "word": "my"}, {"end": 144.26, "start": 143.96, "word": "friends"}, {"end": 144.44, "start": 144.26, "word": "a"}, {"end": 144.56, "start": 144.44, "word": "little"}, {"end": 144.88, "start": 144.56, "word": "while"}, {"end": 145.26, "start": 144.88, "word": "ago."}, {"end": 145.94, "start": 145.62, "word": "That's"}, {"end": 146.14, "start": 145.94, "word": "pretty"}, {"end": 146.36, "start": 146.14, "word": "much"}, {"end": 146.5, "start": 146.36, "word": "what"}, {"end": 146.62, "start": 146.5, "word": "I"}, {"end": 146.76, "start": 146.62, "word": "do"}, {"end": 146.86, "start": 146.76, "word": "in"}, {"end": 147.02, "start": 146.86, "word": "my"}, {"end": 147.22, "start": 147.02, "word": "free"}, {"end": 147.54, "start": 147.22, "word": "time."}, {"end": 147.92, "start": 147.68, "word": "Hanging"}, {"end": 148.08, "start": 147.92, "word": "out"}, {"end": 148.22, "start": 148.08, "word": "with"}, {"end": 148.56, "start": 148.22, "word": "friends?"}, {"end": 149, "start": 148.82, "word": "Me"}, {"end": 149.3, "start": 149, "word": "too."}, {"end": 149.86, "start": 149.66, "word": "I"}, {"end": 150.08, "start": 149.86, "word": "don't"}, {"end": 150.28, "start": 150.08, "word": "like"}, {"end": 150.7, "start": 150.28, "word": "being"}, {"end": 151.18, "start": 150.7, "word": "alone."}, {"end": 151.78, "start": 151.78, "word": "Alone,"}, {"end": 152.18, "start": 151.94, "word": "yeah."}, {"end": 152.82, "start": 152.42, "word": "Exactly."}]}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"output": {"type": "object", "properties": {"segments": {"type": "array", "items": {"type": "object", "properties": {"end": {"type": "string"}, "speaker": {"type": "string"}, "start": {"type": "string"}, "text": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"end": {"type": "number"}, "start": {"type": "number"}, "word": {"type": "string"}}, "required": ["end", "start", "word"]}}}, "required": ["end", "speaker", "start", "text", "words"]}}}, "required": ["segments"]}}, "required": ["output"]}
05a10339-f762-4526-9ed0-ba6222a88b03/247a1178-3524-4adc-be06-ae82a2c26569/0/0
ML Plugins
EnrichData provides ML Plugins support i.e. Contact Information Extractor (API extracts the contact information from given text), NER Extraction (API extracts the multiple entity details from the given text) and Resume Template Creation (API creates resume into a specified template resume format).
null
NER Extraction Plugin
NER Extraction Plugin gives the entity details like start location, end location, job, city, state, country, name, degree, org, skill, date and year.
200
NER Example
{"TextLanguage": "en", "TaggedText": "Title : <job>Maintenance Engineer</job> \nCompany : Yashodha S M (<job>Proprietor</job> Of Co Inter Technology)\nLocation : <city>Amreli</city>\n\nDetails of Openings :\nJob Openings :\nPosted_Date : <dt>1/20/2021</dt>\nClosing Date : <dt>3/18/2021</dt>\n\nExperience Required : 0.00-2.00\n\nJob Description : <skill>Designing</skill> maintenance strategies, procedures and methods.\n<br>Carrying out routine scheduled maintenance work and responding to equipment faults;\n<br>Carrying out quality inspections on jobs.\n<br>Liaising with client departments, customers and other engineering and production colleagues\n<br>Controlling maintenance tools, stores and equipment.\n<br>Improving health and safety policies and procedures.<div><ul><li><b>whatsapp your cv on (9I-72_52_88_87_91)hr team</b></li></ul></div>\n\nJob Requirements :\nNationality : Indian\nVisa :\nRelocation :\nAge Limit :\nLanguages Known :\n\nEducation : <deg>Bachelor Of Technology</deg> (B.Tech/B.E),Diploma\nSalary : 120000-350000\nIndustry : Construction & <skill>Engineering</skill>\nFunctional Area : <skill>Engineering</skill> - Mechanical/Automotive/Industrial\nRole Category :\nRole : <job>Mechanical Engineer</job>\nEmployment Type : Permanent Job\nJob Shift :\n\nNotice Period :\n\nKeyskills : <skill>Maintenance</skill> Engineer,Maintenance Supervisor,Maintenance <job>Manager</job>\n\nDesired Candidate Profile :\nPlease refer to the Job description above :\n\nInterview Details :\nType of Interview :\nInterview Date :\nTime for Walk-In Interview :\n<skill>Job Interview</skill> Location :\n\nCompany Profile : DEAR ALL, A VERY NICE AND WARM WELCOME TO YOU ALL. Our organization is an assembly of hardworking, experience, dynamic and dedicated professional working to provide quality and superior business solutions. We strongly stand to mediate between the jobs creators and the job seekers. Thank you for choosing Yashodha S M (<job>Proprietor</job> Of Co Inter Technology) as your business partner. We assure you our best of services at all times. Thanking you !\n\n<job>Recruiter</job> Name : Yashoda\nContact Company : Yashodha S M (<job>Proprietor</job> Of Co Inter Technology)\nApply at : [email protected]\nWebsite :", "TaggedData": [{"Start": 8, "End": 27, "Id": "T1", "Text": "Maintenance Engineer", "Type": "job"}, {"Start": 55, "End": 64, "Id": "T2", "Text": "Proprietor", "Type": "job"}, {"Start": 102, "End": 107, "Id": "T3", "Text": "Amreli", "Type": "city"}, {"Start": 166, "End": 174, "Id": "T4", "Text": "1/20/2021", "Type": "dt"}, {"Start": 192, "End": 200, "Id": "T5", "Text": "3/18/2021", "Type": "dt"}, {"Start": 258, "End": 266, "Id": "T6", "Text": "Designing", "Type": "skill"}, {"Start": 861, "End": 882, "Id": "T7", "Text": "Bachelor Of Technology", "Type": "deg"}, {"Start": 956, "End": 966, "Id": "T8", "Text": "Engineering", "Type": "skill"}, {"Start": 987, "End": 997, "Id": "T9", "Text": "Engineering", "Type": "skill"}, {"Start": 1059, "End": 1077, "Id": "T10", "Text": "Mechanical Engineer", "Type": "job"}, {"Start": 1159, "End": 1169, "Id": "T11", "Text": "Maintenance", "Type": "skill"}, {"Start": 1215, "End": 1221, "Id": "T12", "Text": "Manager", "Type": "job"}, {"Start": 1392, "End": 1404, "Id": "T13", "Text": "Job Interview", "Type": "skill"}, {"Start": 1757, "End": 1766, "Id": "T14", "Text": "Proprietor", "Type": "job"}, {"Start": 1885, "End": 1893, "Id": "T15", "Text": "Recruiter", "Type": "job"}, {"Start": 1943, "End": 1952, "Id": "T16", "Text": "Proprietor", "Type": "job"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"TextLanguage": {"type": "string"}, "TaggedText": {"type": "string"}, "TaggedData": {"type": "array", "items": {"type": "object", "properties": {"Start": {"type": "integer"}, "End": {"type": "integer"}, "Id": {"type": "string"}, "Text": {"type": "string"}, "Type": {"type": "string"}}, "required": ["End", "Id", "Start", "Text", "Type"]}}}, "required": ["TaggedData", "TaggedText", "TextLanguage"]}
05a10339-f762-4526-9ed0-ba6222a88b03/4301a406-63ae-4d02-b41e-f129e091308d/0/0
ML Plugins
EnrichData provides ML Plugins support i.e. Contact Information Extractor (API extracts the contact information from given text), NER Extraction (API extracts the multiple entity details from the given text) and Resume Template Creation (API creates resume into a specified template resume format).
null
Contact Information Extraction Plugin
Contact Information Extraction is an Rest API plugin, that uses algorithm for extracting Name, Email, City, State, Country, Website, Phone Number, and Address from the given text content.
200
Contact Example
{"Name": {"FullName": "John Deo", "TitleName": "", "FirstName": "John", "MiddleName": "", "LastName": "Deo", "FormattedName": "John Deo", "ConfidenceScore": 10}, "Email": [{"EmailAddress": "[email protected]", "ConfidenceScore": 10}, {"EmailAddress": "[email protected]", "ConfidenceScore": 10}, {"EmailAddress": "[email protected]", "ConfidenceScore": 10}, {"EmailAddress": "[email protected]", "ConfidenceScore": 10}], "PhoneNumber": [{"Number": "200-600-3000", "ISDCode": "+1", "OriginalNumber": "200-600-3000", "FormattedNumber": "+1 200-600-3000", "Type": "Phone", "ConfidenceScore": 10}, {"Number": "302-236-7313", "ISDCode": "+1", "OriginalNumber": "302-236-7313", "FormattedNumber": "+1 302-236-7313", "Type": "Phone", "ConfidenceScore": 10}, {"Number": "612-508-9554", "ISDCode": "+1", "OriginalNumber": "612-508-9554", "FormattedNumber": "+1 612-508-9554", "Type": "Phone", "ConfidenceScore": 10}, {"Number": "302-674-0600", "ISDCode": "+1", "OriginalNumber": "302-674-0600", "FormattedNumber": "+1 302-674-0600", "Type": "Phone", "ConfidenceScore": 10}, {"Number": "1234567890", "ISDCode": "+1", "OriginalNumber": "123-456-7890", "FormattedNumber": "+1 123-456-7890", "Type": "Mobile", "ConfidenceScore": 10}, {"Number": "+1-212-9876000", "ISDCode": "+1", "OriginalNumber": "212-987-6000", "FormattedNumber": "+1-212-9876000", "Type": "Fax", "ConfidenceScore": 10}], "WebSite": [{"Type": "Linkedin", "Url": "https://www.linkedin.com/Johndeo/"}, {"Type": "Facebook", "Url": "https://www.facebook.com/Johndeo"}, {"Type": "Twitter", "Url": "https://twitter.com/Johndeo"}], "Location": [{"Street": "2915 John R St. Apt 306", "City": "Detroit", "State": "MI", "StateIsoCode": "US-MI", "Country": "USA", "CountryCode": {"IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840"}, "ZipCode": "48201", "FormattedAddress": "2915 John R St. Apt 306, Detroit, MI, 48201, USA"}, {"Street": "180 N Jefferson St. Apt 2703", "City": "Chicago", "State": "IL", "StateIsoCode": "US-IL", "Country": "USA", "CountryCode": {"IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840"}, "ZipCode": "60661", "FormattedAddress": "180 N Jefferson St. Apt 2703, Chicago, IL, 60661, USA"}, {"Street": "", "City": "Detroit", "State": "MI", "StateIsoCode": "US-MI", "Country": "USA", "CountryCode": {"IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840"}, "ZipCode": "", "FormattedAddress": "Detroit, MI, USA"}, {"Street": "", "City": "Chicago", "State": "IL", "StateIsoCode": "US-IL", "Country": "USA", "CountryCode": {"IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840"}, "ZipCode": "", "FormattedAddress": "Chicago, IL, USA"}, {"Street": "", "City": "Dover", "State": "DE", "StateIsoCode": "US-DE", "Country": "USA", "CountryCode": {"IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840"}, "ZipCode": "", "FormattedAddress": "Dover, DE, USA"}, {"Street": "", "City": "Dover", "State": "DE", "StateIsoCode": "US-DE", "Country": "USA", "CountryCode": {"IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840"}, "ZipCode": "", "FormattedAddress": "Dover, DE, USA"}, {"Street": "", "City": "Dover", "State": "DE", "StateIsoCode": "US-DE", "Country": "USA", "CountryCode": {"IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840"}, "ZipCode": "", "FormattedAddress": "Dover, DE, USA"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Name": {"type": "object", "properties": {"FullName": {"type": "string"}, "TitleName": {"type": "string"}, "FirstName": {"type": "string"}, "MiddleName": {"type": "string"}, "LastName": {"type": "string"}, "FormattedName": {"type": "string"}, "ConfidenceScore": {"type": "integer"}}, "required": ["ConfidenceScore", "FirstName", "FormattedName", "FullName", "LastName", "MiddleName", "TitleName"]}, "Email": {"type": "array", "items": {"type": "object", "properties": {"EmailAddress": {"type": "string"}, "ConfidenceScore": {"type": "integer"}}, "required": ["ConfidenceScore", "EmailAddress"]}}, "PhoneNumber": {"type": "array", "items": {"type": "object", "properties": {"Number": {"type": "string"}, "ISDCode": {"type": "string"}, "OriginalNumber": {"type": "string"}, "FormattedNumber": {"type": "string"}, "Type": {"type": "string"}, "ConfidenceScore": {"type": "integer"}}, "required": ["ConfidenceScore", "FormattedNumber", "ISDCode", "Number", "OriginalNumber", "Type"]}}, "WebSite": {"type": "array", "items": {"type": "object", "properties": {"Type": {"type": "string"}, "Url": {"type": "string"}}, "required": ["Type", "Url"]}}, "Location": {"type": "array", "items": {"type": "object", "properties": {"Street": {"type": "string"}, "City": {"type": "string"}, "State": {"type": "string"}, "StateIsoCode": {"type": "string"}, "Country": {"type": "string"}, "CountryCode": {"type": "object", "properties": {"IsoAlpha2": {"type": "string"}, "IsoAlpha3": {"type": "string"}, "UNCode": {"type": "string"}}, "required": ["IsoAlpha2", "IsoAlpha3", "UNCode"]}, "ZipCode": {"type": "string"}, "FormattedAddress": {"type": "string"}}, "required": ["City", "Country", "CountryCode", "FormattedAddress", "State", "StateIsoCode", "Street", "ZipCode"]}}}, "required": ["Email", "Location", "Name", "PhoneNumber", "WebSite"]}
67e163c9-ed8a-446a-968b-cfdc36fac164/1343b228-75e4-49dc-8567-bd8f73912b32/0/0
Byword Article Generation
Build full-length, SEO-ready articles or blogs, in under a minute.
null
Write Article From Title
Input the title of an article that you'd like written, and this endpoint will return a fully written, HTML-formatted article.
200
Response
{"body": "<h1>How To Write A Business Plan</h1><p>Writing a business plan is one of the most important steps you can take to ensure the success of your business. A business plan lays out a written plan from a marketing, financial and operational viewpoint. It is a crucial document for any business owner looking to secure funding for their business. In this article, we\u2019ll cover how to write a business plan in 10 minutes.</p><h2 id=2>Defining Your Business Goals</h2><p>The first step in writing a business plan is to define your business goals. What do you want to achieve in the short-term, and what are your long-term goals? Writing down your goals will help you to focus on what needs to be done in order to succeed. Once you\u2019ve written down your goals, you can begin to develop strategies and tactics to achieve them.</p><p>It is important to be realistic when setting your business goals. Make sure that your goals are achievable and measurable. This will help you to track your progress and make adjustments as needed. Additionally, it is important to set deadlines for each goal. This will help you stay on track and ensure that you are making progress towards achieving your goals.</p><h2 id=3>Assessing Your Market</h2><p>Once you\u2019ve defined your goals, you should assess your market. You need to understand the size of your target market, the competition you\u2019ll face, and your potential customers\u2019 needs and wants. You also need to understand the customer journey from discovery to purchase. This information will help you develop effective marketing strategies and target the right audience.</p><p>To assess your market, you should research your competitors and analyze their strengths and weaknesses. You should also research your target audience and understand their buying habits and preferences. Additionally, you should look into the current trends in your industry and identify any potential opportunities or threats. By gathering this information, you can create a comprehensive picture of your market and develop a successful marketing strategy.</p><h2 id=4>Crafting Your Executive Summary</h2><p>The executive summary is one of the most important parts of your business plan. It should summarise the key points of your plan and explain why your business will be successful. Your executive summary should be no more than two pages long and should include an executive summary of your target market, product or service, competitive advantage, management team and financial projections.</p><p>When writing your executive summary, it is important to keep it concise and to the point. Make sure to include the key points of your business plan and explain why your business will be successful. Additionally, make sure to include any relevant information that will help potential investors or lenders understand your business and its potential. Finally, make sure to include any financial projections that you have made for your business.</p><h2 id=5>Outlining Your Products and Services</h2><p>Once you\u2019ve written your executive summary, you should outline your products and services in detail. You need to include descriptions of what you offer, pricing models, potential suppliers or partners, and details on how customers can purchase your products or services. In this section, you should also include any future products or services that you plan to offer.</p><p>It is important to be as detailed as possible when outlining your products and services. Include information about the features and benefits of each product or service, as well as any unique selling points that make them stand out from the competition. Additionally, you should include any warranties or guarantees that you offer, as well as any customer service policies that you have in place. By providing this information, you can give potential customers a better understanding of what you offer and how it can benefit them.</p><h2 id=6>Developing A Financial Plan</h2><p>The financial section of your business plan should include detailed financial projections. This includes cash flow statements, balance sheets, income statements and break-even analyses. You should also include information on your sources of funding, such as loans or investments. Don\u2019t forget to include information on how you will repay any loans you take out.</p><p>It is important to be realistic when creating your financial projections. Make sure to include any potential risks or uncertainties that could affect your business. Additionally, you should consider the impact of inflation and other economic factors on your projections. Finally, make sure to review your financial plan regularly and update it as needed.</p><h2 id=7>Establishing Your Management Team</h2><p>Your management team is essential for the success of your business. You need to include details about each member\u2019s qualifications and experience in the business plan. Include brief biographies for each team member, as well as a summary of their responsibilities. Make sure that each team member has a clear understanding of their role in the business.</p><p>It is also important to ensure that the team is well-balanced and has the necessary skills and experience to achieve the business\u2019s goals. Consider the different areas of expertise that are needed, such as marketing, finance, operations, and customer service. Make sure that each team member is aware of their individual roles and responsibilities, and that they are comfortable working together.</p><h2 id=8>Setting Up Your Legal Structure</h2><p>When setting up your business, you need to decide which legal structure is most suitable for your business. Will you be a sole trader, a limited company, or something else? It\u2019s important to research the different options and understand the implications of each before making a decision.</p><p>It is also important to consider the tax implications of each legal structure. For example, a sole trader will be taxed differently than a limited company. Additionally, you should consider the legal and financial responsibilities associated with each structure. For example, a limited company will have more legal and financial obligations than a sole trader.</p><h2 id=9>Creating A Marketing Plan</h2><p>Your marketing plan should include information on how you\u2019ll reach your target customers. Include details on which marketing channels you\u2019ll use, such as social media, search engine optimisation (SEO) or advertising. Also include information on how you\u2019ll measure the success of each channel and a budget for each. Don\u2019t forget to include information on any promotional activities you\u2019re planning.</p><p>When creating your marketing plan, it's important to consider the customer journey. Think about how you can create a seamless experience for your customers, from the moment they first hear about your business to the moment they make a purchase. Consider how you can use different marketing channels to engage with customers at each stage of the journey.</p><h2 id=10>Finalizing Your Business Plan</h2><p>When you\u2019re happy with the content of your business plan, it\u2019s time to finalise it. You should proofread it carefully for any typos or errors. Make sure that all the figures are correct and all the facts are accurate. You should also make sure that each section flows logically from one to the next. Once you\u2019re happy with the content and layout of your business plan, it\u2019s time to start looking for funding.</p><p>Before you start looking for funding, you should consider the different types of funding available. You may be able to secure a loan from a bank or other financial institution, or you may be able to find investors who are willing to provide capital in exchange for a share of the business. You should also consider whether you need to apply for grants or other forms of government funding. Once you\u2019ve identified the best sources of funding for your business, you can start the process of applying for it.</p>", "headings": ["Defining Your Business Goals", "Assessing Your Market", "Crafting Your Executive Summary", "Outlining Your Products and Services", "Developing A Financial Plan", "Establishing Your Management Team", "Setting Up Your Legal Structure", "Creating A Marketing Plan", "Finalizing Your Business Plan"], "keyword": "", "meta": "Writing a business plan is an important step in starting or expanding a business.", "tableofcontents": "<div id=\"byword_contents_container\"><h3 class=\"byword_contents_title\">Contents</h3><ul class=\"byword_contents_list\"><li><a href=\"#2\">Defining Your Business Goals</a></li><li><a href=\"#3\">Assessing Your Market</a></li><li><a href=\"#4\">Crafting Your Executive Summary</a></li><li><a href=\"#5\">Outlining Your Products and Services</a></li><li><a href=\"#6\">Developing A Financial Plan</a></li><li><a href=\"#7\">Establishing Your Management Team</a></li><li><a href=\"#8\">Setting Up Your Legal Structure</a></li><li><a href=\"#9\">Creating A Marketing Plan</a></li><li><a href=\"#10\">Finalizing Your Business Plan</a></li></ul></div>", "title": "How To Write A Business Plan"}
{"type": "object", "properties": {"body": {"type": "string"}, "headings": {"type": "array", "items": {"type": "string"}}, "keyword": {"type": "string"}, "meta": {"type": "string"}, "tableofcontents": {"type": "string"}, "title": {"type": "string"}}}
67e163c9-ed8a-446a-968b-cfdc36fac164/7037db1e-cd77-4006-9313-f548687057d0/0/0
Byword Article Generation
Build full-length, SEO-ready articles or blogs, in under a minute.
null
Write Article From Keyword
Input a keyword that you'd like to rank for on SEO/organic search, and this endpoint will return a fully written article which can rank for that keyword. A keyword can be multiple words long (e.g. 'how to get rid of cold').
200
Response
{"body": "<h1>How to Get Rid of a Cold: Tips for Quick Relief</h1><p>A cold is an infection of the upper respiratory system caused by a virus. It is one of the most common illnesses, and while it is usually not serious, it can be quite uncomfortable. The good news is that it typically goes away on its own within a few days to two weeks. This article will provide tips for how to get rid of a cold quickly and effectively, as well as advice for preventing it in the first place.</p><h2 id=2>Understanding the Common Cold</h2><p>The common cold is caused by a virus, usually rhinovirus, but can also be caused by other viruses such as coronavirus. It is easily spread through contact with an infected person or objects they have touched, such as door handles or toys. The virus can survive in the air for up to three hours and on surfaces for up to three days. Symptoms usually start to appear 1-3 days after exposure to the virus and can last anywhere from a few days to two weeks.</p><p>Common cold symptoms include a runny or stuffy nose, sore throat, sneezing, coughing, and a mild fever. It is important to note that the common cold is not the same as the flu, which is caused by a different virus and has more severe symptoms. To prevent the spread of the common cold, it is important to wash your hands often, avoid touching your face, and stay away from people who are sick.</p><h2 id=3>Symptoms of a Cold</h2><p>Common cold symptoms include a runny or stuffy nose, sneezing, sore throat, coughing, headache, fatigue, and body aches. It may also cause a fever in some cases, but this is usually only in more severe cases. These symptoms can vary in severity from person to person. It is important to note that if your symptoms are not improving after several days, you should see a doctor.</p><p>It is also important to practice good hygiene when you have a cold. This includes washing your hands often, avoiding contact with others who are sick, and avoiding touching your face. Additionally, drinking plenty of fluids and getting plenty of rest can help to reduce the severity of your symptoms and help you to recover more quickly.</p><h2 id=4>Home Remedies for Colds</h2><p>There are several home remedies that may help you get rid of a cold more quickly. One of the best things you can do is to stay hydrated by drinking plenty of fluids such as water, tea or juice. You can also try taking over-the-counter medications such as ibuprofen or acetaminophen to reduce fever and body aches. Additionally, using a humidifier in your bedroom can help to alleviate some of the symptoms and make breathing easier.</p><p>Another home remedy for colds is to use a saline nasal spray to help clear your nasal passages. You can also try using a neti pot to flush out your sinuses. Additionally, eating foods that are high in vitamin C, such as oranges, can help to boost your immune system and fight off the cold.</p><h2 id=5>Over-the-Counter Medications to Treat a Cold</h2><p>There are many different over-the-counter medications available to treat cold symptoms. These include decongestants, which work to reduce nasal congestion; expectorants, which help clear mucus from the lungs; and cough suppressants, which can help control coughs. It is important to read the labels carefully and follow the instructions when taking these medications.</p><p>It is also important to remember that over-the-counter medications are not a substitute for rest and fluids. If symptoms persist or worsen, it is best to consult a doctor. Additionally, it is important to be aware of potential side effects and drug interactions when taking over-the-counter medications.</p><h2 id=6>When to See a Doctor for Cold Symptoms</h2><p>If your cold symptoms last more than 10 days or if they get worse instead of better, it is important to see a doctor. You should also see a doctor if you have a fever higher than 101\u00b0F or if you are having difficulty breathing. Additionally, if you have any other concerning symptoms or have an underlying medical condition, it is best to seek medical advice.</p><p>It is also important to see a doctor if you are experiencing severe fatigue, chest pain, or a persistent cough. If you are having any of these symptoms, it is best to get checked out by a medical professional to ensure that your cold is not something more serious.</p><h2 id=7>Prevention Tips to Avoid Getting a Cold</h2><p>The best way to avoid catching a cold is to practice good hygiene. Wash your hands often with soap and water and avoid touching your eyes, nose and mouth with unwashed hands. Additionally, try to avoid close contact with people who are sick, and clean frequently touched surfaces such as door handles regularly.</p><p>It is also important to get enough rest and exercise regularly to help boost your immune system. Eating a balanced diet with plenty of fruits and vegetables can also help to keep your body healthy and better able to fight off colds. Additionally, consider taking a daily multivitamin to ensure that you are getting all the essential vitamins and minerals your body needs.</p><h2 id=8>Natural Ways to Boost Your Immune System</h2><p>Having a strong immune system is important for keeping colds at bay. There are several natural ways you can boost your immune system such as eating a healthy diet with plenty of fruits, vegetables and whole grains; getting regular exercise; getting adequate sleep; and reducing stress. Additionally, certain supplements may be beneficial in boosting the immune system such as vitamin C, zinc and probiotics.</p><p>In addition to these natural methods, there are other lifestyle changes you can make to help boost your immune system. For example, avoiding smoking and excessive alcohol consumption, as well as washing your hands regularly, can help to reduce your risk of infection. Additionally, staying away from people who are sick and avoiding contact with animals can help to keep your immune system strong.</p><h2 id=9>Foods to Eat and Avoid When You Have a Cold</h2><p>Eating a balanced diet is important when you have a cold. Eating foods that are high in vitamin C and zinc may help to boost the immune system. Foods such as oranges, kiwi, bell peppers and spinach are good sources of vitamin C. Zinc can be found in foods such as oysters, nuts and seeds. It is also important to avoid foods that can make your cold worse such as caffeine and alcohol.</p><p>In addition to eating foods that are high in vitamins and minerals, it is also important to drink plenty of fluids when you have a cold. Water, herbal teas, and clear soups are all good options. Avoiding sugary drinks and processed foods can also help to reduce symptoms of a cold. Eating a balanced diet and getting plenty of rest can help to reduce the duration of a cold.</p><h2 id=10>Lifestyle Changes to Help Get Rid of a Cold</h2><p>Making some lifestyle changes can also help you get rid of a cold more quickly. Try to get plenty of rest, limit your activities and avoid smoking and exposure to secondhand smoke. Additionally, gargling with warm salt water can help reduce sore throat pain. Lastly, avoiding stress can help speed up your recovery.</p><p>Drinking plenty of fluids is also important when you have a cold. Water, juice, and warm tea can help keep your throat moist and reduce congestion. Additionally, eating a balanced diet with plenty of fruits and vegetables can help boost your immune system and help you recover faster. Finally, taking over-the-counter medications such as ibuprofen or acetaminophen can help reduce fever and pain.</p><h2 id=11>Complications of an Untreated Common Cold</h2><p>While most colds will go away on their own without any complications, it is important to note that untreated colds can lead to serious complications such as bacterial sinus infections or pneumonia. If you experience any concerning symptoms or if your cold does not seem to be improving after several days, it is important to see a doctor.</p><p>Getting rid of a cold quickly can be difficult but not impossible. By following the tips outlined in this article, you can reduce your cold symptoms faster and get back to feeling better soon. Remember to practice good hygiene and lifestyle habits to help prevent getting a cold in the first place.</p><p>It is also important to stay hydrated and get plenty of rest when you have a cold. Drinking plenty of fluids can help thin out mucus and reduce congestion. Additionally, getting enough rest can help your body fight off the infection and recover faster. Taking over-the-counter medications such as ibuprofen or acetaminophen can also help reduce fever and pain associated with a cold.</p>", "headings": ["Understanding the Common Cold", "Symptoms of a Cold", "Home Remedies for Colds", "Over-the-Counter Medications to Treat a Cold", "When to See a Doctor for Cold Symptoms", "Prevention Tips to Avoid Getting a Cold", "Natural Ways to Boost Your Immune System", "Foods to Eat and Avoid When You Have a Cold", "Lifestyle Changes to Help Get Rid of a Cold", "Complications of an Untreated Common Cold"], "keyword": "how to get rid of cold", "meta": "Learn how to get rid of a cold quickly with these helpful tips.", "tableofcontents": "<div id=\"byword_contents_container\"><h3 class=\"byword_contents_title\">Contents</h3><ul class=\"byword_contents_list\"><li><a href=\"#2\">Understanding the Common Cold</a></li><li><a href=\"#3\">Symptoms of a Cold</a></li><li><a href=\"#4\">Home Remedies for Colds</a></li><li><a href=\"#5\">Over-the-Counter Medications to Treat a Cold</a></li><li><a href=\"#6\">When to See a Doctor for Cold Symptoms</a></li><li><a href=\"#7\">Prevention Tips to Avoid Getting a Cold</a></li><li><a href=\"#8\">Natural Ways to Boost Your Immune System</a></li><li><a href=\"#9\">Foods to Eat and Avoid When You Have a Cold</a></li><li><a href=\"#10\">Lifestyle Changes to Help Get Rid of a Cold</a></li><li><a href=\"#11\">Complications of an Untreated Common Cold</a></li></ul></div>", "title": "How to Get Rid of a Cold: Tips for Quick Relief"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"body": {"type": "string"}, "headings": {"type": "array", "items": {"type": "string"}}, "keyword": {"type": "string"}, "meta": {"type": "string"}, "tableofcontents": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "headings", "keyword", "meta", "tableofcontents", "title"]}
3c0d2596-825e-415f-bc80-7dbe519b5575/b6084de1-9124-477d-b9f3-f22e09220937/0/0
Chess Move Maker
For either black or white ask for the best moves given any board.
null
Best Moves
A list of best moves is returned when color/positions are provided.
200
Single Queen
[{"from": "a8", "to": "b7", "score": 9999}, {"from": "a8", "to": "c6", "score": 9999}, {"from": "a8", "to": "d5", "score": 9999}, {"from": "a8", "to": "e4", "score": 9999}, {"from": "a8", "to": "f3", "score": 9999}, {"from": "a8", "to": "g2", "score": 9999}, {"from": "a8", "to": "h1", "score": 9999}, {"from": "a8", "to": "a7", "score": 9999}, {"from": "a8", "to": "a6", "score": 9999}, {"from": "a8", "to": "a5", "score": 9999}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "score": {"type": "integer"}}, "required": ["from", "score", "to"]}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/231a9196-8036-48ec-950f-160d432f5ddb/0/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands/{brand_id}/band-brand-affinities-score
200
null
[{"brand_id": 0, "brand": "", "band_id": 0, "band": "", "total_affinity": 0}]
{"type": "array", "items": {"type": "object", "properties": {"brand_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "brand": {"type": "string", "description": "Brand name"}, "band_id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "band": {"type": "string", "description": "Band name"}, "total_affinity": {"type": "integer", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/e49fa5c9-438b-4b39-9a0e-974d98c8be69/2/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}/brand-affinities
200
null
[{"band": "", "total_affinity": 0, "band_id": ""}]
{"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "total_affinity": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "band_id": {"type": "string", "format": "uuid"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/d0166be4-d495-4af7-b22a-75a9a9227b6b/0/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists
200
null
[{"id": "", "name": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "artist Name"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/7fd1a826-32ed-40a8-952b-bebe23c9e885/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}
Optional extended description in Markdown.
200
null
{"id": "", "name": "", "music_brainz_id": "", "bio": "", "img": "", "setlist_fm": [{"event_date": "", "sets": {"set": [{"song": [{"name": "", "info": "", "tape": true}]}]}, "venue": {"name": "", "address": {"name": "", "state": "", "stateCode": "", "coords": {"lat": 0, "long": 0}, "country": {"code": "", "name": ""}}}}], "mbti_type": "istj", "mbti_prediction": 0.811564, "personality_prediction": {"extroversion": 0.811564, "neuroticism": 0.49, "agreeableness": 0.503668, "openness": 0.816923, "conscientiousness": 0.70389, "average": 0.665209}, "archetypes": [], "twitter": 0, "youtube": 0, "spotify": 0, "related_artists": [{"name": ""}], "demographics": {"source": "", "gender": {"female": "", "male": ""}, "ethnicity": {"asian": 0, "asian_pacific_islander": 0, "hispanic": 0, "white": 0, "black": 0}, "income": {"k_under_2": 0, "k_25_50": 0, "k_50_100": 0, "k_100_150": 0, "k_150_plus": 0}, "education": {"some_college_or_associate_degree": 0, "graduate_degree": 0, "bachelor_degree": 0, "high_school_degree": 0, "less_than_high_school_degree": 0}, "age": {"a18_29": 0, "a30_44": 0, "a45_60": 0, "a60_plus": 0}, "location": {"east_north_central": {"popularity": 0, "lat": 0, "long": 0}, "east_south_central": {"popularity": 0, "lat": 0, "long": 0}, "middle_atlantic": {"popularity": 0, "lat": 0, "long": 0}, "mountain": {"popularity": 0, "lat": 0, "long": 0}, "new_england": {"popularity": 0, "lat": 0, "long": 0}, "pacific": {"popularity": 0, "lat": 0, "long": 0}, "south_atlantic": {"popularity": 0, "lat": 0, "long": 0}, "west_south_central": {"popularity": 0, "lat": 0, "long": 0}}, "personality": {"alternative": 0, "urban_hip_hop": 0, "artsy": 0, "preppy": 0, "average_joe_jane\"": 0, "sporty": 0, "trendy_hipster": 0}, "activities": {"outdoor_activities": 0, "cooking": 0, "crafts": 0, "traveling": 0, "fashion": 0, "playing_an_instrument": 0, "reading_books": 0, "watching_sports": 0, "individual_sports": 0, "team_sports": 0}, "personality_traits": {"adventurous": 0, "aggressive": 0, "amusing": 0, "charming": 0, "conventional": 0, "depressing": 0, "down_to_earth": 0, "dreamy": 0, "energetic": 0, "fun": 0, "happy": 0, "imaginative": 0, "inspiring": 0, "intelligent": 0, "intense": 0, "passionate": 0, "peaceful": 0, "rebellious": 0, "reliable": 0, "romantic": 0, "sensual": 0, "sophisticated": 0, "stylish": 0, "tense": 0, "tough": 0, "unique": 0, "upbeat": 0, "warm": 0, "wholesome": 0}}, "reach": {"total": 0, "24h": 0, "7days": 0, "30days": 0, "daily": [{"view_count": 0, "created_at": ""}]}, "total_followers": {"twitter": [{"date": "", "value": 0}], "youtybe": [{"date": "", "value": 0}], "spotify": [{"date": "", "value": 0}]}, "follower_growth": {"spotify": {"grows24h": 0, "percentage24h": 0, "grows7days": 0, "percentage7days": 0, "grows30days": 0, "percentage30days": 0}, "twitter": {"grows24h": 0, "percentage24h": 0, "grows7days": 0, "percentage7days": 0, "grows30days": 0, "percentage30days": 0}, "youtube": {"grows24h": 0, "percentage24h": 0, "grows7days": 0, "percentage7days": 0, "grows30days": 0, "percentage30days": 0}}}
{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "Artist Name"}, "music_brainz_id": {"type": "string", "format": "uuid"}, "bio": {"type": "string", "description": "Artist biography"}, "img": {"type": "string", "description": "Artist YouTube channel URL", "format": "url"}, "setlist_fm": {"type": "array", "items": {"properties": {"event_date": {"type": "string", "format": "date"}, "sets": {"type": "object", "properties": {"set": {"type": "array", "items": {"properties": {"song": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "info": {"type": "string"}, "tape": {"type": "boolean"}}}}}}}}}, "venue": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}, "stateCode": {"type": "string"}, "coords": {"type": "object", "properties": {"lat": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "long": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}}}}}}}, "mbti_type": {"type": "string", "description": "MBTI type"}, "mbti_prediction": {"type": "number", "description": "MBTI prediction"}, "personality_prediction": {"type": "object", "properties": {"extroversion": {"type": "number"}, "neuroticism": {"type": "number"}, "agreeableness": {"type": "number"}, "openness": {"type": "number"}, "conscientiousness": {"type": "number"}, "average": {"type": "number"}}}, "archetypes": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "integer", "format": "int32", "description": "Total Twitter Follower", "minimum": -2147483648, "maximum": 2147483647}, "youtube": {"type": "integer", "format": "int32", "description": "Total YouTube Subscribers", "minimum": -2147483648, "maximum": 2147483647}, "spotify": {"type": "integer", "format": "int32", "description": "Total Spotify Follower", "minimum": -2147483648, "maximum": 2147483647}, "related_artists": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}}}, "demographics": {"type": "object", "properties": {"source": {"type": "string", "description": "Survey data by brand"}, "gender": {"type": "object", "properties": {"female": {"type": "string"}, "male": {"type": "string"}}}, "ethnicity": {"type": "object", "properties": {"asian": {"type": "number"}, "asian_pacific_islander": {"type": "number"}, "hispanic": {"type": "number"}, "white": {"type": "number"}, "black": {"type": "number"}}}, "income": {"type": "object", "properties": {"k_under_2": {"type": "number"}, "k_25_50": {"type": "number"}, "k_50_100": {"type": "number"}, "k_100_150": {"type": "number"}, "k_150_plus": {"type": "number"}}}, "education": {"type": "object", "properties": {"some_college_or_associate_degree": {"type": "number"}, "graduate_degree": {"type": "number"}, "bachelor_degree": {"type": "number"}, "high_school_degree": {"type": "number"}, "less_than_high_school_degree": {"type": "number"}}}, "age": {"type": "object", "properties": {"a18_29": {"type": "number"}, "a30_44": {"type": "number"}, "a45_60": {"type": "number"}, "a60_plus": {"type": "number"}}}, "location": {"type": "object", "properties": {"east_north_central": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "east_south_central": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "middle_atlantic": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "mountain": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "new_england": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "pacific": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "south_atlantic": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "west_south_central": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}}}, "personality": {"type": "object", "properties": {"alternative": {"type": "number"}, "urban_hip_hop": {"type": "number"}, "artsy": {"type": "number"}, "preppy": {"type": "number"}, "average_joe_jane\"": {"type": "number"}, "sporty": {"type": "number"}, "trendy_hipster": {"type": "number"}}}, "activities": {"type": "object", "properties": {"outdoor_activities": {"type": "number"}, "cooking": {"type": "number"}, "crafts": {"type": "number"}, "traveling": {"type": "number"}, "fashion": {"type": "number"}, "playing_an_instrument": {"type": "number"}, "reading_books": {"type": "number"}, "watching_sports": {"type": "number"}, "individual_sports": {"type": "number"}, "team_sports": {"type": "number"}}}, "personality_traits": {"type": "object", "properties": {"adventurous": {"type": "number"}, "aggressive": {"type": "number"}, "amusing": {"type": "number"}, "charming": {"type": "number"}, "conventional": {"type": "number"}, "depressing": {"type": "number"}, "down_to_earth": {"type": "number"}, "dreamy": {"type": "number"}, "energetic": {"type": "number"}, "fun": {"type": "number"}, "happy": {"type": "number"}, "imaginative": {"type": "number"}, "inspiring": {"type": "number"}, "intelligent": {"type": "number"}, "intense": {"type": "number"}, "passionate": {"type": "number"}, "peaceful": {"type": "number"}, "rebellious": {"type": "number"}, "reliable": {"type": "number"}, "romantic": {"type": "number"}, "sensual": {"type": "number"}, "sophisticated": {"type": "number"}, "stylish": {"type": "number"}, "tense": {"type": "number"}, "tough": {"type": "number"}, "unique": {"type": "number"}, "upbeat": {"type": "number"}, "warm": {"type": "number"}, "wholesome": {"type": "number"}}}}}, "reach": {"type": "object", "properties": {"total": {"type": "integer"}, "24h": {"type": "integer"}, "7days": {"type": "integer"}, "30days": {"type": "integer"}, "daily": {"type": "array", "items": {"type": "object", "properties": {"view_count": {"type": "integer"}, "created_at": {"type": "string", "format": "date"}}}}}}, "total_followers": {"type": "object", "properties": {"twitter": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "integer"}}}}, "youtybe": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "integer"}}}}, "spotify": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "integer"}}}}}}, "follower_growth": {"type": "object", "properties": {"spotify": {"type": "object", "properties": {"grows24h": {"type": "number"}, "percentage24h": {"type": "number"}, "grows7days": {"type": "number"}, "percentage7days": {"type": "number"}, "grows30days": {"type": "number"}, "percentage30days": {"type": "number"}}}, "twitter": {"type": "object", "properties": {"grows24h": {"type": "number"}, "percentage24h": {"type": "number"}, "grows7days": {"type": "number"}, "percentage7days": {"type": "number"}, "grows30days": {"type": "number"}, "percentage30days": {"type": "number"}}}, "youtube": {"type": "object", "properties": {"grows24h": {"type": "number"}, "percentage24h": {"type": "number"}, "grows7days": {"type": "number"}, "percentage7days": {"type": "number"}, "grows30days": {"type": "number"}, "percentage30days": {"type": "number"}}}}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/43fe95c3-10a1-4d00-83c0-256f249323ed/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}/events
200
null
[{"name": "", "description": "", "start_date": "2009-09-27T00:00:00.000Z", "end_date": "2009-09-27T00:00:00.000Z", "venue": {"name": "59:1", "url": "http://www.59to1.net", "city": "Munich", "country": "Germany", "region": "", "street_address": "Sonnenstr. 27", "postal_code": "80336", "latitude": "48.13506", "longitude": "11.56593"}, "performer": [{"name": "Blue October", "id": ""}]}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "start_date": {"type": "string", "format": "datetime"}, "end_date": {"type": "string", "format": "date"}, "venue": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "region": {"type": "string"}, "street_address": {"type": "string"}, "postal_code": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "performer": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "id": {"type": "string", "format": "uuid"}}}}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/0b11f870-a5ab-41bc-a4c4-080d116c663d/2/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/artists/{artist_id}/top-tracks
200
null
[{"id": "", "name": ""}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "Track name"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/6ff99e50-fadf-4a45-8dad-7175ee2ba1e8/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands
200
null
[{"uuid": "", "name": ""}]
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string", "description": "Brand name"}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/8f9bd026-6b24-4d15-8a44-50246c61b4fa/1/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands/{brand_id}
200
null
{"id": "", "name": "", "description": "", "crunchbase_url": "", "crunchbase_img": "", "logo_img": "", "website": "", "personality": {"Cool": 0, "Young": 0, "Daring": 0, "Leader": 0, "Secure": 0, "Trendy": 0, "Unique": 0, "Exciting": 0, "Reliable": 0, "Spirited": 0, "Confident": 0, "Corporate": 0, "Technical": 0, "Successful": 0, "Up-To-Date": 0, "Imaginative": 0, "Independent": 0, "Intelligent": 0, "Contemporary": 0, "Hard-Working": 0}, "archetypes": [{"name": "", "value": 0}], "industries": [], "socials": {"twitter": "", "facebook": "", "linkedin": ""}, "demographics": {"source": "", "gender": {"female": "", "male": ""}, "ethnicity": {"asian": 0, "asian_pacific_islander": 0, "hispanic": 0, "white": 0, "black": 0}, "income": {"k_under_2": 0, "k_25_50": 0, "k_50_100": 0, "k_100_150": 0, "k_150_plus": 0}, "education": {"some_college_or_associate_degree": 0, "graduate_degree": 0, "bachelor_degree": 0, "high_school_degree": 0, "less_than_high_school_degree": 0}, "age": {"a18_29": 0, "a30_44": 0, "a45_60": 0, "a60_plus": 0}, "location": {"east_north_central": {"popularity": 0, "lat": 0, "long": 0}, "east_south_central": {"popularity": 0, "lat": 0, "long": 0}, "middle_atlantic": {"popularity": 0, "lat": 0, "long": 0}, "mountain": {"popularity": 0, "lat": 0, "long": 0}, "new_england": {"popularity": 0, "lat": 0, "long": 0}, "pacific": {"popularity": 0, "lat": 0, "long": 0}, "south_atlantic": {"popularity": 0, "lat": 0, "long": 0}, "west_south_central": {"popularity": 0, "lat": 0, "long": 0}}, "personality": {"alternative": 0, "urban_hip_hop": 0, "artsy": 0, "preppy": 0, "average_joe_jane\"": 0, "sporty": 0, "trendy_hipster": 0}, "activities": {"outdoor_activities": 0, "cooking": 0, "crafts": 0, "traveling": 0, "fashion": 0, "playing_an_instrument": 0, "reading_books": 0, "watching_sports": 0, "individual_sports": 0, "team_sports": 0}, "personality_traits": {"adventurous": 0, "aggressive": 0, "amusing": 0, "charming": 0, "conventional": 0, "depressing": 0, "down_to_earth": 0, "dreamy": 0, "energetic": 0, "fun": 0, "happy": 0, "imaginative": 0, "inspiring": 0, "intelligent": 0, "intense": 0, "passionate": 0, "peaceful": 0, "rebellious": 0, "reliable": 0, "romantic": 0, "sensual": 0, "sophisticated": 0, "stylish": 0, "tense": 0, "tough": 0, "unique": 0, "upbeat": 0, "warm": 0, "wholesome": 0}}, "social_count": {"twitter": 0, "youtube": 0, "facebook": 0}}
{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "name": {"type": "string", "description": "Brand name"}, "description": {"type": "string", "description": "Brand bio"}, "crunchbase_url": {"type": "string", "format": "uri", "description": "crunchbase web page"}, "crunchbase_img": {"type": "string", "format": "uri", "description": "Crunchbase Logo image url"}, "logo_img": {"type": "string", "format": "uri", "description": "Uploaded Logo image url"}, "website": {"type": "string", "format": "uri", "description": "Official web page"}, "personality": {"type": "object", "properties": {"Cool": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Young": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Daring": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Leader": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Secure": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Trendy": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Unique": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Exciting": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Reliable": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Spirited": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Confident": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Corporate": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Technical": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Successful": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Up-To-Date": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Imaginative": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Independent": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Intelligent": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Contemporary": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "Hard-Working": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "archetypes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}}}}, "industries": {"type": "array", "items": {"type": "string"}}, "socials": {"type": "object", "properties": {"twitter": {"type": "string", "format": "uri", "description": "Twitter url"}, "facebook": {"type": "string", "format": "uri", "description": "Facebook url"}, "linkedin": {"type": "string", "format": "uri", "description": "Linkedin url"}}}, "demographics": {"type": "object", "properties": {"source": {"type": "string", "description": "Survey data by brand"}, "gender": {"type": "object", "properties": {"female": {"type": "string"}, "male": {"type": "string"}}}, "ethnicity": {"type": "object", "properties": {"asian": {"type": "number"}, "asian_pacific_islander": {"type": "number"}, "hispanic": {"type": "number"}, "white": {"type": "number"}, "black": {"type": "number"}}}, "income": {"type": "object", "properties": {"k_under_2": {"type": "number"}, "k_25_50": {"type": "number"}, "k_50_100": {"type": "number"}, "k_100_150": {"type": "number"}, "k_150_plus": {"type": "number"}}}, "education": {"type": "object", "properties": {"some_college_or_associate_degree": {"type": "number"}, "graduate_degree": {"type": "number"}, "bachelor_degree": {"type": "number"}, "high_school_degree": {"type": "number"}, "less_than_high_school_degree": {"type": "number"}}}, "age": {"type": "object", "properties": {"a18_29": {"type": "number"}, "a30_44": {"type": "number"}, "a45_60": {"type": "number"}, "a60_plus": {"type": "number"}}}, "location": {"type": "object", "properties": {"east_north_central": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "east_south_central": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "middle_atlantic": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "mountain": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "new_england": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "pacific": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "south_atlantic": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}, "west_south_central": {"type": "object", "properties": {"popularity": {"type": "number"}, "lat": {"type": "number"}, "long": {"type": "number"}}}}}, "personality": {"type": "object", "properties": {"alternative": {"type": "number"}, "urban_hip_hop": {"type": "number"}, "artsy": {"type": "number"}, "preppy": {"type": "number"}, "average_joe_jane\"": {"type": "number"}, "sporty": {"type": "number"}, "trendy_hipster": {"type": "number"}}}, "activities": {"type": "object", "properties": {"outdoor_activities": {"type": "number"}, "cooking": {"type": "number"}, "crafts": {"type": "number"}, "traveling": {"type": "number"}, "fashion": {"type": "number"}, "playing_an_instrument": {"type": "number"}, "reading_books": {"type": "number"}, "watching_sports": {"type": "number"}, "individual_sports": {"type": "number"}, "team_sports": {"type": "number"}}}, "personality_traits": {"type": "object", "properties": {"adventurous": {"type": "number"}, "aggressive": {"type": "number"}, "amusing": {"type": "number"}, "charming": {"type": "number"}, "conventional": {"type": "number"}, "depressing": {"type": "number"}, "down_to_earth": {"type": "number"}, "dreamy": {"type": "number"}, "energetic": {"type": "number"}, "fun": {"type": "number"}, "happy": {"type": "number"}, "imaginative": {"type": "number"}, "inspiring": {"type": "number"}, "intelligent": {"type": "number"}, "intense": {"type": "number"}, "passionate": {"type": "number"}, "peaceful": {"type": "number"}, "rebellious": {"type": "number"}, "reliable": {"type": "number"}, "romantic": {"type": "number"}, "sensual": {"type": "number"}, "sophisticated": {"type": "number"}, "stylish": {"type": "number"}, "tense": {"type": "number"}, "tough": {"type": "number"}, "unique": {"type": "number"}, "upbeat": {"type": "number"}, "warm": {"type": "number"}, "wholesome": {"type": "number"}}}}}, "social_count": {"type": "object", "properties": {"twitter": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "youtube": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "facebook": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}}}
3ee2a970-f40e-48fc-87ef-d63f71db912f/1c9ae31d-2f5c-4316-8942-8551e0c1a869/2/0
Cuttime
Music data APIs by Cuttime Inc. allow you to find event by GEO location, receive event list by specific venue, get historical information about events to do analysis, get information about variety of artists, artist events, top tracks, artist-brands, affinity.
6
/brands/{brand_id}/band-affinities
200
null
[{"band": "", "total_affinity": 0, "band_id": ""}]
{"type": "array", "items": {"type": "object", "properties": {"band": {"type": "string"}, "total_affinity": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "band_id": {"type": "string", "format": "uuid"}}}}