llms.txt Content
# Spyse Documentation
## API Reference
- [Quick start](https://spyse-dev.readme.io/reference/quick-start.md)
- [Details](https://spyse-dev.readme.io/reference/downloads_details.md): Get details about file download by its id.
- [List](https://spyse-dev.readme.io/reference/downloads_list.md): Returns details about all file downloads performed during the last 90 days. By default, GET operations, which return a list of requested items, return only the first 25 items. To get a different set of items, you can use the offset and limit parameters in the query string of the GET request.
- [Quotas](https://spyse-dev.readme.io/reference/account.md): Returns details about your account quotas.
- [The autonomous system object](https://spyse-dev.readme.io/reference/autonomous-system-model.md)
- [Details](https://spyse-dev.readme.io/reference/as_details.md): Returns details about the autonomous system (AS) by its number.
- [Search](https://spyse-dev.readme.io/reference/as_search.md): Returns a list of autonomous systems that matched the search query. Allows getting only the first 10,000 results. To get more results please use scroll or download API endpoints. By default, search operations, which return a list of found items, return only the first 25 items. To get a different set of items, you can use the offset and limit parameters in the request body.
- [Search count](https://spyse-dev.readme.io/reference/as_search_count.md): Returns the precise number of search results that matched the search query.
- [Search download](https://spyse-dev.readme.io/reference/as_search_download.md): Initiates the creation of the file with data about autonomous systems that matched the search query. When the file is created, it will be available for download. On the successful call, returns the unique identifier that represents the file creation process. The file creation is an asynchronous process because the amount of data that should be exported to the file and the export duration is hard to pred