
AI Text Summarize Assistant
Pricing
Pay per event

AI Text Summarize Assistant
Your personnal AI text assistant. Help you with Text analysis, Sentiment analysis, Answer a Question based on text, and summarize text and/or conversation. Scale your news article analysis and improve your customer relationship management
0.0 (0)
Pricing
Pay per event
1
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
20 hours ago
You can access the AI Text Summarize Assistant programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
# Set API token$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input$cat > input.json << 'EOF'<{< "document_phrases": "I heard really bad reviews about this product. But i am not sure that they are objectives reviews. So we are testing it right now because i think it is great even if the price is too high because the team is great.",< "document_pii": "My name is Mateo Gomez and I visited Contoso Restaurant with my spouse for our anniversary on Thursday of last week. Prior to my visit, I had heard great things about your food and service from my neighbors, as I actually live right down the street from you at 1234 Hollywood Boulevard. After a lovely stroll along the Santa Monica Pier, we decided to go for dinner at a place we heard so many good things about. When we got to the restaurant last Thursday, we had to wait for 15 minutes just to get on the waiting list. After an hour of waiting to be seated, we ordered two Surf and turf platters. To our absolute surprise, the food was very cold and dry. The whole experience was just quite awful, and I feel like we are owed a refund and an apology for that day. I would appreciate it if you could call me on my number 949-555-0110",< "document_named": "My name is Mateo Gomez and I visited Contoso Restaurant with my spouse for our anniversary on Thursday of last week. Prior to my visit, I had heard great things about your food and service from my neighbors, as I actually live right down the street from you at 1234 Hollywood Boulevard. After a lovely stroll along the Santa Monica Pier, we decided to go for dinner at a place we heard so many good things about. When we got to the restaurant last Thursday, we had to wait for 15 minutes just to get on the waiting list. After an hour of waiting to be seated, we ordered two Surf and turf platters. To our absolute surprise, the food was very cold and dry. The whole experience was just quite awful, and I feel like we are owed a refund and an apology for that day. I would appreciate it if you could call me on my number 949-555-0110.",< "document_sentiment": "I heard really bad reviews about this product. But i am not sure that they are objectives reviews. So we are testing it right now because i think it is great even if the price is too high because the team is great.",< "question_qa": "Who founded Microsoft ?",< "document_qa": "Microsoft was founded by Bill Gates and Paul Allen in 1975.",< "document_text_summarize": "Microsoft Corporation is an American multinational technology corporation headquartered in Redmond, Washington. Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800. It rose to dominate the personal computer operating system market with MS-DOS in the mid-1980s, followed by Microsoft Windows. The company's 1986 initial public offering (IPO), and subsequent rise in its share price, created three billionaires and an estimated 12,000 millionaires among Microsoft employees.",< "list_conv": [< {< "speaker": "Customer",< "text": "Hi, I need help with my order."< },< {< "speaker": "Agent",< "text": "Sure, can you provide your order ID?"< },< {< "speaker": "Customer",< "text": "It's 12345."< },< {< "speaker": "Agent",< "text": "Thank you. I see that your order is delayed. I will expedite it for you."< },< {< "speaker": "Customer",< "text": "Thanks a lot!"< }< ]<}<EOF
# Run the Actor using an HTTP API# See the full API reference at https://docs.apify.com/api/v2$curl "https://api.apify.com/v2/acts/saswave~ai-text-summarize-assistant/runs?token=$API_TOKEN" \< -X POST \< -d @input.json \< -H 'Content-Type: application/json'
AI Text Summarize Assistant API
Below, you can find a list of relevant HTTP API endpoints for calling the AI Text Summarize Assistant Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.
Run Actor
https://api.apify.com/v2/acts/saswave~ai-text-summarize-assistant/runs?token=<YOUR_API_TOKEN>
Note: By adding the method=POST
query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.
Run Actor synchronously and get dataset items
https://api.apify.com/v2/acts/saswave~ai-text-summarize-assistant/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>
Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.
Get Actor
https://api.apify.com/v2/acts/saswave~ai-text-summarize-assistant?token=<YOUR_API_TOKEN>
For more information, please refer to our Get Actor API documentation.
Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the AI Text Summarize Assistant API programmatically via the Apify API.
You can choose from:
You can start AI Text Summarize Assistant with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The AI Text Summarize Assistant is identified within the API by its ID, which is the creator’s username and the name of the Actor.
When the AI Text Summarize Assistant run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.