Extract Text from Webpage API
ApyHub
30 atoms
Base tier
About
This API lets you extract plain text from any website.
The API can help summarize the main points or key information of any website/URL. This API can also help to analyze data such as sentiment analysis, topic modeling, or keyword extraction which can be useful for businesses or researchers who need to analyze large amounts of data from various sources.
Try out the API in the API playground for free and see how this text extraction API can help you extract content from websites quickly, save time, and reduce text extraction mistakes with a simple API call. Try it now!
API Playground
API Documentation
submit url: extracted data
GET
https://api.apyhub.com/extract/text/webpage
Request example
The method lets you submit a url of a webpage and returns the extracted text as string output.
Method:
GET
Content Type:
application/json
Query Parameter(s)
Attribute | Type | Mandatory | Description |
---|---|---|---|
url | String | Yes | A url that is accessible by ApyHub services |
preserve_paragraphs | Boolean | No | This preserves the paragraphs in the response by using a \n (for new line), if true , defaults to false . |
Sample Response
HTTP Response Codes
The method may return one of the following HTTP status codes:
Status Code | Description |
---|---|
200 | The request was successful. |
400 | Request is invalid or the url is not accessible. |
401 | Required authentication information is either missing or not valid for the resource. |
500 | There was an error in processing this request. |
Authentication
All API requests to ApyHub services need to be authenticated. Currently we support
tokens
or basic authentication
mechanisms.
You can generate and view your existing credentials from your workspace settings (on the left side of the navbar) and go to “API Keys".Points to note:
- Credential secrets are generated on the fly and are not stored in plain text, so on generating a credential please save the secrets somewhere safe.
- Use the
apy-token
as the header parameter to pass the token. - Use the
Authorization
header to send the basic authentication credentials.
Error codes
To search for a specific error code, enter the code in the search box below. Alternatively, you can click on the button to view a complete list of all error codes.
Table of contents