Skip to content

Commit

Permalink
Merge pull request #60 from cccs-mog/master
Browse files Browse the repository at this point in the history
Minor precision
  • Loading branch information
cccs-kevin committed Aug 29, 2023
2 parents 3ea17a8 + d331ab8 commit f12796a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/integration/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ You can instantiate the client by using the following snippet of Python code:
There are two methods for sending a file/URL to Assemblyline for analysis: **Ingest** and **Submit**.

!!! attention "In most cases, you want to use the Ingest API via the CLI"

!!! attention "The default limit for sample size is 100mb, this is also the case in the UI and the use of the API is the only workaround. In order to circumvent this, the option ignore_size=True must be used when submitting via the API. "
**Ingest**

* Provides a fast, non-blocking method of submitting many files
Expand Down

0 comments on commit f12796a

Please sign in to comment.