apiportal.mlsdevcloud.com Open in urlscan Pro
34.160.12.29  Public Scan

Submitted URL: https://api.deepsights.ai/
Effective URL: https://apiportal.mlsdevcloud.com/deep-sights
Submission: On January 11 via manual from DE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

menu

Home APIs Content Store and Vector search Deep Sights Standalone documents



DEEP SIGHTS



Deep Sights Public API provides to its clients a handful amount of HTTP
endpoints to interact with Deep Sights platform.

Deep Sights is a Market Logic's product that is focused on providing AI-based
insights for its clients based on their trusted market data.

In Deep Sights all documents are represented as artifacts. An artifact has a
link to uploaded document, extracted text from this document (splitted to
pages), and additional AI generated data such as embeddings, title, summary etc.
When it comes to insights extraction, Deep Sights has fast and simple
question-answering functionality, as well as comprehensive report generation.
Take a look at our site for more information.

--------------------------------------------------------------------------------

How to Start

Contact us to get access to the Deep Sights. Follow the get started guide. Once
you have the API key to access our API:

As the first step call POST /artifact-service/document-upload-links/_generate to
receive a link for uploading a file. The link is disposable and has a short time
to live. Supported document formats are PDF, PPTX, and DOCX. Use this link to
upload your file to the Deep Sights.

After successfully uploading the file, call POST /artifact-service/artifacts
with the title (filename) and gcs_object_id from the previous step. The ingest
process will start automatically and status of the artifact will be changed to
COMPLETED once finished. Depending on the current load, processing time can vary
from a few seconds to a few minutes.

The most interesting part starts when artifact(s) have been processed - time to
answer your question! Use POST /answer-service/answer-sets with the question
you're interested in to get fully synthesized answers based on the data you
provided. In case you need more thorough and deep research on the topic, you can
use POST /minion-commander-service/desk-researches specifying the question
you're interested in. It might take several minutes to gather and analyze
available data. Once it's done, you will have a report in DOCX format with the
summarized answer to your question, found sources and with summary per each
source.

In case of questions please contact Marketlogic Public API administrator via
e-mail to PublicAPI@marketlogicsoftware.com.


Home APIs Terms and Conditions