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 |
|---|---|---|---|---|---|---|---|---|---|
7678d783-84cc-4654-ae6b-ef24a4cfd60a/2bb47d75-c373-4eef-a02f-1f79d9363072/0/0 | RegexGenie | All-in-one regex handling services: Natural language regex generator, regex explanation, regex optimization. | null | Regex Explanation Service | Understand any regular expression with our detailed explanations. Submit any regex and our service will provide a breakdown of its components and matching behavior. | 400 | New Example | {"error": true, "errorMessage": "Could not describe, make sure it is a valid regex"} | {"type": "object", "properties": {"error": {"type": "boolean"}, "errorMessage": {"type": "string"}}} |
7678d783-84cc-4654-ae6b-ef24a4cfd60a/2bb47d75-c373-4eef-a02f-1f79d9363072/1/0 | RegexGenie | All-in-one regex handling services: Natural language regex generator, regex explanation, regex optimization. | null | Regex Explanation Service | Understand any regular expression with our detailed explanations. Submit any regex and our service will provide a breakdown of its components and matching behavior. | 200 | New Example | {"error": false, "data": "Matches a single digit number."} | {"type": "object", "properties": {"error": {"type": "boolean"}, "data": {"type": "string"}}} |
7678d783-84cc-4654-ae6b-ef24a4cfd60a/d2f09026-605d-4ef9-9d76-9f15ff937c96/0/0 | RegexGenie | All-in-one regex handling services: Natural language regex generator, regex explanation, regex optimization. | null | Natural Language Regex Generator | Generate regular expressions using natural language inputs. Our AI-powered service can understand your intent and generate an accurate regex for your needs. | 400 | New Example | {"error": true, "errorMessage": "Could not generate, make sure it is a valid regex"} | {"type": "object", "properties": {"error": {"type": "boolean"}, "errorMessage": {"type": "string"}}} |
7678d783-84cc-4654-ae6b-ef24a4cfd60a/d2f09026-605d-4ef9-9d76-9f15ff937c96/1/0 | RegexGenie | All-in-one regex handling services: Natural language regex generator, regex explanation, regex optimization. | null | Natural Language Regex Generator | Generate regular expressions using natural language inputs. Our AI-powered service can understand your intent and generate an accurate regex for your needs. | 200 | New Example | {"error": false, "data": "/^\\d$/"} | {"type": "object", "properties": {"error": {"type": "boolean"}, "data": {"type": "string"}}} |
8a50ae01-8d27-4543-ac9d-7bcc369b4a3b/90589a67-89a5-49da-87fd-9ed05d40df55/0/0 | Language Detection | Language Detection API supporting 9 different languages. | null | specific-classify | returns details about the text language detection | 200 | null | {"id": "000000000000000000000000", "requested_at": "0001-01-01T00:00:00Z", "text": "some random text in a language to be defined", "language": "english", "accuracy": 0.9996178625931664} | {"type": "object", "properties": {"id": {"type": "string"}, "requested_at": {"type": "string"}, "text": {"type": "string"}, "language": {"type": "string"}, "accuracy": {"type": "number"}}} |
8a50ae01-8d27-4543-ac9d-7bcc369b4a3b/01db1305-a024-4a0a-ac6c-2a3a89c11f0a/0/0 | Language Detection | Language Detection API supporting 9 different languages. | null | classify | returns details about the text language detection | 200 | null | {"id": "000000000000000000000000", "requested_at": "0001-01-01T00:00:00Z", "text": "some random text in a language to be defined", "language": "english", "accuracy": 0.9996178625931664} | {"type": "object", "properties": {"id": {"type": "string"}, "requested_at": {"type": "string"}, "text": {"type": "string"}, "language": {"type": "string"}, "accuracy": {"type": "number"}}} |
b8a3b5fd-2346-459c-97fd-b52a673c661e/868d215e-ba9d-472c-b4e6-9eb21adafc7b/0/0 | Stable Diffusion V2.1 | Stable Diffusion 2.1 model version endpoints enable you to generate quality photos using simple text prompts and filling in the other params to create a stunning photo, as you can see below. | null | Generate | It generates a new photo using Stable Diffusion model 2.1 returning a base 64 image encoded.
We strongly recommend to use a long timeout (max 1 min) due to timing to generate the image on our servers | 200 | New Example | {"statusCode": 200, "image": ["base64image"], "message": "Successfully generated", "run_id": "7260b701-119c-4df1-8ca6-bb3175b01411", "run_time": 21870.070695877075} | {"type": "object", "properties": {"statusCode": {"type": "integer"}, "image": {"type": "array", "items": {"type": "string"}}, "message": {"type": "string"}, "run_id": {"type": "string"}, "run_time": {"type": "number"}}} |
afa37a34-eace-4db7-95ac-e7d74fec79aa/1b03caa4-bc4c-4960-88dc-2cd9d39aee88/0/0 | Midjourney Vision | Introducing Midjourney Vision API - Your Path to Imaging Excellence! 🔥📸 | 5.8 | 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"]} |
afa37a34-eace-4db7-95ac-e7d74fec79aa/1b03caa4-bc4c-4960-88dc-2cd9d39aee88/1/0 | Midjourney Vision | Introducing Midjourney Vision API - Your Path to Imaging Excellence! 🔥📸 | 5.8 | 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", "pro... |
afa37a34-eace-4db7-95ac-e7d74fec79aa/1b03caa4-bc4c-4960-88dc-2cd9d39aee88/1/1 | Midjourney Vision | Introducing Midjourney Vision API - Your Path to Imaging Excellence! 🔥📸 | 5.8 | 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-kiss... | {"$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"]} |
f9118437-f94d-43c9-9a71-050f930fa9e7/7eff427e-45aa-45c7-8719-7a631b098198/2/0 | Financial Summarization Advanced | From the team that built the original financial summarization model on Hugging Face (>45K downloads on April 2023) here comes the advanced version with even greater performance! Use it and build your personal or commercial apps quickly summarizing thousands of articles! | null | summarize | 200 | null | {"summary": "Summary of the text"} | {"type": "object", "properties": {"summary": {"type": "string"}}} | |
5a8ccee2-ba95-49be-a29e-8008c491a506/ae65fb0c-7c2e-4392-af06-52f8b5b4f84f/0/0 | image restoration | An innovative API that harnesses the power of Artificial Intelligence to restore, revive, old and damaged pictures. | 6.3 | Create Job | Send a new job, a new image to process.
set isScratched to true if input image is damaged.
set isHighResolution if input image is in high resolution. | 201 | Example_1 | {"id": "", "status": "PENDING", "createdAt": "", "startedAt": "", "endedAt": "", "isScratched": true, "isHighResolution": true} | {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string", "enum": ["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]}, "createdAt": {"format": "date-time", "type": "string"}, "startedAt": {"format": "date-time", "type": "string"}, "endedAt": {"format": "date-time", "type": "string"}, "isSc... |
5a8ccee2-ba95-49be-a29e-8008c491a506/67843e81-852b-4b69-8030-ee36048cc0d6/0/0 | image restoration | An innovative API that harnesses the power of Artificial Intelligence to restore, revive, old and damaged pictures. | 6.3 | Get Job By ID | Get a job you have executed by this ID | 200 | Example_1 | {"id": "", "status": "PENDING", "createdAt": "", "startedAt": "", "endedAt": "", "isScratched": true, "isHighResolution": true} | {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string", "enum": ["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]}, "createdAt": {"format": "date-time", "type": "string"}, "startedAt": {"format": "date-time", "type": "string"}, "endedAt": {"format": "date-time", "type": "string"}, "isSc... |
5a8ccee2-ba95-49be-a29e-8008c491a506/595c2344-e02b-492a-a78d-7c114b8b1d4f/0/0 | image restoration | An innovative API that harnesses the power of Artificial Intelligence to restore, revive, old and damaged pictures. | 6.3 | Get all jobs | return all jobs started by you | 200 | Example_1 | {"statusCode": 0, "message": "", "data": [{"id": "", "status": "PENDING", "createdAt": "", "startedAt": "", "endedAt": "", "isScratched": true, "isHighResolution": true}], "totalItems": 0} | {"type": "object", "properties": {"statusCode": {"type": "number"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string", "enum": ["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]}, "createdAt": {"format": "date-time", ... |
f37100a0-58a5-455b-a59c-b520c21974fc/0c79d557-699e-4e4e-9765-5ab3881749e9/0/0 | AI Cartoon Generator | AI Cartoon Generator utilizes the technology of generative models to automatically generate cartoon-style images in different styles. This technology can create cartoonized images with the same resolution as the input image and specific cartoon styles, and supports users to choose from a variety of cartoon styles. It i... | 8.6 | Query asynchronous task results | For asynchronous interface, after calling the interface, if the real result is not returned; you need to keep the request_id returned by the asynchronous interface and then request this interface to get the real result. | 200 | Success | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 0, "data": {"status": "PROCESS_SUCCESS", "result_url": "https://www.ailabtools.com/image1.png"}} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error... |
f37100a0-58a5-455b-a59c-b520c21974fc/0c79d557-699e-4e4e-9765-5ab3881749e9/0/1 | AI Cartoon Generator | AI Cartoon Generator utilizes the technology of generative models to automatically generate cartoon-style images in different styles. This technology can create cartoonized images with the same resolution as the input image and specific cartoon styles, and supports users to choose from a variety of cartoon styles. It i... | 8.6 | Query asynchronous task results | For asynchronous interface, after calling the interface, if the real result is not returned; you need to keep the request_id returned by the asynchronous interface and then request this interface to get the real result. | 200 | Error | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 400, "error_code_str": "ERROR_PARAMETERS", "error_msg": "image cannot be empty"} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error... |
f37100a0-58a5-455b-a59c-b520c21974fc/c1dd0d6e-d960-45f1-9373-fb96df0321c0/0/0 | AI Cartoon Generator | AI Cartoon Generator utilizes the technology of generative models to automatically generate cartoon-style images in different styles. This technology can create cartoonized images with the same resolution as the input image and specific cartoon styles, and supports users to choose from a variety of cartoon styles. It i... | 8.6 | AI Cartoon Generator | This interface will monitor whether the processing is completed within a certain period of time, and if the processing is completed the real processing result will be returned directly; conversely, the user needs to use the request_id returned by this interface to call the Query Asynchronous Task Results interface to g... | 200 | Success | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 0} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error... |
f37100a0-58a5-455b-a59c-b520c21974fc/c1dd0d6e-d960-45f1-9373-fb96df0321c0/0/1 | AI Cartoon Generator | AI Cartoon Generator utilizes the technology of generative models to automatically generate cartoon-style images in different styles. This technology can create cartoonized images with the same resolution as the input image and specific cartoon styles, and supports users to choose from a variety of cartoon styles. It i... | 8.6 | AI Cartoon Generator | This interface will monitor whether the processing is completed within a certain period of time, and if the processing is completed the real processing result will be returned directly; conversely, the user needs to use the request_id returned by this interface to call the Query Asynchronous Task Results interface to g... | 200 | Error | {"request_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "log_id": "3A9BFC5E-3F7C-4D9A-9445-908C6D14AB5B", "error_code": 400, "error_code_str": "ERROR_PARAMETERS", "error_msg": "image cannot be empty"} | {"request_id": {"type": "string", "required": false, "description": "Request ID."}, "log_id": {"type": "string", "required": false, "description": "Log ID."}, "error_code": {"type": "integer", "required": false, "description": "Error Code."}, "error_code_str": {"type": "string", "required": false, "description": "Error... |
f37100a0-58a5-455b-a59c-b520c21974fc/c1dd0d6e-d960-45f1-9373-fb96df0321c0/1/0 | AI Cartoon Generator | AI Cartoon Generator utilizes the technology of generative models to automatically generate cartoon-style images in different styles. This technology can create cartoonized images with the same resolution as the input image and specific cartoon styles, and supports users to choose from a variety of cartoon styles. It i... | 8.6 | AI Cartoon Generator | This interface will monitor whether the processing is completed within a certain period of time, and if the processing is completed the real processing result will be returned directly; conversely, the user needs to use the request_id returned by this interface to call the Query Asynchronous Task Results interface to g... | 401 | Example | {"message": "Invalid API key in request"} | {"type": "object", "properties": {"message": {"type": "string", "required": true, "example": "Invalid API key in request", "description": "Error Message."}}} |
1e29e918-06be-40b5-a2fb-100ec4c7a606/d285fd8c-0408-48f5-9843-e77e251ab9e0/0/0 | Script Writer | Script Writer AI is a cutting-edge artificial intelligence technology that revolutionizes the art of storytelling. Powered by advanced machine learning algorithms, this AI marvels in crafting compelling and original scripts for various mediums, including films, TV shows, theater productions, and more. With an innate gr... | 5.1 | Write Script | Write Script | 200 | Sample Response | {"script": "Welcome to our YouTube channel, where we explore the best travel destinations! Today, we will take you on a 2-day adventure in beautiful Bali. \n\nDay 1: Start your morning off with a visit to the stunning Tegalalang Rice Terrace, known for its breathtaking views and lush green fields. \n\nNext, head to the... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"script": {"type": "string"}}, "required": ["script"]} |
77fab676-780e-409c-8f42-9427f66379b0/c458b4ed-aafb-42b6-a381-be2ff4a74abd/0/0 | RecapioGPT | null | 8 | Summarize | Provide a text or and Url and get a summary. | 200 | Successful Summary | {"summary": "Ukraine War, 16 September 2022: East Kharkiv.\nIt's been about a week since my last 'update' on the war in Ukraine, thus there's actually a lot to review and report today.\nI lack the time for more, though: thus, even if I'm writing down most important developments, let me remain focused on eastern Kharkiv... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"summary": {"type": "string"}}, "required": ["summary"]} |
6d552e8c-718b-4bb8-bf04-07feacdbb35b/5877d46e-6d17-439d-9db4-970f888d8ce3/0/0 | ChatGPT | A stable and well-priced OpenAI API with no regional restrictions. | null | Retrieve model | Retrieves a model instance, providing basic information about the model such as the owner and permissioning. | 200 | New Example | {"id": "text-davinci-003", "object": "model", "owned_by": "openai", "permission": []} | {"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "owned_by": {"type": "string"}, "permission": {"type": "array"}}} |
6d552e8c-718b-4bb8-bf04-07feacdbb35b/85680624-fa48-4b26-a537-e46246f6dc0b/0/0 | ChatGPT | A stable and well-priced OpenAI API with no regional restrictions. | null | List models | Lists the currently available models, and provides basic information about each one such as the owner and availability. | 200 | New Example | {"data": [{"id": "model-id-0", "object": "model", "owned_by": "organization-owner", "permission": []}, {"id": "model-id-1", "object": "model", "owned_by": "organization-owner", "permission": []}, {"id": "model-id-2", "object": "model", "owned_by": "openai", "permission": []}], "object": "list"} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "owned_by": {"type": "string"}, "permission": {"type": "array"}}}}, "object": {"type": "string"}}} |
6d552e8c-718b-4bb8-bf04-07feacdbb35b/56a348a1-78c6-4cc1-a89a-1455ac964764/0/0 | ChatGPT | A stable and well-priced OpenAI API with no regional restrictions. | null | Create Embedding | Creates an embedding vector representing the input text. | 200 | New Example | {"object": "list", "data": [{"object": "embedding", "embedding": [], "index": 0}], "model": "text-embedding-ada-002", "usage": {"prompt_tokens": 8, "total_tokens": 8}} | {"type": "object", "required": ["object", "model", "data", "usage"], "properties": {"object": {"type": "string"}, "model": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "required": ["index", "object", "embedding"], "properties": {"index": {"type": "integer"}, "object": {"type": "string"}, "e... |
6d552e8c-718b-4bb8-bf04-07feacdbb35b/09419b4d-3d50-4271-9154-124f21609afa/0/0 | ChatGPT | A stable and well-priced OpenAI API with no regional restrictions. | null | Create moderation | Given a input text, outputs if the model classifies it as violating OpenAI's content policy. | 200 | New Example | {"id": "modr-5MWoLO", "model": "text-moderation-001", "results": [{"categories": {"hate": false, "hate/threatening": true, "self-harm": false, "sexual": false, "sexual/minors": false, "violence": true, "violence/graphic": false}, "category_scores": {"hate": 0.22714105248451233, "hate/threatening": 0.4132447838783264, "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "model": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"categories": {"type": "object", "properties": {"hate": {"type": "boolean"}, "hate/threatening": {"type": "boolean... |
6d552e8c-718b-4bb8-bf04-07feacdbb35b/923f9036-a96c-456f-9ca6-da39f8dd85d5/0/0 | ChatGPT | A stable and well-priced OpenAI API with no regional restrictions. | null | Chat Completion | Creates a model response for the given chat conversation. | 200 | New Example | {"id": "chatcmpl-123", "object": "chat.completion", "created": 1677652288, "model": "gpt-3.5-turbo", "choices": [{"index": 0, "message": {"role": "assistant", "content": "\n\nHello there, how may I assist you today?"}, "finish_reason": "stop"}], "usage": {"prompt_tokens": 9, "completion_tokens": 12, "total_tokens": 21}... | {"type": "object", "properties": {"id": {"type": "string", "description": "The id of the chat completion response."}, "object": {"type": "string", "description": "The object of the chat completion response."}, "created": {"type": "number", "description": "The created timestamp of the chat completion response."}, "model... |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/e04f8ba1-139d-46d2-bd47-eab830966bb4/0/0 | OpenAI | OpenAI official API | 0 | createClassification | 200 | null | {"object": "", "model": "", "search_model": "", "completion": "", "label": "", "selected_examples": [{"document": 0, "text": "", "label": ""}]} | {"type": "object", "properties": {"object": {"type": "string"}, "model": {"type": "string"}, "search_model": {"type": "string"}, "completion": {"type": "string"}, "label": {"type": "string"}, "selected_examples": {"type": "array", "items": {"type": "object", "properties": {"document": {"type": "integer"}, "text": {"typ... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/9b318413-c360-4488-be36-8ca357625a33/0/0 | OpenAI | OpenAI official API | 0 | createSearch | 200 | null | {"object": "", "model": "", "data": [{"object": "", "document": 0, "score": 0}]} | {"type": "object", "properties": {"object": {"type": "string"}, "model": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "document": {"type": "integer"}, "score": {"type": "number"}}}}}} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/0f8e4934-7372-41af-9b6a-77b58e9cc8f9/0/0 | OpenAI | OpenAI official API | 0 | createTranslation | 200 | null | {"text": ""} | {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/b930dfc4-94de-4b56-aad1-a0227043ad3f/0/0 | OpenAI | OpenAI official API | 0 | cancelFineTune | 200 | null | {"id": "", "object": "", "created_at": 0, "updated_at": 0, "model": "", "fine_tuned_model": "", "organization_id": "", "status": "", "hyperparams": {}, "training_files": [{"id": "", "object": "", "bytes": 0, "created_at": 0, "filename": "", "purpose": "", "status": "", "status_details": {}}], "validation_files": [{"id"... | {"title": "FineTune", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created_at": {"type": "integer"}, "updated_at": {"type": "integer"}, "model": {"type": "string"}, "fine_tuned_model": {"type": ["string", "null"]}, "organization_id": {"type": "string"}, "status": {"type": "string"}, "hyperpar... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/bc484e4e-2768-41a2-99a3-6ff7aac0711c/0/0 | OpenAI | OpenAI official API | 0 | deleteFile | 200 | null | {"id": "", "object": "", "deleted": true} | {"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "deleted": {"type": "boolean"}}, "required": ["id", "object", "deleted"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/7c7e9978-5152-4af7-9313-ef889a96b7f0/0/0 | OpenAI | OpenAI official API | 0 | createChatCompletion | create Chat Completion | 200 | Example_1 | {"id": "", "object": "", "created": 0, "model": "", "choices": [{"index": 0, "message": {"role": "system", "content": ""}, "finish_reason": ""}], "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", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "message": {"type": "object", "properties": {"role": {"type": "stri... |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/7c7e9978-5152-4af7-9313-ef889a96b7f0/0/1 | OpenAI | OpenAI official API | 0 | createChatCompletion | create Chat Completion | 200 | simple example | {"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", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "message": {"type": "object", "properties": {"role": {"type": "stri... |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/aa1e06a8-7eac-4cfd-8818-4c0fdcc230f3/0/0 | OpenAI | OpenAI official API | 0 | retrieveFineTune | 200 | null | {"id": "", "object": "", "created_at": 0, "updated_at": 0, "model": "", "fine_tuned_model": "", "organization_id": "", "status": "", "hyperparams": {}, "training_files": [{"id": "", "object": "", "bytes": 0, "created_at": 0, "filename": "", "purpose": "", "status": "", "status_details": {}}], "validation_files": [{"id"... | {"title": "FineTune", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created_at": {"type": "integer"}, "updated_at": {"type": "integer"}, "model": {"type": "string"}, "fine_tuned_model": {"type": ["string", "null"]}, "organization_id": {"type": "string"}, "status": {"type": "string"}, "hyperpar... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/6e0bedc1-b5a1-48fe-8c9b-13271e169406/0/0 | OpenAI | OpenAI official API | 0 | createFineTune | 200 | null | {"id": "", "object": "", "created_at": 0, "updated_at": 0, "model": "", "fine_tuned_model": "", "organization_id": "", "status": "", "hyperparams": {}, "training_files": [{"id": "", "object": "", "bytes": 0, "created_at": 0, "filename": "", "purpose": "", "status": "", "status_details": {}}], "validation_files": [{"id"... | {"title": "FineTune", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created_at": {"type": "integer"}, "updated_at": {"type": "integer"}, "model": {"type": "string"}, "fine_tuned_model": {"type": ["string", "null"]}, "organization_id": {"type": "string"}, "status": {"type": "string"}, "hyperpar... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/a3e470d8-80a0-4a69-ae44-5a8adbdcf459/0/0 | OpenAI | OpenAI official API | 0 | createImageEdit | 200 | null | {"created": 0, "data": [{"url": "", "b64_json": ""}]} | {"properties": {"created": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "b64_json": {"type": "string"}}}}}, "required": ["created", "data"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/4473efaf-1925-4983-ad73-f62ca89f08cb/0/0 | OpenAI | OpenAI official API | 0 | listModels | 200 | null | {"object": "", "data": [{"id": "", "object": "", "created": 0, "owned_by": ""}]} | {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "array", "items": {"title": "Model", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": "integer"}, "owned_by": {"type": "string"}}, "required": ["id", "object", "created", "owned_by"]}}}, "required"... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/e8ab7397-d116-4c24-b6ec-2ba38a48ca5e/0/0 | OpenAI | OpenAI official API | 0 | retrieveFile | 200 | null | {"id": "", "object": "", "bytes": 0, "created_at": 0, "filename": "", "purpose": "", "status": "", "status_details": {}} | {"title": "OpenAIFile", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "bytes": {"type": "integer"}, "created_at": {"type": "integer"}, "filename": {"type": "string"}, "purpose": {"type": "string"}, "status": {"type": "string"}, "status_details": {"type": ["object", "null"]}}, "required": ["id",... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/1f80dae7-293c-4605-b4c0-ec0d127337d4/0/0 | OpenAI | OpenAI official API | 0 | createFile | 200 | null | {"id": "", "object": "", "bytes": 0, "created_at": 0, "filename": "", "purpose": "", "status": "", "status_details": {}} | {"title": "OpenAIFile", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "bytes": {"type": "integer"}, "created_at": {"type": "integer"}, "filename": {"type": "string"}, "purpose": {"type": "string"}, "status": {"type": "string"}, "status_details": {"type": ["object", "null"]}}, "required": ["id",... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/0e654a9e-dc5e-4c0e-9028-8ae372e313ab/0/0 | OpenAI | OpenAI official API | 0 | listFiles | 200 | null | {"object": "", "data": [{"id": "", "object": "", "bytes": 0, "created_at": 0, "filename": "", "purpose": "", "status": "", "status_details": {}}]} | {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "array", "items": {"title": "OpenAIFile", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "bytes": {"type": "integer"}, "created_at": {"type": "integer"}, "filename": {"type": "string"}, "purpose": {"type": "string"}... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/299ddde6-6b8c-4018-8681-a969331e94df/0/0 | OpenAI | OpenAI official API | 0 | createCompletion | text completion | 200 | Example_1 | {"id": "", "object": "", "created": 0, "model": "", "choices": [{"text": "", "index": 0, "logprobs": {"tokens": [], "token_logprobs": [], "top_logprobs": [], "text_offset": []}, "finish_reason": ""}], "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", "items": {"type": "object", "properties": {"text": {"type": "string"}, "index": {"type": "integer"}, "logprobs": {"type": ["object", "null"]... |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/545b2427-f529-4296-a6fe-6cf88071c68e/0/0 | OpenAI | OpenAI official API | 0 | listEngines | 200 | null | {"object": "", "data": [{"id": "", "object": "", "created": 0, "ready": true}]} | {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "array", "items": {"title": "Engine", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": ["integer", "null"]}, "ready": {"type": "boolean"}}, "required": ["id", "object", "created", "ready"]}}}, "req... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/897953a5-96f1-4c17-b6aa-916b5de07663/0/0 | OpenAI | OpenAI official API | 0 | retrieveEngine | 200 | null | {"id": "", "object": "", "created": 0, "ready": true} | {"title": "Engine", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": ["integer", "null"]}, "ready": {"type": "boolean"}}, "required": ["id", "object", "created", "ready"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/4d69ab85-b837-4255-9293-7df617b29fb8/0/0 | OpenAI | OpenAI official API | 0 | createTranscription | 200 | null | {"text": ""} | {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/cd471d92-e45a-4cce-a5ba-8ab4a34030d3/0/0 | OpenAI | OpenAI official API | 0 | createImageVariation | 200 | null | {"created": 0, "data": [{"url": "", "b64_json": ""}]} | {"properties": {"created": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "b64_json": {"type": "string"}}}}}, "required": ["created", "data"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/557d1b64-2473-4cc2-8306-618260f45623/0/0 | OpenAI | OpenAI official API | 0 | createEmbedding | 200 | null | {"object": "", "model": "", "data": [{"index": 0, "object": "", "embedding": []}], "usage": {"prompt_tokens": 0, "total_tokens": 0}} | {"type": "object", "properties": {"object": {"type": "string"}, "model": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "object": {"type": "string"}, "embedding": {"type": "array", "items": {"type": "number"}}}, "required": ["index", "object", "emb... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/be1b9a71-f6dd-4680-958e-b9fae4b650c6/0/0 | OpenAI | OpenAI official API | 0 | deleteModel | 200 | null | {"id": "", "object": "", "deleted": true} | {"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "deleted": {"type": "boolean"}}, "required": ["id", "object", "deleted"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/dcb72c6b-c8bc-46d0-9260-c0ba8f02ebee/0/0 | OpenAI | OpenAI official API | 0 | createEdit | 200 | null | {"object": "", "created": 0, "choices": [{"text": "", "index": 0, "logprobs": {"tokens": [], "token_logprobs": [], "top_logprobs": [], "text_offset": []}, "finish_reason": ""}], "usage": {"prompt_tokens": 0, "completion_tokens": 0, "total_tokens": 0}} | {"type": "object", "properties": {"object": {"type": "string"}, "created": {"type": "integer"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "index": {"type": "integer"}, "logprobs": {"type": ["object", "null"], "properties": {"tokens": {"type": "array", "items": {... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/9843743e-42f3-4135-87a7-55bc3e833544/0/0 | OpenAI | OpenAI official API | 0 | listFineTunes | 200 | null | {"object": "", "data": [{"id": "", "object": "", "created_at": 0, "updated_at": 0, "model": "", "fine_tuned_model": "", "organization_id": "", "status": "", "hyperparams": {}, "training_files": [{"id": "", "object": "", "bytes": 0, "created_at": 0, "filename": "", "purpose": "", "status": "", "status_details": {}}], "v... | {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "array", "items": {"title": "FineTune", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created_at": {"type": "integer"}, "updated_at": {"type": "integer"}, "model": {"type": "string"}, "fine_tuned_model": {"type": ... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/aaf61b39-f23d-4e93-b2a2-86daa04a225f/0/0 | OpenAI | OpenAI official API | 0 | createAnswer | 200 | null | {"object": "", "model": "", "search_model": "", "completion": "", "answers": [], "selected_documents": [{"document": 0, "text": ""}]} | {"type": "object", "properties": {"object": {"type": "string"}, "model": {"type": "string"}, "search_model": {"type": "string"}, "completion": {"type": "string"}, "answers": {"type": "array", "items": {"type": "string"}}, "selected_documents": {"type": "array", "items": {"type": "object", "properties": {"document": {"t... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/7c39041e-c824-45e3-a5eb-22a4127d3baa/0/0 | OpenAI | OpenAI official API | 0 | retrieveModel | 200 | null | {"id": "", "object": "", "created": 0, "owned_by": ""} | {"title": "Model", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": "integer"}, "owned_by": {"type": "string"}}, "required": ["id", "object", "created", "owned_by"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/9cbd1b04-23e2-44c8-95bc-05b85e723ea1/0/0 | OpenAI | OpenAI official API | 0 | createModeration | 200 | null | {"id": "", "model": "", "results": [{"flagged": true, "categories": {"hate": true, "hate/threatening": true, "self-harm": true, "sexual": true, "sexual/minors": true, "violence": true, "violence/graphic": true}, "category_scores": {"hate": 0, "hate/threatening": 0, "self-harm": 0, "sexual": 0, "sexual/minors": 0, "viol... | {"type": "object", "properties": {"id": {"type": "string"}, "model": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"flagged": {"type": "boolean"}, "categories": {"type": "object", "properties": {"hate": {"type": "boolean"}, "hate/threatening": {"type": "boolean"}, "self-har... | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/5f1cb117-fc0f-47bd-9b38-41bc11d5dbb1/0/0 | OpenAI | OpenAI official API | 0 | createImage | 200 | null | {"created": 0, "data": [{"url": "", "b64_json": ""}]} | {"properties": {"created": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "b64_json": {"type": "string"}}}}}, "required": ["created", "data"]} | |
4befe76b-b4bf-4e3f-8237-fc427b3e137f/0b977471-6edb-4da4-ab35-9c9b58ed4152/0/0 | OpenAI | OpenAI official API | 0 | listFineTuneEvents | 200 | null | {"object": "", "data": [{"object": "", "created_at": 0, "level": "", "message": ""}]} | {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "array", "items": {"title": "FineTuneEvent", "properties": {"object": {"type": "string"}, "created_at": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["object", "created_at", "level", "messag... | |
ed2e27f9-c527-4ad7-be3d-e67e6fbaa47b/b2f0217e-9cc6-4bc5-88c3-167d33911d39/0/0 | Varna Test API | testing | null | /hello | Returns a simple "Hello, World!" message. | 200 | null | {"message": "Hello, World!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
596f0fd6-514b-4086-9787-204692451f67/ad41c706-2879-4105-a31a-2ade9e2d56b0/1/0 | Unchained.chat API | Unchained.chat API is a censorship free, cutting-edge natural language processing service, enabling developers to easily integrate human-like conversational features in applications. It offers advanced capabilities such as answering questions, generating content, and translating languages to enhance user experiences an... | null | prompt_prompt_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": "inte... | |
f54a5c7a-baea-4d72-8791-f548847b424e/be76861a-b466-43c9-bd9d-16c328ce0527/0/0 | JS Code Interpreter | Let your AI Agent run JS code with access to 1 Million+ NPM's packages in a simple API call using Deno JS runtime | null | Run Code |
Import npm packeges using esm.sh with import syntax
import axios from "https://esm.sh/axios";
Define export default function for response
export default () => "Hello World";
| 200 | New Example | {"joke": "Knock-knock. A race condition. Who is there?", "sentiment": "neutral"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"joke": {"type": "string"}, "sentiment": {"type": "string"}}, "required": ["joke", "sentiment"]} |
4666f1cb-4f12-48e1-a563-6eb44edb4525/66b51048-6004-43e7-9c91-b542f607b4ed/1/0 | testddd | ai | null | CSISApi/ws1/CSIS_CLAIM_DETAILS | This API is Used to Get The List of CSIS Claim Details | 200 | null | {"rs": "S", "rc": 200, "rd": "Success.", "pd": "\\\"VENDOR_ID\\\":\\\"UMANG\\\",\\\"METHOD_ID\\\":\\\"078\\\",\\\"RESPONSE_CODE\\\":\\\"1\\\",\\\"RESPONSE_ENC\\\":\\\"sp3OguQAn5Gi2A08IT7wUNZ7KmvsKpDeVgeb3R"} | {"type": "object", "properties": {"rs": {"type": "string", "description": "Response Status"}, "rc": {"type": "string", "description": "Response Code"}, "rd": {"type": "string", "description": "Response Description"}, "pd": {"type": "string", "description": "claim details"}}} |
4666f1cb-4f12-48e1-a563-6eb44edb4525/20d52353-91a5-428f-ace4-4365cea33a1c/1/0 | testddd | ai | null | CSISApi/ws1/CSIS_BANK_NAME | This API is Used to Get the List of CSIS Bank Names | 200 | null | {"rs": "S", "rc": 200, "rd": "Success.", "pd": [{"BK_CODE": 856, "BK_NAME": "ABHYUDAYA CO-OP BANK LTD"}]} | {"type": "object", "properties": {"rs": {"type": "string", "description": "Response Status"}, "rc": {"type": "string", "description": "Response Code"}, "rd": {"type": "string", "description": "Response Description"}, "pd": {"type": "array", "description": "Response Payload", "items": {"type": "object", "properties": {"... |
fc4a5c16-bd9e-42a2-9e75-517b1a527a67/fe1cd969-6e6d-4a37-b274-16e41d968405/0/0 | OpenManual | The most successful startups (e.g. Stripe, Dropbox, Reddit) are the simplest to use. Programmatically synthesize, ingest, update and interact with all of your API documentation. Spend less time reading which translates to 2-8x user conversion through a self-directed, intuitive, onboarding experience. Add to your own la... | null | answer | Context[string]: plaintext or domain-url
Prompt[string]: plaintext
Note: url will detect automatically any context beginning with 'https'. Capped at 5000 tokens. | 401 | Response | {"message": "This endpoint is disabled for your subscription"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
08a5bd94-24be-4492-b5f4-0dd9f94e6393/8b8f70e0-4888-4ab9-af4e-06602119fa36/0/0 | ai-emailid-validator | 🚀 Elevate Your Email Marketing with AI-Powered Precision! | null | validate email id | AI powered Email validation | 200 | Valid | {"email_id": "john@gmail.com", "result": true, "message": "Valid", "confidence": "Very High", "confidence_score": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"email_id": {"type": "string"}, "result": {"type": "boolean"}, "message": {"type": "string"}, "confidence": {"type": "string"}, "confidence_score": {"type": "integer"}}, "required": ["confidence", "confidence_score", "email_id", "message", "... |
08a5bd94-24be-4492-b5f4-0dd9f94e6393/8b8f70e0-4888-4ab9-af4e-06602119fa36/0/1 | ai-emailid-validator | 🚀 Elevate Your Email Marketing with AI-Powered Precision! | null | validate email id | AI powered Email validation | 200 | Gibberish | {"email_id": "sdvasdv@gmail.com", "result": false, "message": "Gibberish User Name", "confidence": "High", "confidence_score": 0.9895602464675903} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"email_id": {"type": "string"}, "result": {"type": "boolean"}, "message": {"type": "string"}, "confidence": {"type": "string"}, "confidence_score": {"type": "number"}}, "required": ["confidence", "confidence_score", "email_id", "message", "r... |
9f3e9bc4-1438-404a-a55e-503315301fcf/4fabfab0-0316-45dc-82c3-dee92cdc5c22/0/0 | image2json | extract any structured text from any image by just providing the desired output json format | null | Core | Provide image url and desired output and extract data from any image | 200 | Response | {"extracted_text": "text ... ", "structured_data": {"suplier_name": "SHOP NAME", "currency": "N/A"}, "output": "{\"suplier_name\": \"SHOP NAME\", \"currency\": \"N/A\"}"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"extracted_text": {"type": "string"}, "structured_data": {"type": "object", "properties": {"suplier_name": {"type": "string"}, "currency": {"type": "string"}}, "required": ["currency", "suplier_name"]}, "output": {"type": "string"}}, "requir... |
41673b39-6d44-4227-b14f-bf8fa12a70d1/47c09971-c2d8-4e8c-bee4-f05936e0f65f/0/0 | Text To Speech - Realistic AI Voices | Our state-of-the-art multilingual AI model text to speech, is able to generate life-like speech in 28 languages. | 8.7 | Voices | Get a list of all available voices. | 200 | 200 Status | [{"voice_id": "21m00Tcm4TlvDq8ikWAM", "name": "Rachel", "gender": "female", "age": "young", "accent": "american", "description": "calm", "use_case": "narration", "preview_url": "https://text-to-speech-realistic-ai-voices.p.rapidapi.com/voice/21m00Tcm4TlvDq8ikWAM/preview"}, {"voice_id": "2EiwWnXFnvU5JabPnv8n", "name": "... | {"type": "array", "items": {"type": "object", "properties": {"voice_id": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "age": {"type": "string"}, "accent": {"type": "string"}, "description": {"type": "string"}, "use_case": {"type": "string"}, "preview_url": {"type": "string"}}}} |
7c7cc075-da3e-4ed9-be02-36f26f0dc0f3/b5211405-a5ab-4676-8c5c-be298663e1c0/0/0 | Dream Diffusion | Train Stable Diffusion models in 8 minutes and generate custom images. | 5.8 | GetGeneration | Gets the generation status and generated images | 200 | Example Response | {"uuid": "c2d620eb-8d1a-4bda-b609-d2000858f22f", "status": "success", "image_urls": ["https://fra1.digitaloceanspaces.com/imaginator/lora-generation/result_FxRzS4T.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=DO00JJQFZDQUBQRBE2GY%2F20230306%2Ffra1%2Fs3%2Faws4_request&X-Amz-Date=20230306T203448Z&X-Amz-Expires=3... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uuid": {"type": "string"}, "status": {"type": "string"}, "image_urls": {"type": "array", "items": {"type": "string"}}}, "required": ["image_urls", "status", "uuid"]} |
7c7cc075-da3e-4ed9-be02-36f26f0dc0f3/4ff39952-cd0b-4a4b-a10a-8a94ba2c5a61/0/0 | Dream Diffusion | Train Stable Diffusion models in 8 minutes and generate custom images. | 5.8 | GetTraining | Gets the training status | 200 | Example Response | {"uuid": "95a0cdaa-0b16-45f7-9da6-ce4f43835d0d", "status": "success", "zip_file": "https://fra1.digitaloceanspaces.com/imaginator/lora-training/1287_5pLhkU1.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=DO00JJQFZDQUBQRBE2GY%2F20230306%2Ffra1%2Fs3%2Faws4_request&X-Amz-Date=20230306T202602Z&X-Amz-Expires=3600&X-A... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uuid": {"type": "string"}, "status": {"type": "string"}, "zip_file": {"type": "string"}}, "required": ["status", "uuid", "zip_file"]} |
7c7cc075-da3e-4ed9-be02-36f26f0dc0f3/04c53ab4-18ea-4132-b190-bfdf01db8a1a/0/0 | Dream Diffusion | Train Stable Diffusion models in 8 minutes and generate custom images. | 5.8 | CreateGeneration | Generation of an image using the prompt and the pre-trained model.
Use < 1 > to refer to the trained model subject. | 200 | ExampleResponse | {"uuid": "c2d620eb-8d1a-4bda-b609-d2000858f22f", "status": "generating", "image_urls": ["https://fra1.digitaloceanspaces.com/imaginator/lora-generation/result_FxRzS4T.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=DO00JJQFZDQUBQRBE2GY%2F20230306%2Ffra1%2Fs3%2Faws4_request&X-Amz-Date=20230306T203448Z&X-Amz-Expire... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uuid": {"type": "string"}, "status": {"type": "string"}, "image_urls": {"type": "array", "items": {"type": "string"}}}, "required": ["image_urls", "status", "uuid"]} |
7c7cc075-da3e-4ed9-be02-36f26f0dc0f3/3bbe66b5-bbb8-427e-8ae1-ff9990083552/0/0 | Dream Diffusion | Train Stable Diffusion models in 8 minutes and generate custom images. | 5.8 | CreateTraining | Train the Stable Diffusion model.
The parameters are as follows:
- file => zip file of at least 10 images (max 512x512) of the subject to train
- seed => seed to replicate training if needed
- task => can be from type face, subject or style | 200 | Example Response | {"uuid": "95a0cdaa-0b16-45f7-9da6-ce4f43835d0d", "status": "training", "zip_file": "https://fra1.digitaloceanspaces.com/imaginator/lora-training/1287_5pLhkU1.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=DO00JJQFZDQUBQRBE2GY%2F20230306%2Ffra1%2Fs3%2Faws4_request&X-Amz-Date=20230306T202602Z&X-Amz-Expires=3600&X-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"uuid": {"type": "string"}, "status": {"type": "string"}, "zip_file": {"type": "string"}}, "required": ["status", "uuid", "zip_file"]} |
9adce0dc-b402-465b-85ad-27de386b1b5b/f9b1e3e0-33ec-4a32-bd16-146f3114e178/1/0 | ezML | Computer vision integration made simple. | null | verify_api_v1_auth_verify_get | Verify token by listing the permissions of the access token | 200 | null | {"permissions": [{"method": "", "object": ""}]} | {"title": "Permissions", "required": ["permissions"], "type": "object", "properties": {"permissions": {"title": "List of permissions", "type": "array", "items": {"title": "Permission", "required": ["method", "object"], "type": "object", "properties": {"method": {"title": "Method", "type": "string", "description": "Meth... |
9adce0dc-b402-465b-85ad-27de386b1b5b/447e55ba-73ee-4a37-833a-fa18d092f6b9/2/0 | ezML | Computer vision integration made simple. | null | authenticate_api_v1_auth_post | Using your provided key and secret request an access code, the access code has a 24h TTL | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/447e55ba-73ee-4a37-833a-fa18d092f6b9/3/0 | ezML | Computer vision integration made simple. | null | authenticate_api_v1_auth_post | Using your provided key and secret request an access code, the access code has a 24h TTL | 200 | null | {"access_token": ""} | {"title": "AccessToken", "required": ["access_token"], "type": "object", "properties": {"access_token": {"title": "Access Token", "type": "string", "description": "Access token to use for `Authorization` header"}}} |
9adce0dc-b402-465b-85ad-27de386b1b5b/fd4fce3a-ee82-4b51-85e6-ac3dc23df244/2/0 | ezML | Computer vision integration made simple. | null | sensitive_content_detection_api_v1_functions_sensitive_content_detection_post | Model specialized in detecting sensitive content (nsfw or nsfl) | 200 | null | {"status": "", "result": {"not_work_safe": 0, "not_life_safe": 0}} | {"title": "SensitiveContentDetectionResult", "required": ["status"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "Sensitive Content Status", "allOf": [{"title": "SensitiveContentStatus",... |
9adce0dc-b402-465b-85ad-27de386b1b5b/fd4fce3a-ee82-4b51-85e6-ac3dc23df244/3/0 | ezML | Computer vision integration made simple. | null | sensitive_content_detection_api_v1_functions_sensitive_content_detection_post | Model specialized in detecting sensitive content (nsfw or nsfl) | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/e58318d9-4526-4eba-86ac-e3f5ffff3771/3/0 | ezML | Computer vision integration made simple. | null | people_detection_api_v1_functions_people_detection_post | Model specialized to detecting people from images | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/e58318d9-4526-4eba-86ac-e3f5ffff3771/4/0 | ezML | Computer vision integration made simple. | null | people_detection_api_v1_functions_people_detection_post | Model specialized to detecting people from images | 200 | null | {"status": "", "result": [{"bbox": [], "conf": 0, "label": ""}]} | {"title": "InferenceResultDetection", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "list of detections", "type": "array", "items": {"title": "BasicInferenceResul... |
9adce0dc-b402-465b-85ad-27de386b1b5b/ee0a356d-649c-4035-864d-767882f18152/0/0 | ezML | Computer vision integration made simple. | null | furniture_detection_api_v1_functions_furniture_detection_post | Model specialized in detecting common furniture in images. Check out our docs to learn more | 200 | null | {"status": "", "result": [{"bbox": [], "conf": 0, "label": ""}]} | {"title": "InferenceResultDetection", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "list of detections", "type": "array", "items": {"title": "BasicInferenceResul... |
9adce0dc-b402-465b-85ad-27de386b1b5b/ee0a356d-649c-4035-864d-767882f18152/1/0 | ezML | Computer vision integration made simple. | null | furniture_detection_api_v1_functions_furniture_detection_post | Model specialized in detecting common furniture in images. Check out our docs to learn more | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/b6cbe01f-f944-4883-9ece-dcdfc3628750/1/0 | ezML | Computer vision integration made simple. | null | summary_api_v1_metrics_summary_get | Gets a summary of the statistics for a timeframe: requests and model_usage | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/b6cbe01f-f944-4883-9ece-dcdfc3628750/3/0 | ezML | Computer vision integration made simple. | null | summary_api_v1_metrics_summary_get | Gets a summary of the statistics for a timeframe: requests and model_usage | 200 | null | {"requests": [{"status": "", "duration": 0, "timestamp": ""}], "model_usage": [{"type": "", "timestamp": ""}]} | {"title": "SummaryResponse", "required": ["requests", "model_usage"], "type": "object", "properties": {"requests": {"title": "List of requests", "type": "array", "items": {"title": "InfluxRequestMetric", "required": ["status", "duration", "timestamp"], "type": "object", "properties": {"status": {"title": "Status of req... |
9adce0dc-b402-465b-85ad-27de386b1b5b/ad1a15ac-b99c-4b42-b16c-7a78f85aa4ac/0/0 | ezML | Computer vision integration made simple. | null | face_detection_api_v1_functions_face_detection_post | Use our cutting-edge face recognition engine that also supports age and emotion prediction | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/ad1a15ac-b99c-4b42-b16c-7a78f85aa4ac/1/0 | ezML | Computer vision integration made simple. | null | face_detection_api_v1_functions_face_detection_post | Use our cutting-edge face recognition engine that also supports age and emotion prediction | 200 | null | {"status": "", "result": [{"bbox": [], "conf": 0, "age": 0, "emotion": ""}]} | {"title": "InferenceResultFace", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "List of faces", "type": "array", "items": {"title": "ResultFace", "require... |
9adce0dc-b402-465b-85ad-27de386b1b5b/1a1a1203-03f9-4fcd-89bb-3e3213f818a6/1/0 | ezML | Computer vision integration made simple. | null | object_detection_api_v1_functions_object_detection_post | Using our proprietery zero-shot learning models we are able to detects object in an image from a given list of labels without any additional training data | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/1a1a1203-03f9-4fcd-89bb-3e3213f818a6/3/0 | ezML | Computer vision integration made simple. | null | object_detection_api_v1_functions_object_detection_post | Using our proprietery zero-shot learning models we are able to detects object in an image from a given list of labels without any additional training data | 200 | null | {"status": "", "result": [{"bbox": [], "conf": 0, "label": ""}]} | {"title": "InferenceResultDetection", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "list of detections", "type": "array", "items": {"title": "BasicInferenceResul... |
9adce0dc-b402-465b-85ad-27de386b1b5b/4d68263d-223d-4301-842a-9aa2caa501c1/2/0 | ezML | Computer vision integration made simple. | null | balance_api_v1_metrics_balance_get | Returns your current balance in credits | 200 | null | {"balance": 0} | {"title": "BalanceResponse", "required": ["balance"], "type": "object", "properties": {"balance": {"title": "Balance", "type": "integer", "description": "Current balance in credits"}}} |
9adce0dc-b402-465b-85ad-27de386b1b5b/2f498ed0-762e-4c16-874d-180a412bdfff/0/0 | ezML | Computer vision integration made simple. | null | generate_image_heavy_api_v1_functions_upscale_image_post | Upscales an image to a higher resolution and is capable of enhancing details while removing common flaws | 200 | null | {"status": "", "result": ""} | {"title": "ImageGenerationResult", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "base64 encoded image", "type": "string", "description": "Base64 encoded ... |
9adce0dc-b402-465b-85ad-27de386b1b5b/2f498ed0-762e-4c16-874d-180a412bdfff/3/0 | ezML | Computer vision integration made simple. | null | generate_image_heavy_api_v1_functions_upscale_image_post | Upscales an image to a higher resolution and is capable of enhancing details while removing common flaws | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/31bfe902-ff0f-4ca8-94ab-eca4f7d671ee/1/0 | ezML | Computer vision integration made simple. | null | tag_image_api_v1_functions_tag_image_post | Creates a list of tags that are applicable to a given image | 200 | null | {"status": "", "result": [{"tag": "", "conf": 0}]} | {"title": "ImageTaggingResult", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "List of tags", "type": "array", "items": {"title": "Tag", "required": ["tag... |
9adce0dc-b402-465b-85ad-27de386b1b5b/31bfe902-ff0f-4ca8-94ab-eca4f7d671ee/2/0 | ezML | Computer vision integration made simple. | null | tag_image_api_v1_functions_tag_image_post | Creates a list of tags that are applicable to a given image | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/f5f98d17-058e-4256-9975-be3001577e98/2/0 | ezML | Computer vision integration made simple. | null | pipeline_api_v1_functions_pipeline_post | Use our proprietary pipeline system to create complex functionality by combining multiple models defined by a JSON configuration | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/f5f98d17-058e-4256-9975-be3001577e98/3/0 | ezML | Computer vision integration made simple. | null | pipeline_api_v1_functions_pipeline_post | Use our proprietary pipeline system to create complex functionality by combining multiple models defined by a JSON configuration | 200 | null | {"status": ""} | {"title": "InferenceResult", "required": ["status"], "type": "object", "properties": {"status": {"title": "status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "result", "description": "Result of pipeline inference, varies widely"}}} |
9adce0dc-b402-465b-85ad-27de386b1b5b/bed893db-c7b7-42b8-9a08-17222cc5f58b/2/0 | ezML | Computer vision integration made simple. | null | text_detection_api_v1_functions_ocr_post | Leveraging the most recent advancements in optical character recognition (OCR), our OCR model outperforms our competitors and performs multi-lingual highly accurate text detection or recognition on an image | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/bed893db-c7b7-42b8-9a08-17222cc5f58b/4/0 | ezML | Computer vision integration made simple. | null | text_detection_api_v1_functions_ocr_post | Leveraging the most recent advancements in optical character recognition (OCR), our OCR model outperforms our competitors and performs multi-lingual highly accurate text detection or recognition on an image | 200 | null | {"status": "", "result": ""} | {"title": "Response Text Detection Api V1 Functions Ocr Post", "anyOf": [{"title": "InferenceResultDetection", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "list... |
9adce0dc-b402-465b-85ad-27de386b1b5b/1c1b0b09-5d0e-4097-a11c-ab9a726e95be/0/0 | ezML | Computer vision integration made simple. | null | vehicle_detection_api_v1_functions_vehicle_detection_post | Model specialized in detecting common vehicles in images. Check out our docs to learn more | 200 | null | {"status": "", "result": [{"bbox": [], "conf": 0, "label": ""}]} | {"title": "InferenceResultDetection", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "list of detections", "type": "array", "items": {"title": "BasicInferenceResul... |
9adce0dc-b402-465b-85ad-27de386b1b5b/1c1b0b09-5d0e-4097-a11c-ab9a726e95be/1/0 | ezML | Computer vision integration made simple. | null | vehicle_detection_api_v1_functions_vehicle_detection_post | Model specialized in detecting common vehicles in images. Check out our docs to learn more | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/f8312dc7-5aea-4548-bdd5-5aa11fb2fd8d/3/0 | ezML | Computer vision integration made simple. | null | generate_image_light_api_v1_functions_generate_image_light_post | Creates descriptive images with short prompts. This is the base model that runs faster but has less detail | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/f8312dc7-5aea-4548-bdd5-5aa11fb2fd8d/4/0 | ezML | Computer vision integration made simple. | null | generate_image_light_api_v1_functions_generate_image_light_post | Creates descriptive images with short prompts. This is the base model that runs faster but has less detail | 200 | null | {"status": "", "result": ""} | {"title": "ImageGenerationResult", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "base64 encoded image", "type": "string", "description": "Base64 encoded ... |
9adce0dc-b402-465b-85ad-27de386b1b5b/77f5cb78-ce3a-4536-bf97-89e8fa7108ac/0/0 | ezML | Computer vision integration made simple. | null | license_plate_detection_api_v1_functions_license_plate_post | Use our prebuilt function that detects and reads license plates in images | 200 | null | {"status": "", "result": [{"bbox": [], "conf": 0, "text": ""}]} | {"title": "LicensePlateResult", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "List of license plates", "type": "array", "items": {"title": "LicensePlateR... |
9adce0dc-b402-465b-85ad-27de386b1b5b/77f5cb78-ce3a-4536-bf97-89e8fa7108ac/1/0 | ezML | Computer vision integration made simple. | null | license_plate_detection_api_v1_functions_license_plate_post | Use our prebuilt function that detects and reads license plates in images | 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": "inte... |
9adce0dc-b402-465b-85ad-27de386b1b5b/52e80764-994a-4487-8be5-0182c0f12fd6/0/0 | ezML | Computer vision integration made simple. | null | caption_image_api_v1_functions_caption_image_post | Generates a human readable caption for an image using our state-of-the-art image captioning model | 200 | null | {"status": "", "result": ""} | {"title": "ImageCaptionResult", "required": ["status", "result"], "type": "object", "properties": {"status": {"title": "Request Status", "type": "string", "description": "Status of inference request: `success` or `error`"}, "result": {"title": "Caption", "type": "string", "description": "Caption generated from image"}}... |
9adce0dc-b402-465b-85ad-27de386b1b5b/52e80764-994a-4487-8be5-0182c0f12fd6/1/0 | ezML | Computer vision integration made simple. | null | caption_image_api_v1_functions_caption_image_post | Generates a human readable caption for an image using our state-of-the-art image captioning model | 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": "inte... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.