Ask a question to get started
Enter to sendā¢Shift+Enter new line
Retrieve a list of elements from the Unstructured API.
Unstructured API
get_elements_from_api( file_path: Union[str, List[str], Path, List[Path], None] = None, file: Union[IO[bytes], Sequence[IO[bytes]], None] = None, api_url: str = 'https://api.unstructuredapp.io/general/v0/general', api_key: str = '', **unstructured_kwargs: Any = {} ) -> List[Element]