Related articles:Parsing PDF and other files via APIParse HTML and text documents via APIAPI BaseAll the API endpoints described in this article are relative to the base URL:https://api.parsio.ioAuthenticationTo access the API, you will need the API key t ...
In this article, we’ll see how to parse HTML and TXT documents using the Parsio API.This endpoint is designed for cases where you already have the document content as plain text or HTML. Instead of uploading a file, you send the text document directly in ...
In this article, we’ll see how to upload PDF and other files using the Parsio API.This endpoint is used when you need to upload an actual file to Parsio. The request contains the file itself (binary data), which Parsio then processes and parses.Typical us ...