API Methods
This section documents the core HTTP methods available in the Deepser REST API. Each method corresponds to a standard CRUD operation, plus specialized endpoints for file attachments and bulk retrieval.
Articles
- CreateUse HTTP POST to create new entities through the Deepser REST API.
- RetrieveUse HTTP GET to retrieve a single entity by ID from the API.
- Multiple RetrieveRetrieve multiple entities using filters, operators, and parameters.
- UpdateUse HTTP PUT to update existing entities through the API.
- DeleteUse HTTP DELETE to remove entities from Deepser through the API.
- API AttachmentUpload, download, retrieve, and delete file attachments using the Attachment API.