API for

  • Summarizing

  • Extracting

  • Anonymizing

  • Analyzing

  • Segmenting

  • Docs

  • Data

  • Videos

  • Links

  • Meetings

  • Podcasts

  • Audio

Power your apps with summarization, extraction, anonymization and more for pretty much any file type you can think of.

Not a developer? Detangle also works with

OVERVIEW

Give your app superpowers

Explore the different endpoints that the Detangle API has to offer, as well as some ways you can use the file processing capabilities in no-code automation tools like Zapier.

Summarization

Extraction

Anonymization

Sentiment analysis

Document segmentation

File

AcmeNDA.pdf

Request

curl --request POST \
     --url https://api.detangle.ai/summarizations \
     --header 'Authorization: Bearer Your API Key here \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "kind": "document",
  "levels": [
    "headline",
    "one_paragraph"
  ],
  "content": "https://s3.amazonaws.com/bucket/AcmeNDA.pdf"
}
'

Output

JSON

CONTENT

{
  "id": "a170f0a5-2714-4028-83e9-7313880e10dd",
  "path": "/summarizations/a170f0a5-2714-4028-83e9-7313880e10dd",
  "status": "complete",
  "kind": "text",
  "tone": "informative",
  "cost": -0.04254,
  "created": 1693404758,
  "summarizations": [
    {
      "kind": "headline",
      "text": "Non-disclosure agreement"
    },
    {
      "kind": "one_paragraph",
      "text": "This is a non-disclosure agreement between Acme Corporation and a recipient to protect confidential information that Acme intends to share with the recipient. It outlines the recipient's obligations to maintain confidentiality, the exceptions, duration, remedies for breach, and other legal provisions governing use of the confidential information."

Using

  • WHEN THIS HAPPENS

    New attachment

  • When this happens

    New recording

  • When this happens

    New file

  • When this happens

    New conversation

  • When this happens

    New issue

  • When this happens

    New pull request

  • When this happens

    New form response

  • WHEN THIS HAPPENS

    New subscriber

do this

Summarize it

  • Then this

    Update row

  • THEN THIS

    Send as email

  • Then this

    Post to channel

  • Then this

    Update record

  • Then this

    Create page

  • Then this

    Create ticket

  • Then this

    Updated record

  • Then this

    Create text file

Summarization

Extraction

Anonymization

Sentiment analysis

Document segmentation

File

AcmeNDA.pdf

Request

curl --request POST \
     --url https://api.detangle.ai/summarizations \
     --header 'Authorization: Bearer Your API Key here \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "kind": "document",
  "levels": [
    "headline",
    "one_paragraph"
  ],
  "content": "https://s3.amazonaws.com/bucket/AcmeNDA.pdf"
}
'

Output

JSON

CONTENT

{
  "id": "a170f0a5-2714-4028-83e9-7313880e10dd",
  "path": "/summarizations/a170f0a5-2714-4028-83e9-7313880e10dd",
  "status": "complete",
  "kind": "text",
  "tone": "informative",
  "cost": -0.04254,
  "created": 1693404758,
  "summarizations": [
    {
      "kind": "headline",
      "text": "Non-disclosure agreement"
    },
    {
      "kind": "one_paragraph",
      "text": "This is a non-disclosure agreement between Acme Corporation and a recipient to protect confidential information that Acme intends to share with the recipient. It outlines the recipient's obligations to maintain confidentiality, the exceptions, duration, remedies for breach, and other legal provisions governing use of the confidential information."

Using

  • WHEN THIS HAPPENS

    New attachment

  • When this happens

    New recording

  • When this happens

    New file

  • When this happens

    New conversation

  • When this happens

    New issue

  • When this happens

    New pull request

  • When this happens

    New form response

  • WHEN THIS HAPPENS

    New subscriber

do this

Summarize it

  • Then this

    Update row

  • THEN THIS

    Send as email

  • Then this

    Post to channel

  • Then this

    Update record

  • Then this

    Create page

  • Then this

    Create ticket

  • Then this

    Updated record

  • Then this

    Create text file

Private & secure

Only the highest standards of security, encryption & compliance to keep data safe at all times.

Easy to get started

Straightforward documentation and well-structured endpoints, built for any experience level.

Save time & money

Reduce the time and resources required for maintaing in-house document processing.

No-coders welcome

Interact with the Detangle API via automation tools like Zapier to make use of any endpoint in workflows.

All-in-one solution

No more piecing together multiple external libraries and APIs. Everything you’ll ever need for any file. One API.

Maximum flexibility

Designed with flexibility in mind, the API can be seamlessly adapted to customer’s unique needs.

Use cases

Detangle can help

  • summarize meetings

  • extract keywords

  • anonymize data

  • analyze review sentiment

  • segment documents

Explore some of the different ways you can make use of the Detangle API for your apps.

Summarization

Summarize legal contracts and executive documents

Summarize video content into reshareable listicle content

Summarize long podcasts for better content navigation and show notes

Summarize meetings into bullet points to post in meeting notes

Summarize links to analyst reports into digestible paragraphs

Summarize CSV data like survey results in table format

Extraction

Extract product details and pricing from product descriptions

Extract keywords and metadata to improve video search optimization

Extract timestamps and key points from recorded meetings

Extract key information from articles for content indexing

Extract podcast episode titles, show notes, key moments and more

Extract product names and prices from supplier catalogs in CSV files

Anonymization

Anonymize documents by redacting sensitive information

Anonymize video transcripts for privacy compliance

Anonymize audio recordings by removing identifiable information

Anonymize linked articles by removing identifying information

Anonymize podcast transcripts by redacting sensitive content

Anonymize sensitive data in CSV files to comply with data protection

Sentiment analysis

Analyze sentiment in customer reviews to identify trends

Assess sentiment in video transcripts to determine tone

Analyze sentiment in recorded customer support calls

Assess sentiment in social media links shared in a feed

Evaluate sentiment in podcast transcripts to determine tone

Analyze sentiment in survey responses to understand feedback

Document segmentation

Extract headings and subheadings from research papers

Segment video transcripts into sentences to generate subtitles

Segment recorded interviews into sentences for simpler transcription

Automatically segment from web articles into paragraphs or sections

Segment meeting transcripts into speaker turns for meeting minutes

Segment CSV data rows into groups based on specific criteria

FAQS

Frequently asked questions

Have a question that’s not been answered? 

Contact us at hello@detangle.ai

How do I get started with the Detangle API?

Getting started is easy! You’ll need to sign up to create an API key for your account. Once you do, you can visit our API documentation, where you'll find detailed information on endpoints, authentication, request and response formats, and code examples to integrate the API seamlessly.

What types of files does the Detangle API support?

Getting started is easy! You’ll need to sign up to create an API key for your account. Once you do, you can visit our API documentation, where you'll find detailed information on endpoints, authentication, request and response formats, and code examples to integrate the API seamlessly.

How does Detangle handle security?

Getting started is easy! You’ll need to sign up to create an API key for your account. Once you do, you can visit our API documentation, where you'll find detailed information on endpoints, authentication, request and response formats, and code examples to integrate the API seamlessly.

What are the pricing plans for the Detangle API?

Getting started is easy! You’ll need to sign up to create an API key for your account. Once you do, you can visit our API documentation, where you'll find detailed information on endpoints, authentication, request and response formats, and code examples to integrate the API seamlessly.

Can I test the Detangle API before committing?

Getting started is easy! You’ll need to sign up to create an API key for your account. Once you do, you can visit our API documentation, where you'll find detailed information on endpoints, authentication, request and response formats, and code examples to integrate the API seamlessly.

Do you offer documentation and examples for API integration?

Getting started is easy! You’ll need to sign up to create an API key for your account. Once you do, you can visit our API documentation, where you'll find detailed information on endpoints, authentication, request and response formats, and code examples to integrate the API seamlessly.

Ready to get started?

Give your apps an edge with summarization, extraction, anonymization and more at a fraction of the cost for any file type you can think of.

API to summarize, classify, extract, convert and more from any file type.

No spam. Just Detangle news and product updates.

Detangle © 2023

Detangle © 2023