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 |
|---|---|---|---|---|---|---|---|---|---|
72f17854-7524-4e82-b2b3-0ec53025cb5c/5b9a1e98-7de0-45b6-9ea1-76423b78eb11/0/0 | Paratrooper | Fast and Accurate word-by-word text similarity and text clustering API. | null | Cluster | Given an array of strings, this endpoint returns an array of cluster numbers. Text with similarity percent above threshold will be assigned to the same cluster number. | 200 | Cluster Example Response | [1, 1, 2, 3, 2, 1] | {"type": "array", "items": {"type": "integer"}} |
72f17854-7524-4e82-b2b3-0ec53025cb5c/230eaad2-14ec-44f4-8f62-876261c9bcba/0/0 | Paratrooper | Fast and Accurate word-by-word text similarity and text clustering API. | null | Find Cluster | Finds the closest cluster for given text. Clusters with similarity below threshold will be ignored. Cluster with highest similarity will be returned. | 200 | Find Cluster Response | [1, 2] | {"type": "array", "items": {"type": "integer"}} |
72f17854-7524-4e82-b2b3-0ec53025cb5c/4783bd60-1535-4e39-9ce6-2bd26a2434c6/0/0 | Paratrooper | Fast and Accurate word-by-word text similarity and text clustering API. | null | GetSimilarity | Returns similarity ratios between given string arrays. | 200 | Get Similarity Response Example | [[0.924, 0.94, 0.429, 0, 0.432, 0.912], [0.364, 0.362, 0.898, 0, 0.866, 0.567]] | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}} |
d61ad898-9aee-4ea8-9edd-2fe9842290fe/6b5c80db-b5aa-43fa-928c-f8c101534ffc/2/0 | iDox-ai Document | The iDox.ai API provides high-performance document processing tools for anyone. Developers can find APIs for privacy, legal, and document. | null | Upload Document | Upload a document to iDox.ai. PDF and MS Word (DOC, DOCX) file formats are supported. | 200 | 200 Success | {"jobId": "620b6a4bd1906f17440723d0", "taskCategory": "DOC_TOOL", "taskSubcategory": "PRE_PROCESSING", "status": "Processing", "startDateTime": "2022-02-15T08:42:10.144Z", "expirationDateTime": "2022-02-16T08:42:10.144Z"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"jobId": {"type": "string"}, "taskCategory": {"type": "string"}, "taskSubcategory": {"type": "string"}, "status": {"type": "string"}, "startDateTime": {"type": "string"}, "expirationDateTime": {"type": "string"}}, "required": ["expirationDat... |
d61ad898-9aee-4ea8-9edd-2fe9842290fe/f909f965-c7ff-4bd2-adb7-9b0466252c56/0/0 | iDox-ai Document | The iDox.ai API provides high-performance document processing tools for anyone. Developers can find APIs for privacy, legal, and document. | null | Find job status | Return the job status. | 200 | 200 Success | {"jobId": "620b6a4bd1906f17440723d0", "taskCategory": "DOC_TOOL", "taskSubcategory": "PRE_PROCESSING", "status": "Succeeded", "startDateTime": "2022-02-15T08:54:35.711Z", "completeDateTime": "2022-02-15T08:54:46.466Z", "expirationDateTime": "2022-02-16T08:54:35.711Z", "payload": {"filename": "Bill sample 2.pdf", "docId... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"jobId": {"type": "string"}, "taskCategory": {"type": "string"}, "taskSubcategory": {"type": "string"}, "status": {"type": "string"}, "startDateTime": {"type": "string"}, "completeDateTime": {"type": "string"}, "expirationDateTime": {"type":... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/0/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 500 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/1/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 429 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/2/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 401 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/3/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 409 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/4/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 422 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/5/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 200 | Example_1 | {"findings": [[{"finding": "", "redactedFinding": "", "beforeContext": "", "afterContext": "", "detector": {"name": "", "uuid": ""}, "confidence": "VERY_UNLIKELY", "location": {"byteRange": {"start": 0, "end": 0}, "codepointRange": {"start": 0, "end": 0}}, "redactedLocation": {"byteRange": {"start": 0, "end": 0}, "code... | {"type": "object", "properties": {"findings": {"type": "array", "description": "A list of all findings that were detected in the request payload. Each item in the list is a list of all findings that occurred at the corresponding list index from the input payload.", "items": {"type": "array", "items": {"type": "object",... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/6/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 400 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/56fafbf2-f6f5-4bdc-a251-52f96c9e814d/7/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanUploadV3 | Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload. | 404 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/0ac29980-8dff-41b0-90b1-89dce1cf826c/0/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanPayloadV3 | Provide a list of arbitrary string data, and scan each item with the provided detectors to uncover sensitive information. Returns a list equal in size to the number of provided string payloads. The item at each list index will be a list of all matches for the provided detectors, or an empty list if no occurrences are f... | 400 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/0ac29980-8dff-41b0-90b1-89dce1cf826c/1/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanPayloadV3 | Provide a list of arbitrary string data, and scan each item with the provided detectors to uncover sensitive information. Returns a list equal in size to the number of provided string payloads. The item at each list index will be a list of all matches for the provided detectors, or an empty list if no occurrences are f... | 200 | Response | {"findings": [[{"finding": "458-02-6124", "detector": {"name": "US Social Security Number", "uuid": "e30d9a87-f6c7-46b9-a8f4-16547901e069"}, "confidence": "VERY_LIKELY", "location": {"byteRange": {"start": 39, "end": 50}, "codepointRange": {"start": 39, "end": 50}, "rowRange": null, "columnRange": null, "commitHash": "... | {"type": "object", "properties": {"findings": {"type": "array", "description": "A list of all findings that were detected in the request payload. Each item in the list is a list of all findings that occurred at the corresponding list index from the input payload.", "items": {"type": "array", "items": {"type": "object",... |
81c09f1a-9529-468e-a34d-a3223764dd47/0ac29980-8dff-41b0-90b1-89dce1cf826c/2/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanPayloadV3 | Provide a list of arbitrary string data, and scan each item with the provided detectors to uncover sensitive information. Returns a list equal in size to the number of provided string payloads. The item at each list index will be a list of all matches for the provided detectors, or an empty list if no occurrences are f... | 500 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/0ac29980-8dff-41b0-90b1-89dce1cf826c/3/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanPayloadV3 | Provide a list of arbitrary string data, and scan each item with the provided detectors to uncover sensitive information. Returns a list equal in size to the number of provided string payloads. The item at each list index will be a list of all matches for the provided detectors, or an empty list if no occurrences are f... | 401 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/0ac29980-8dff-41b0-90b1-89dce1cf826c/4/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanPayloadV3 | Provide a list of arbitrary string data, and scan each item with the provided detectors to uncover sensitive information. Returns a list equal in size to the number of provided string payloads. The item at each list index will be a list of all matches for the provided detectors, or an empty list if no occurrences are f... | 422 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/0ac29980-8dff-41b0-90b1-89dce1cf826c/5/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | ScanPayloadV3 | Provide a list of arbitrary string data, and scan each item with the provided detectors to uncover sensitive information. Returns a list equal in size to the number of provided string payloads. The item at each list index will be a list of all matches for the provided detectors, or an empty list if no occurrences are f... | 429 | Example_1 | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/d8f8e927-53d7-4df6-b9b1-83fc3ed4702f/0/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | CompleteUploadV3 | Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. | 404 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/d8f8e927-53d7-4df6-b9b1-83fc3ed4702f/1/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | CompleteUploadV3 | Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. | 429 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/d8f8e927-53d7-4df6-b9b1-83fc3ed4702f/2/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | CompleteUploadV3 | Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. | 200 | null | {"findings": [[{"finding": "", "redactedFinding": "", "beforeContext": "", "afterContext": "", "detector": {"name": "", "uuid": ""}, "confidence": "VERY_UNLIKELY", "location": {"byteRange": {"start": 0, "end": 0}, "codepointRange": {"start": 0, "end": 0}}, "redactedLocation": {"byteRange": {"start": 0, "end": 0}, "code... | {"type": "object", "properties": {"findings": {"type": "array", "description": "A list of all findings that were detected in the request payload. Each item in the list is a list of all findings that occurred at the corresponding list index from the input payload.", "items": {"type": "array", "items": {"type": "object",... |
81c09f1a-9529-468e-a34d-a3223764dd47/d8f8e927-53d7-4df6-b9b1-83fc3ed4702f/3/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | CompleteUploadV3 | Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. | 500 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/d8f8e927-53d7-4df6-b9b1-83fc3ed4702f/4/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | CompleteUploadV3 | Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. | 409 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/d8f8e927-53d7-4df6-b9b1-83fc3ed4702f/5/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | CompleteUploadV3 | Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. | 401 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/d8f8e927-53d7-4df6-b9b1-83fc3ed4702f/6/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | CompleteUploadV3 | Validates that all bytes of the file have been uploaded, and that the content type is supported by Nightfall. | 400 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/c1cf7059-cd22-4954-b971-0f58febd0be4/0/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | InitiateUploadV3 | Creates a new file upload session. If this operation returns successfully, the ID returned as part of the response object shall be used to refer to the file in all subsequent upload and scanning operations. | 200 | null | {"id": "", "fileSizeBytes": 0, "chunkSize": 0, "mimeType": ""} | {"type": "object", "properties": {"id": {"type": "string", "format": "uuid", "description": "a UUID to uniquely identify a particular file upload"}, "fileSizeBytes": {"type": "integer", "description": "the size of the file in bytes"}, "chunkSize": {"type": "integer", "description": "the number of bytes to upload in eac... |
81c09f1a-9529-468e-a34d-a3223764dd47/c1cf7059-cd22-4954-b971-0f58febd0be4/1/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | InitiateUploadV3 | Creates a new file upload session. If this operation returns successfully, the ID returned as part of the response object shall be used to refer to the file in all subsequent upload and scanning operations. | 401 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/c1cf7059-cd22-4954-b971-0f58febd0be4/2/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | InitiateUploadV3 | Creates a new file upload session. If this operation returns successfully, the ID returned as part of the response object shall be used to refer to the file in all subsequent upload and scanning operations. | 500 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/c1cf7059-cd22-4954-b971-0f58febd0be4/3/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | InitiateUploadV3 | Creates a new file upload session. If this operation returns successfully, the ID returned as part of the response object shall be used to refer to the file in all subsequent upload and scanning operations. | 400 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/c1cf7059-cd22-4954-b971-0f58febd0be4/4/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | InitiateUploadV3 | Creates a new file upload session. If this operation returns successfully, the ID returned as part of the response object shall be used to refer to the file in all subsequent upload and scanning operations. | 429 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/6995a326-650a-487c-beb6-3e6f8e4ddf81/0/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | UploadChunkV3 | Upload all bytes contained in the request body to the file identified by the ID in the path parameter. | 500 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/6995a326-650a-487c-beb6-3e6f8e4ddf81/1/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | UploadChunkV3 | Upload all bytes contained in the request body to the file identified by the ID in the path parameter. | 200 | null | {"findings": [[{"finding": "", "redactedFinding": "", "beforeContext": "", "afterContext": "", "detector": {"name": "", "uuid": ""}, "confidence": "VERY_UNLIKELY", "location": {"byteRange": {"start": 0, "end": 0}, "codepointRange": {"start": 0, "end": 0}}, "redactedLocation": {"byteRange": {"start": 0, "end": 0}, "code... | {"type": "object", "properties": {"findings": {"type": "array", "description": "A list of all findings that were detected in the request payload. Each item in the list is a list of all findings that occurred at the corresponding list index from the input payload.", "items": {"type": "array", "items": {"type": "object",... |
81c09f1a-9529-468e-a34d-a3223764dd47/6995a326-650a-487c-beb6-3e6f8e4ddf81/2/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | UploadChunkV3 | Upload all bytes contained in the request body to the file identified by the ID in the path parameter. | 404 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/6995a326-650a-487c-beb6-3e6f8e4ddf81/3/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | UploadChunkV3 | Upload all bytes contained in the request body to the file identified by the ID in the path parameter. | 429 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/6995a326-650a-487c-beb6-3e6f8e4ddf81/4/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | UploadChunkV3 | Upload all bytes contained in the request body to the file identified by the ID in the path parameter. | 401 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
81c09f1a-9529-468e-a34d-a3223764dd47/6995a326-650a-487c-beb6-3e6f8e4ddf81/5/0 | NightfallAI | This API exposes detectors for sensitive data in arbitrary string payloads. | null | UploadChunkV3 | Upload all bytes contained in the request body to the file identified by the ID in the path parameter. | 400 | null | {"code": 0, "message": "", "description": "", "additionalData": {}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "A status code to uniquely describe this error."}, "message": {"type": "string", "description": "A message associated with the status code."}, "description": {"type": "string", "description": "Additional details to explain what may have occurr... |
baace558-9f53-46ec-8fc2-dae735bede0c/171837fb-a2cf-487b-93ee-256ffde79343/0/0 | Lemmatizer | Lemmatisation (or lemmatization) in linguistics is the process of grouping together the inflected forms of a word so they can be analysed as a single item, identified by the word's lemma, or dictionary form. | 0 | lemmatize | Lemmatization endpoint | 200 | Response | {"author": "codewalker7", "email": "codewalker7@pm.me", "lemma": {"as": 2, "do": 2, "go": 1, "how": 1, "it": 1, "long": 1, "matter": 1, "not": 2, "slowly": 1, "stop": 1, "you": 2}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "lemma": {"type": "object", "properties": {"as": {"type": "integer"}, "do": {"type": "integer"}, "go": {"type": "integer"}, "how": {"type": "integer"}, "it": {"type": "integer"}, "lo... |
85adde56-2bd7-4ef4-835c-79d434f719f8/bfe72e44-b216-4ce7-bd32-7a7cb1badf4a/0/0 | Financial summarization | Abstractive Financial Summarization is a task in Natural Language Processing (NLP) that aims to generate a concise summary of a source text. ... Abstractive financial summarization yields a number of applications in different domains, from books and literature, to science and R&D, to financial research and legal docum... | null | fsummarize | Financial Summarize | 200 | Response | {"author": "codewalker7", "email": "codewalker7@pm.me", "financial_summarize": "National Commercial Bank to pay about 55.7 billion riyals. Deal will create Gulf region\u2019s third-largest lender"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "financial_summarize": {"type": "string"}}, "required": ["author", "email", "financial_summarize"]} |
1900823a-fe83-4dff-a930-f04c3b30f93e/55fea90a-2e61-4474-b071-4b406ba71b43/1/0 | NSFW Text Dection | NSFW Text Detection API, a cutting-edge tool designed to analyze text content based on its appropriateness. By simply providing a text input or prompt, the API returns two float values between 0 and 1, representing the Safe For Work (SFW) and Not Safe For Work (NSFW) probabilities. Utilizing AI, NSFW Text Detection all... | null | predict_predict_nsfw_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... | |
308803f8-4878-4092-8bdc-c8839939c0ed/f535772c-8df1-446a-a47e-371da4b6d881/0/0 | Username Guardian | Integrate Samurai’s automation for username moderation with your product seamlessly. Our well-documented and customizable API simplifies scalability. Understand precisely why Samurai is making a decision through its nuanced categories and detailed output. | 8.8 | username | An API endpoint which returns a linguistic analysis of a given username with regard to toxicity. | 200 | Default Example | {"username": "jackass1", "result": {"toxic": 1, "details": {"en": {"exact": 1, "categories": ["offensive"]}}}} | {"type": "object", "properties": {"username": {"type": "string", "description": "Verified username"}, "result": {"type": "object", "description": "Classification result", "properties": {"toxic": {"type": "integer", "description": "Username toxicity"}, "details": {"type": "object", "description": "Detection details", "p... |
4c059248-d9bb-4270-921c-0cc285e157be/b193e04d-806d-4687-ac33-ead5b570445e/0/0 | Bad Words Profanity Filter | Automatically detect and filter offensive, inappropriate, or profane content within text data. With this API, you can seamlessly integrate profanity filtering capabilities into your applications, platforms, or services, enabling you to maintain a safe and respectful environment for your users. | 6.9 | Filter Bad Words | Filter Bad Words | 200 | Success | {"status": "ok", "error": null, "data": {"isProfane": true, "text": "I just has a **** good meal. Too bad the reviews being left were a bit **** considering how good it was", "trimmed": false}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"isProfane": {"type": "boolean"}, "text": {"type": "string"}, "trimmed": {"type": "boolean"}}, "required": ["isProfane", "text", "trimmed"]}},... |
4c059248-d9bb-4270-921c-0cc285e157be/38ee553e-93ff-423f-86d0-cb056452ccc5/0/0 | Bad Words Profanity Filter | Automatically detect and filter offensive, inappropriate, or profane content within text data. With this API, you can seamlessly integrate profanity filtering capabilities into your applications, platforms, or services, enabling you to maintain a safe and respectful environment for your users. | 6.9 | Detect Bad Words | Detect Bad Words | 200 | Success | {"status": "ok", "error": null, "data": {"isProfane": true, "words": ["damn", "crap"], "trimmed": false}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"isProfane": {"type": "boolean"}, "words": {"type": "array", "items": {"type": "string"}}, "trimmed": {"type": "boolean"}}, "required": ["isPr... |
96c190e5-cf9b-4b92-891b-3288b615db73/98f0ee7e-5bd8-496e-8f1c-03eda8b05e10/0/0 | GPT Summarization | Summarize text using an abstractive summarizer based on the GPT machine learning model. | 9 | summarize | Summarizes text.
Parameters:
text: Text to summarize (can be preprocessed)
OPTIONAL num_sentences: Rough number of sentences to return (default: 3)
Returns:
summary: Summarized text | 200 | Response | {"summary": "GPT-3 is part of a trend in natural language processing (NLP) systems of pre-trained language representations. It was created by OpenAI, a San Francisco-based artificial intelligence research laboratory. The quality of the text generated by the model is so high that it is difficult to distinguish from that... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"summary": {"type": "string"}}, "required": ["summary"]} |
0403f20b-260c-42aa-b3be-9c3df46b72d4/92594c8c-ba93-404d-8922-666d06fbf099/0/0 | Address Parser - Advanced NLP | Parse unstructured address strings into address components, using advanced NLP methods. | 0.2 | Parse Address | Parses unstructured address string | 200 | Response | {"AddressNumber": "325", "CountryName": "USA", "PlaceName": "Salina", "StateName": "UT", "StreetName": "100", "StreetNamePostDirectional": "N", "StreetNamePreDirectional": "E", "ZipCode": "84654", "_AddressType": "Street Address"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AddressNumber": {"type": "string"}, "CountryName": {"type": "string"}, "PlaceName": {"type": "string"}, "StateName": {"type": "string"}, "StreetName": {"type": "string"}, "StreetNamePostDirectional": {"type": "string"}, "StreetNamePreDirect... |
6ed528f5-340c-49d2-8461-1e8504f645ea/10a21b2b-70a8-46d5-b91d-ad8dba98e521/0/0 | Rapid Translate Multi Traduction | We developed a NEW RAPID MULTI TRANSLATE API that allow you translate multi texts in one fast query, wish help you improve response time and your service quality. The Unlimited Multi Translate API makes advantage of Google's neural machine translation technology to translate html, text, words, phrases, and paragraphs ... | 9.8 | Rapid Translate Multi Traduction | Rapid Translate Multi Traduction | 200 | Bulk Translate Response Example | ["\u0623\u0647\u0644\u0627", "\u0645\u0627 \u0647\u0649", "<h1 style=\";text-align:right;direction:rtl\">\u0627\u062e\u062a\u0628\u0627\u0631</h1>", "\u062a\u0631\u062c\u0645\u0629 API", "\u062a\u0631\u062c\u0645\u0629 \u0633\u0631\u064a\u0639\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 Traduction"] | {"type": "array", "items": {"type": "string"}} |
8688df91-0ba9-4fad-90a9-df1013023a98/57fcccb3-8e9a-4255-9a16-c10204d0e392/0/0 | Walnut Topic | AI powered topic extraction from texts. | 6.3 | wrt_transformer | Gets the text and set of possible topics separated by a comma.
Returns the ranking of topics from most relevant to least relevant. | 200 | Response | {"result": {"topic_relevance_1": "urgent", "topic_relevance_2": "billing", "topic_relevance_3": "eletronics", "topic_relevance_4": "design", "topic_relevance_5": "promotion", "topic_relevance_6": "books", "topic_relevance_7": "furniture"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"topic_relevance_1": {"type": "string"}, "topic_relevance_2": {"type": "string"}, "topic_relevance_3": {"type": "string"}, "topic_relevance_4": {"type": "string"}, "topic_relevance_5": {"type": "st... |
97e9b16a-911e-4c20-a9dc-13057ba620e6/59774976-cff9-4913-ba7f-d7c495cf6b3e/0/0 | Aspect Based Sentiment Analysis | Extract topics (also known as aspects or entities) from the input text and analyze the sentiment towards each of the topics. | null | Topic Sentiments | Extract topics (or aspects/entities) and get sentiments for each topic. | 200 | New Example | {"Response": [{"Aspect": "Device", "Sentiment": "Positive"}, {"Aspect": "Weight", "Sentiment": "Negative"}, {"Aspect": "Size", "Sentiment": "Neutral"}, {"Aspect": "Screen", "Sentiment": "Neutral"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Response": {"type": "array", "items": {"type": "object", "properties": {"Aspect": {"type": "string"}, "Sentiment": {"type": "string"}}, "required": ["Aspect", "Sentiment"]}}}, "required": ["Response"]} |
3076178c-5cfc-4692-8c93-e5e3da3fd452/119d7409-ab05-4833-9a5e-d8e05900593c/0/0 | Ultra Fast Translation | We developed a Ultra Fast Translation API that allow you translate multi texts in one fast query, wish help you improve response time and your service quality. The Ultra Fast Translation API makes advantage of Google's neural machine translation technology to translate html, text, words, phrases, and paragraphs in ... | 8.8 | Multi Line Super Fast | Multi Line Super Ultra Fast Translation | 200 | success | ["\u0623\u0647\u0644\u0627", "\u0645\u0627 \u0647\u0649", "<h1>\u0627\u062e\u062a\u0628\u0627\u0631</h1>", "\u062a\u0631\u062c\u0645\u0629 API", "\u062a\u0631\u062c\u0645\u0629 \u0633\u0631\u064a\u0639\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 Traduction"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
91c07b0e-3527-46ff-9728-1a7dad1cc69f/endpoint_5e51817c-51a7-4dcb-8062-0360d860ddd5/0/0 | ADA NLP | Collection of NLP services that supports 6 languages. Named entity recognition (NER), tokenization and sentence dependencies. | null | entities | Show entities from the specified text. | 200 | New Example | {"entities": [{"start": 0, "end": 7, "type": "ORG", "text": "Samsung"}, {"start": 52, "end": 61, "type": "DATE", "text": "last year"}, {"start": 108, "end": 113, "type": "GPE", "text": "China"}, {"start": 115, "end": 120, "type": "GPE", "text": "India"}, {"start": 122, "end": 139, "type": "GPE", "text": "the United Sta... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"entities": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "text": {"type": "string"}}, "required": ["end", "start", "text", "type"]}}}, "req... |
91c07b0e-3527-46ff-9728-1a7dad1cc69f/endpoint_e820bb26-956d-4e97-9752-ddc5cfa9071a/0/0 | ADA NLP | Collection of NLP services that supports 6 languages. Named entity recognition (NER), tokenization and sentence dependencies. | null | tokens | Show tokens from the specified text. | 200 | New Example | {"tokens": [{"start": 0, "end": 3, "index": 0, "text": "Las", "whitespace_after": true}, {"start": 4, "end": 9, "index": 1, "text": "Vegas", "whitespace_after": true}, {"start": 10, "end": 12, "index": 2, "text": "is", "whitespace_after": true}, {"start": 13, "end": 14, "index": 3, "text": "a", "whitespace_after": true... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tokens": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "index": {"type": "integer"}, "text": {"type": "string"}, "whitespace_after": {"type": "boolean"}}, "required": ... |
91c07b0e-3527-46ff-9728-1a7dad1cc69f/endpoint_330ea863-5c4d-49a5-a0a1-15a638b9d336/0/0 | ADA NLP | Collection of NLP services that supports 6 languages. Named entity recognition (NER), tokenization and sentence dependencies. | null | sentence-dependencies | Show sentences and words from the specified text. | 200 | New Example | {"sentences": [{"text": "Christina visited Miami during her winter vacation.", "index": 0, "words": [{"text": "Christina", "whitespace_after": true, "word_type": "PROPN", "index": 0, "start": 0, "end": 9}, {"text": "visited", "whitespace_after": true, "word_type": "VERB", "index": 1, "start": 10, "end": 17}, {"text": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "index": {"type": "integer"}, "words": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "whitespace... |
9a805d8e-2737-4514-afb4-7b47004def8e/3646040d-4669-44bb-8595-45e7c2cd4241/0/0 | French NLU | Lettria's French NLU. | null | Extract NLU | Retrieve Natural Language Understanding results (NLU) within your text. Get semantic insights about your sentence or document. | 200 | Extract NLU Standard Return | [[{"dep": "root", "lemma": "etre", "lexicon": [], "meaning": [{"derivates": null, "extra": null, "intensity": 1, "sub": "action_be", "super": "ACTION"}], "nlp": [{"lemmatizer": [{"confidence": 0.99, "conjugate": [{"mode": "indicative", "pronom": 3, "temps": "present"}], "infinit": "etre"}], "source": "est", "tag": "V"}... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"dep": {"type": "string"}, "lemma": {"type": "string"}, "lexicon": {"type": "array"}, "meaning": {"type": "array", "items": {"type": "object", "properties": {"derivates": {"type": "null"}... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/4f278d36-c361-412c-9442-a055c742d64a/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Analyze | The Analyze query is an extension of the Simple Search. It analyzes the search string and brings out all the search keywords separately for a more refined result of your query in a simple search. | 200 | New Example | [{"start": 0, "end": 15, "entity": "Project Manager", "type": "JobTitle", "weight": 36.84}, {"start": 72, "end": 77, "entity": "Wipro", "type": "Organization", "weight": 15.79}, {"start": 48, "end": 54, "entity": "B.tech", "type": "Degree", "weight": 15.79}, {"start": 98, "end": 102, "entity": "Java", "type": "Skill", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "entity": {"type": "string"}, "type": {"type": "string"}, "weight": {"type": "number"}}, "required": ["end", "entity", "start", "type", "weight"]}} |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/79f3f5ed-6cc0-4fe1-869c-41b376988ada/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Index Count | This API is used to returns the number of documents indexed for an Index key. | 200 | New Example | {"totalCount": 2, "count": {"Jd": 1, "Resume": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"totalCount": {"type": "integer"}, "count": {"type": "object", "properties": {"Jd": {"type": "integer"}, "Resume": {"type": "integer"}}, "required": ["Jd", "Resume"]}}, "required": ["count", "totalCount"]} |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/35fd2d1d-b04b-49ed-b11c-92eb3518f883/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Boolean Search | In the boolean search you can customize your search by specifying search parameters like - Job Profile, Company, Degree, etc.
Boolean Search gives more flexibility in searching by specifying required/optional search parameters. You can search values for multiple fields with multiple values. Multiple values are searched... | 200 | New Example | {"count": 241, "pageStart": 0, "pageSize": 25, "records": [{"score": 100, "CurrentEmployer": "NUCSOFT Ltd", "TotalExperienceInYear": 1.7, "CurrentJobProfile": "SOFTWARE ENGINEER", "State": "Maharashtra", "FullName": "Abhishek Vijay Borkar", "Country": "India", "id": "1912010352261226", "City": "Mumbai"}, {"score": 75, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "pageStart": {"type": "integer"}, "pageSize": {"type": "integer"}, "records": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "integer"}, "CurrentEmployer": {"type": "string"}, "To... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/7b909a67-d754-4f87-957a-b1c75759ed30/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Match with ID | This API find Resumes/Job descriptions matching your input documents ID's.
There are four types of matching cases as follows:
Resume to Resume: Get resumes from the index which matches the input resume.
Resume to JD: Get Job Descriptions from the index which matches the input resume.
JD to JD: Get Job Descriptions fro... | 200 | New Example | {"count": 580, "pageStart": 0, "pageSize": 10, "records": [{"score": 100, "CurrentEmployer": "Henry Ford Hospital", "TotalExperienceInYear": 11.6, "CurrentJobProfile": "Cardiologist", "State": "IL", "FullName": "John Deo", "Country": "USA", "id": "unique subuser id1", "City": "Chicago"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "pageStart": {"type": "integer"}, "pageSize": {"type": "integer"}, "records": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "integer"}, "CurrentEmployer": {"type": "string"}, "To... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/4785d776-902c-47d0-b414-9a85197bab29/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Parse and Index | To search resume's and JD's using RChilli Search and Match API, you require to parse the resume/JD and index them. The indexing provides operations for managing the indexes. This includes adding and updating the index as well as removing from it and rebuilding it. | 200 | New Example | {"status": "200", "indexType": "Resume", "subUserId": "unique subuser id", "action": "indexed", "id": "", "doc": ""} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "indexType": {"type": "string"}, "subUserId": {"type": "string"}, "action": {"type": "string"}, "id": {"type": "string"}, "doc": {"type": "string"}}, "required": ["action", "doc", "id", "indexType", "status", "s... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/9efe331f-e359-466b-bb43-d672ddac348c/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Spell Checking | If you give any wrong input while searching, this API will check and correct it. | 200 | New Example | [{"SearchWord": "projct manager", "Suggestions": ["project manager", "product manager"]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"SearchWord": {"type": "string"}, "Suggestions": {"type": "array", "items": {"type": "string"}}}, "required": ["SearchWord", "Suggestions"]}} |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/4d84af61-09cb-42eb-9e25-af1c717d64ab/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Simple Search | The Simple Search API method empowers you to make your document searchable with a string query without specifying search parameters. In Simple Search API call, you get candidates - Score (out of 100), FullName, CurrentJobProfile, CurrentEmployer, TotalExperienceInYear, City, State, Country, id (Index). | 200 | New Example | {"count": 21, "pageStart": 0, "pageSize": 10, "records": [{"score": 74.73, "CurrentEmployer": "IGATE Computer System", "TotalExperienceInYear": 16.1, "CurrentJobProfile": "Tech Lead Hardware", "State": "Maharashtra", "FullName": "SATISH GHARIYA", "Country": "India", "id": "Resume_0001111200122045338138", "City": "Pune"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "pageStart": {"type": "integer"}, "pageSize": {"type": "integer"}, "records": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "CurrentEmployer": {"type": "string"}, "Tot... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/962d3539-4299-4e13-934c-3201ab1fac86/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Suggestions | This API is used to returns the suggestions for different search fields like JobProfile, Skill, and Degree. | 200 | New Example | [{"Suggestions": ["Soft Support Specialist", "Softball Instructor", "Software Account Manager", "Software Administrator", "Software Analyst", "Software Analyst/computer Support", "Software And Electrical Engineer", "Software And Network Engineer", "Software And Web Developer Trainee", "Software Application Developer", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Suggestions": {"type": "array", "items": {"type": "string"}}}, "required": ["Suggestions"]}} |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/4beeffdc-e8ec-4c0f-a9cb-1f071a46e734/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Delete All Documents | This API is used to delete all indexed files from the database. | 200 | New Example | {"status": "200", "indexType": "Resume", "output": "indexes deleted successfully"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "indexType": {"type": "string"}, "output": {"type": "string"}}, "required": ["indexType", "output", "status"]} |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/a189c9c2-e1d1-4814-9d0a-142387ffdd9e/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Delete | This API is used to delete indexed files, from the database, by providing document ID. | 200 | New Example | {"status": "200", "indexType": "Resume", "output": "indexes deleted successfully"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "indexType": {"type": "string"}, "output": {"type": "string"}}, "required": ["indexType", "output", "status"]} |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/b33210c8-4554-411d-a0c1-5911632c3b77/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Get Document Detail | This API is used to get a particular indexed document detail by providing document ID. | 200 | New Example | {"document": {"id": "DocumentId", "ResumeLanguage": "English", "ResumeCountry": "Pakistan", "FullName": "Hafiz M Saleem", "FirstName": "Hafiz", "MiddleName": "M", "LastName": "Saleem", "Category": "Information", "SubCategory": "Software Developers and Programmers", "CurrentJobProfile": "Senior Software Engineer", "Curr... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"document": {"type": "object", "properties": {"id": {"type": "string"}, "ResumeLanguage": {"type": "string"}, "ResumeCountry": {"type": "string"}, "FullName": {"type": "string"}, "FirstName": {"type": "string"}, "MiddleName": {"type": "strin... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/989b492a-be92-477e-908b-4c0b8bdb6e4f/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Get Document Ids | This API is used to get all the indexed document ID's. | 200 | New Example | {"count": 12, "pageStart": 0, "pageSize": 10, "records": [{"id": "Document Id 1"}, {"id": "Document Id 2"}, {"id": "Document Id 3"}, {"id": "Document Id 4"}, {"id": "Document Id 5"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "pageStart": {"type": "integer"}, "pageSize": {"type": "integer"}, "records": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["count", ... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/8ee87b47-e14e-4a68-b23b-f455de128d6e/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | One To One Match | This API matches the candidate CV with the JD. The API responds the detailed matching score once the candidate CV matches with the JD. | 200 | New Example | {"ResumeJSON": "Resume Parsed Data in JSON Form", "JDJSON": "JD Parsed Data in JSON Form", "explainScore": [{"explaination": {"score": 54.93348, "maxScore": 100, "Match": {"score": 54.933481, "maxScore": 100, "detailScore": [{"score": 0, "maxScore": 50, "entity": "JobProfileTitle", "value": "Sr. Business Relations Mana... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ResumeJSON": {"type": "string"}, "JDJSON": {"type": "string"}, "explainScore": {"type": "array", "items": {"type": "object", "properties": {"explaination": {"type": "object", "properties": {"score": {"type": "number"}, "maxScore": {"type": ... |
6a032f02-205b-4383-a9c2-6b2a69cd6f99/4b6a395c-3694-46aa-8362-4ccb16e40926/0/0 | RChilli Search and Match | RChilli Search & Match API allows you to search and match candidates and jobs with great relevancy and accuracy than simple database searching and matching algorithms. | null | Match | This API find Resumes/Job Descriptions matching your input documents.
There are four types of matching cases as follows:
Resume to Resume: Get resumes from the index which matches the input resume.
Resume to JD: Get Job Descriptions from the index which matches the input resume.
JD to JD: Get Job Descriptions from the ... | 200 | New Example | {"count": 580, "pageStart": 0, "pageSize": 10, "records": [{"score": 100, "CurrentEmployer": "Henry Ford Hospital", "TotalExperienceInYear": 11.6, "CurrentJobProfile": "Cardiologist", "State": "IL", "FullName": "John Deo", "Country": "USA", "id": "unique subuser id", "City": "Chicago"}, {"score": 100, "CurrentEmployer"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "pageStart": {"type": "integer"}, "pageSize": {"type": "integer"}, "records": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "CurrentEmployer": {"type": "string"}, "Tot... |
6fbd1eab-9347-49cd-984f-3977755efd89/de41fffd-9c22-40c2-b6f1-373ada9c4ddb/0/0 | HTML to Gemtext or Markdown | Convert HTML to Markdown and then to Gemtext.
See https://rimu.geek.nz/a-html-to-gemtext-conversion-api/ for an overview of how to use it.
There is an endpoint to convert HTML straight to Gemtext without exposing the Markdown intermediate data or you can convert HTML -> Markdown and Markdown->Gemtext using more endpoi... | 7.9 | html2gmi | Convert the supplied HTML into Gemtext, via Markdown as an intermediate step.
Options to control the HTML to Markdown phase are set in "html2md_options" while the Markdown to Gemtext phase is controlled by "md2gmi_options". See these pages for more documentation:
https://pypi.org/project/markdownify/
https://pypi.org/p... | 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": "inte... |
6fbd1eab-9347-49cd-984f-3977755efd89/262850c8-8977-41c8-ac56-76eafa26ccb7/0/0 | HTML to Gemtext or Markdown | Convert HTML to Markdown and then to Gemtext.
See https://rimu.geek.nz/a-html-to-gemtext-conversion-api/ for an overview of how to use it.
There is an endpoint to convert HTML straight to Gemtext without exposing the Markdown intermediate data or you can convert HTML -> Markdown and Markdown->Gemtext using more endpoi... | 7.9 | md2gmi | Convert Markdown to Gemtext. See https://pypi.org/project/md2gemini/ for options to control how the Gemtext is generated. | 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": "inte... |
6fbd1eab-9347-49cd-984f-3977755efd89/262850c8-8977-41c8-ac56-76eafa26ccb7/1/0 | HTML to Gemtext or Markdown | Convert HTML to Markdown and then to Gemtext.
See https://rimu.geek.nz/a-html-to-gemtext-conversion-api/ for an overview of how to use it.
There is an endpoint to convert HTML straight to Gemtext without exposing the Markdown intermediate data or you can convert HTML -> Markdown and Markdown->Gemtext using more endpoi... | 7.9 | md2gmi | Convert Markdown to Gemtext. See https://pypi.org/project/md2gemini/ for options to control how the Gemtext is generated. | 200 | Example_1 | {"result": "# test heading"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}}, "required": ["result"]} |
6fbd1eab-9347-49cd-984f-3977755efd89/dd243f2d-95e1-4c26-886b-bc25ab6bd4f7/0/0 | HTML to Gemtext or Markdown | Convert HTML to Markdown and then to Gemtext.
See https://rimu.geek.nz/a-html-to-gemtext-conversion-api/ for an overview of how to use it.
There is an endpoint to convert HTML straight to Gemtext without exposing the Markdown intermediate data or you can convert HTML -> Markdown and Markdown->Gemtext using more endpoi... | 7.9 | html2md | Put the HTML to be converted in 'html' and see https://pypi.org/project/markdownify/ for details about the meaning of the other options. | 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": "inte... |
6fbd1eab-9347-49cd-984f-3977755efd89/dd243f2d-95e1-4c26-886b-bc25ab6bd4f7/1/0 | HTML to Gemtext or Markdown | Convert HTML to Markdown and then to Gemtext.
See https://rimu.geek.nz/a-html-to-gemtext-conversion-api/ for an overview of how to use it.
There is an endpoint to convert HTML straight to Gemtext without exposing the Markdown intermediate data or you can convert HTML -> Markdown and Markdown->Gemtext using more endpoi... | 7.9 | html2md | Put the HTML to be converted in 'html' and see https://pypi.org/project/markdownify/ for details about the meaning of the other options. | 200 | Example_1 | {"result": "# markdown text"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}}, "required": ["result"]} |
ccee27dd-ccf4-4bda-a9fd-ff5c4bade253/7e485b06-2298-4aba-9adb-c36289722044/0/0 | Ultimate Word Paraphraser / Rephraser - Article Fiesta | Create perfect paraphrases for any text. High quality, and easily defeats AI detection checks when using technologies like GPT | null | Paraphrase | This is the endpoint you use to get your paraphrased data back.
Ultimately this can accept inputs or any length, however the longer you have as input the longer it will take to paraphrase. I would suggest breaking it down into sentences, but its up to you.
Results can be tweaked to provide multiple inline paraphrases, ... | 200 | Single Variation | {"result": "This sentence is intended to be paraphrased. Compared to Article Fiesta's API, QuillBot's paraphrasing is terrible."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}}, "required": ["result"]} |
ccee27dd-ccf4-4bda-a9fd-ff5c4bade253/7e485b06-2298-4aba-9adb-c36289722044/0/1 | Ultimate Word Paraphraser / Rephraser - Article Fiesta | Create perfect paraphrases for any text. High quality, and easily defeats AI detection checks when using technologies like GPT | null | Paraphrase | This is the endpoint you use to get your paraphrased data back.
Ultimately this can accept inputs or any length, however the longer you have as input the longer it will take to paraphrase. I would suggest breaking it down into sentences, but its up to you.
Results can be tweaked to provide multiple inline paraphrases, ... | 200 | Multi Variation | {"result": [["This is a sentence to be paraphrased.", "This sentence should be paraphrased.", "This sentence must be paraphrased.", "This sentence is intended to be paraphrased.", "This is a sentence to be paralysed."], ["Compared to Article Fiesta's API, QuillBot's writing is terrible.", "Compared to Article Fiesta's ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["result"]} |
8b4e4b73-3efd-470f-8b9d-3174d71cf8ac/4b183529-4174-439e-86ea-e474716830bf/0/0 | RChilli OneToOne Match | This API matches the candidate CV with the JD. The API responds the detailed matching score once the candidate CV matches with the JD. | null | One To One Match API | This API matches the candidate CV with the JD. The API responds the detailed matching score once the candidate CV matches with the JD. | 200 | New Example | {"ResumeJSON": "Resume Parsed Data in JSON Form", "JDJSON": "JD Parsed Data in JSON Form", "explainScore": [{"explaination": {"score": 54.93348, "maxScore": 100, "Match": {"score": 54.933481, "maxScore": 100, "detailScore": [{"score": 0, "maxScore": 50, "entity": "JobProfileTitle", "value": "Sr. Business Relations Mana... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ResumeJSON": {"type": "string"}, "JDJSON": {"type": "string"}, "explainScore": {"type": "array", "items": {"type": "object", "properties": {"explaination": {"type": "object", "properties": {"score": {"type": "number"}, "maxScore": {"type": ... |
55389e16e4b082eab6ddd7f3/5538d912e4b06a0d40e6a7f2/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Theme | Get the themes of a word. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "entry": "mask", "request": "mask", "response": "mask", "result_code": "200", "result_msg": "Success", "theme": ["cover", "search", "secret", "wear", "skirt", "boot", "skin", "image", "human"], "version": "4.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "request": {"type": "string"}, "response": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "theme": {"type": "ar... |
55389e16e4b082eab6ddd7f3/5538d41ee4b030e59e4b20a6/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Association | Get the associations of a word. | 200 | Response | {"assoc_word": ["hide", "hat", "face"], "assoc_word_ex": ["hide", "hat", "face", "veil", "disguise", "camouflage"], "author": "twinword inc.", "email": "help@twinword.com", "entry": "mask", "request": "mask", "response": "mask", "result_code": "200", "result_msg": "Success", "version": "4.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"assoc_word": {"type": "array", "items": {"type": "string"}}, "assoc_word_ex": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "request": {"type": "strin... |
55389e16e4b082eab6ddd7f3/5538d695e4b011ca3af28110/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Difficulty | Get the difficulty level of a word. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "entry": "mask", "request": "mask", "response": "mask", "result_code": "200", "result_msg": "Success", "ten_degree": 3, "version": "4.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "request": {"type": "string"}, "response": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "ten_degree": {"type"... |
55389e16e4b082eab6ddd7f3/5538d8b9e4b06a0d40e6a7ef/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Reference | Get the broad terms, narrow terms, related terms, evocations, synonyms, associations, and derived terms of a word. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "entry": "mask", "relation": {"associations": "", "broad_terms": "protective covering, protective cover, protection, party, mask, hiding, hide, disguise, covering, cover, concealment, concealing, conceal", "derived_terms": "death mask, 'Mask house', , a house fo... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "relation": {"type": "object", "properties": {"associations": {"type": "string"}, "broad_terms": {"type": "string"}, "derived_terms": {"type": "string"},... |
55389e16e4b082eab6ddd7f3/5538d82ae4b082eab6ddd8ca/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Example | See examples of a word used in a sentence | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "entry": "mask", "example": ["The red figure wears the same hat and mask in the background.", "The conformable mask is then stripped and a new conformable mask laid down.", "She was wearing a Kachina dancer's mask.", "The grandiosity is just a momentary mask.", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "example": {"type": "array", "items": {"type": "string"}}, "request": {"type": "string"}, "response": {"type": "string"}, "result_code": {"type": "string... |
55389e16e4b082eab6ddd7f3/5538d739e4b0bded76bb6d04/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Exam History | See which exams a word has been on | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "entry": "mask", "exam": ["toeic", "toefl", "ielts", "gre", "gmat"], "request": "mask", "response": "mask", "result_code": "200", "result_msg": "Success", "version": "4.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "exam": {"type": "array", "items": {"type": "string"}}, "request": {"type": "string"}, "response": {"type": "string"}, "result_code": {"type": "string"},... |
55389e16e4b082eab6ddd7f3/568f1414e4b0926c52a3c075/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Recommend (post) | Recommend highly related categories for e-commerce and other uses. | 200 | Example_1 | {"author": "twinword inc.", "categories": ["Coffee Maker Water Filters", "Coffee Decanters", "Coffee Filters", "Coffee Maker & Espresso Machine Accessories", "Coffee Filter Baskets", "Coffee Decanter Warmers", "Frothing Pitchers", "Stovetop Espresso Pot Parts", "Coffee", "Coffee Pods"], "categories_scored": {"Coffe... | {"properties": {"author": {"type": "string"}, "categories": {"items": {"type": "string"}, "type": "array"}, "categories_scored": {"properties": {"Coffee": {"type": "integer"}, "Coffee Decanter Warmers": {"type": "integer"}, "Coffee Decanters": {"type": "integer"}, "Coffee Filter Baskets": {"type": "integer"}, "Coffee F... |
55389e16e4b082eab6ddd7f3/5538c83de4b0365a2139b831/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Extract (post) | Return the root of a word or roots of a string of words. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "lemma": {"frog": 1, "hop": 1, "rock": 2}, "result_code": "200", "result_msg": "Success", "version": "4.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "lemma": {"type": "object", "properties": {"frog": {"type": "integer"}, "hop": {"type": "integer"}, "rock": {"type": "integer"}}, "required": ["frog", "hop", "rock"]}, "result_code":... |
55389e16e4b082eab6ddd7f3/5538bdf4e4b06a0d40e6a7a4/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Classify (post) | Classify text into product categories or contact us to customize and use your own category sets. Enter some text to find its related product categories: | 200 | Response | {"author": "twinword inc.", "categories": ["Kneeling Chairs", "Bean Bag Chairs", "Arm Chairs", "Slipper Chairs", "Rocking Chairs", "Office Chairs", "Gaming Chairs", "Arm Chairs, Recliners & Sleeper Chairs", "Sleeper Chairs", "Folding Chairs & Stools"], "categories_scored": {"Arm Chairs": 1, "Arm Chairs, Recline... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "categories_scored": {"type": "object", "properties": {"Arm Chairs": {"type": "integer"}, "Arm Chairs, Recliners & Sleeper Chairs": {"type": "int... |
55389e16e4b082eab6ddd7f3/5538b933e4b030e59e4b2058/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Analyze (get) | Return sentiment analysis results with score for the given text. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "keywords": [{"score": 0.797954407, "word": "great"}, {"score": 0.289701948, "word": "price"}, {"score": 0.263316882, "word": "value"}, {"score": 0.152059727, "word": "range"}], "ratio": 1, "result_code": "200", "result_msg": "Success", "score": 0.375758241, "ty... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "word": {"type": "string"}}, "required": ["score", "word"]}}, "ratio": {"type": ... |
55389e16e4b082eab6ddd7f3/5538b863e4b06a0d40e6a791/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Analyze (post) | Return sentiment analysis results with score for the given text. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "keywords": [{"score": 0.797954407, "word": "great"}, {"score": 0.289701948, "word": "price"}, {"score": 0.263316882, "word": "value"}, {"score": 0.152059727, "word": "range"}], "ratio": 1, "result_code": "200", "result_msg": "Success", "score": 0.375758241, "ty... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "word": {"type": "string"}}, "required": ["score", "word"]}}, "ratio": {"type": ... |
55389e16e4b082eab6ddd7f3/5538be3ee4b0d628aaae306e/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Classify (get) | Classify text into product categories or contact us to customize and use your own category sets. Enter some text to find its related product categories: | 200 | Response | {"author": "twinword inc.", "categories": ["Kneeling Chairs", "Bean Bag Chairs", "Arm Chairs", "Slipper Chairs", "Rocking Chairs", "Office Chairs", "Gaming Chairs", "Arm Chairs, Recliners & Sleeper Chairs", "Sleeper Chairs", "Folding Chairs & Stools"], "categories_scored": {"Arm Chairs": 1, "Arm Chairs, Recline... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "categories_scored": {"type": "object", "properties": {"Arm Chairs": {"type": "integer"}, "Arm Chairs, Recliners & Sleeper Chairs": {"type": "int... |
55389e16e4b082eab6ddd7f3/5538d479e4b03a4c998bbe94/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Definition | Get the definitions of a word. | 200 | Example_1 | {"entry": "mask", "ipa": "m\u0251\u02d0sk", "meaning": {"adjective": "", "adverb": "", "noun": "(nou) a covering to disguise or conceal the face\n(nou) activity that tries to conceal something\n(nou) a party of guests wearing costumes and masks\n(nou) a protective covering worn over the face", "verb": "(vrb) hide under... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"entry": {"type": "string"}, "ipa": {"type": "string"}, "meaning": {"type": "object", "properties": {"adjective": {"type": "string"}, "adverb": {"type": "string"}, "noun": {"type": "string"}, "verb": {"type": "string"}}, "required": ["adject... |
55389e16e4b082eab6ddd7f3/5538c87ce4b030e59e4b2080/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Extract (get) | Return the root of a word or roots of a string of words. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "lemma": {"frog": 1, "hop": 1, "rock": 2}, "result_code": "200", "result_msg": "Success", "version": "4.0.0"} | {"author": "twinword inc.", "email": "feedback@twinword.com", "lemma": {"frog": 1, "hop": 1, "rock": 2}, "result_code": "200", "result_msg": "Success", "version": "4.0.0"} |
55389e16e4b082eab6ddd7f3/5538bd68e4b030e59e4b2064/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Generate (get) | Detect and generate human like topics to the given text. | 200 | Example_1 | {"author": "twinword inc.", "email": "feedback@twinword.com", "keyword": {"alternate": 1, "biological": 1, "cell": 1, "compute": 2, "computer": 4, "gene": 1, "information": 2, "science": 2, "structure": 2, "study": 2}, "result_code": "200", "result_msg": "Success", "topic": {"art": 0.20782122905028, "computer science":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "keyword": {"type": "object", "properties": {"alternate": {"type": "integer"}, "biological": {"type": "integer"}, "cell": {"type": "integer"}, "compute": {"type": "integer"}, "comput... |
55389e16e4b082eab6ddd7f3/568f1362e4b059e645dc6fa1/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Recommend (get) | Recommend highly related categories for e-commerce and other uses. | 200 | Response | {"author": "twinword inc.", "categories": ["Coffee Maker Water Filters", "Coffee Decanters", "Coffee Filters", "Coffee Filter Baskets", "Coffee Decanter Warmers", "Frothing Pitchers", "Coffee Maker & Espresso Machine Accessories", "Stovetop Espresso Pot Parts", "Coffee", "Bottled Coffee Drinks"], "categories_scored... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "categories_scored": {"type": "object", "properties": {"Bottled Coffee Drinks": {"type": "integer"}, "Coffee": {"type": "integer"}, "Coffee Decanter ... |
55389e16e4b082eab6ddd7f3/5538ba45e4b082eab6ddd854/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Generate (post) | Detect and generate human like topics to the given text. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "keyword": {"access": 1, "acquisition": 1, "communication": 1, "computer": 1, "mechanization": 1, "procedure": 1, "processing": 1, "representation": 1, "storage": 1, "underlie": 1}, "result_code": "200", "result_msg": "Success", "topic": {"art": 0.25797503467406... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "keyword": {"type": "object", "properties": {"access": {"type": "integer"}, "acquisition": {"type": "integer"}, "communication": {"type": "integer"}, "computer": {"type": "integer"},... |
55389e16e4b082eab6ddd7f3/5538ca1ee4b03a4c998bbe6d/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Text (get) | Evaluate the difficulty level of a word, sentence, or paragraph. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "result_code": "200", "result_msg": "Success", "ten_degree": 6, "value": 0.84587472029773, "version": "5.1.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "ten_degree": {"type": "integer"}, "value": {"type": "number"}, "version": {"type": "string"}}, "required": ["aut... |
55389e16e4b082eab6ddd7f3/5538cc3ce4b03a4c998bbe7b/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Text (post) | Evaluate the difficulty level of a word, sentence, or paragraph. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "result_code": "200", "result_msg": "Success", "ten_degree": 6, "value": 0.84587472029773, "version": "5.1.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "ten_degree": {"type": "integer"}, "value": {"type": "number"}, "version": {"type": "string"}}, "required": ["aut... |
55389e16e4b082eab6ddd7f3/58dca021e4b0e1be96d356cd/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Text Similarity (get) | Evaluate the similarity of two words, sentences, or paragraphs. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "result_code": "200", "result_msg": "Success", "similarity": 0.86882813106215, "value": 2463079.7207981, "version": "4.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "similarity": {"type": "number"}, "value": {"type": "number"}, "version": {"type": "string"}}, "required": ["auth... |
55389e16e4b082eab6ddd7f3/58dca05de4b0008f5d6738fd/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Text Similarity (post) | Evaluate the similarity of two words, sentences, or paragraphs. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "result_code": "200", "result_msg": "Success", "similarity": 0.86882813106215, "value": 2463079.7207981, "version": "4.0.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "similarity": {"type": "number"}, "value": {"type": "number"}, "version": {"type": "string"}}, "required": ["auth... |
55389e16e4b082eab6ddd7f3/5538db61e4b03a4c998bbec0/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Type 1 | Customized word association quiz for game and e-learning software. | 200 | Response | {"area": "sat", "author": "twinword inc.", "email": "help@twinword.com", "level": 3, "quizlist": [{"correct": 1, "option": ["conservative", "dying"], "quiz": ["political", "social", "conventional"]}, {"correct": 2, "option": ["venture", "jurisdiction"], "quiz": ["authority", "court", "government"]}, {"correct": 1, "opt... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"area": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "level": {"type": "integer"}, "quizlist": {"type": "array", "items": {"type": "object", "properties": {"correct": {"type": "integer"}, "option": {"type": ... |
55389e16e4b082eab6ddd7f3/5538ca8ae4b030e59e4b208a/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Word (get) | Evaluate the difficulty level of a word. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "entry": "sound", "request": "sound", "response": "sound", "result_code": "200", "result_msg": "Success", "ten_degree": 1, "value": 0.027934136461676, "version": "5.1.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "request": {"type": "string"}, "response": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "ten_degree": {"type"... |
55389e16e4b082eab6ddd7f3/5538cd53e4b03a4c998bbe7e/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Word (post) | Evaluate the difficulty level of a word. | 200 | Response | {"author": "twinword inc.", "email": "help@twinword.com", "entry": "sound", "request": "sound", "response": "sound", "result_code": "200", "result_msg": "Success", "ten_degree": 1, "value": 0.027934136461676, "version": "5.1.0"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "email": {"type": "string"}, "entry": {"type": "string"}, "request": {"type": "string"}, "response": {"type": "string"}, "result_code": {"type": "string"}, "result_msg": {"type": "string"}, "ten_degree": {"type"... |
55389e16e4b082eab6ddd7f3/5538b6fce4b03a4c998bbe31/0/0 | Twinword Text Analysis Bundle | One API for all your text analysis needs. Sentiment Analysis, Topic Tagging, Lemmatizer, and much more. Various NLP tools all with one plan. Use natural language processing to analyze and understand human sentences. | 9.7 | Word Associations (get) | Get word associations with semantic distance score. | 200 | Response | {"associations": "voice, noise, acoustic, loud, din, croon, octave, thundering, whistle, resonance, resounding, clamorous, screech, bell, strident, reverberate, noisy, echo, decibel, telephony, beep, blare, toot, resonant, tune, vocalization, raucous, hiss, thud, hearing", "associations_array": ["voice", "noise", "acou... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"associations": {"type": "string"}, "associations_array": {"type": "array", "items": {"type": "string"}}, "associations_scored": {"type": "object", "properties": {"acoustic": {"type": "number"}, "beep": {"type": "number"}, "bell": {"type": "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.