mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
434 lines
26 KiB
Markdown
Generated
434 lines
26 KiB
Markdown
Generated
# openapi
|
|
Immich API
|
|
|
|
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
|
|
- API version: 1.102.3
|
|
- Build package: org.openapitools.codegen.languages.DartClientCodegen
|
|
|
|
## Requirements
|
|
|
|
Dart 2.12 or later
|
|
|
|
## Installation & Usage
|
|
|
|
### Github
|
|
If this Dart package is published to Github, add the following dependency to your pubspec.yaml
|
|
```
|
|
dependencies:
|
|
openapi:
|
|
git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git
|
|
```
|
|
|
|
### Local
|
|
To use the package in your local drive, add the following dependency to your pubspec.yaml
|
|
```
|
|
dependencies:
|
|
openapi:
|
|
path: /path/to/openapi
|
|
```
|
|
|
|
## Tests
|
|
|
|
TODO
|
|
|
|
## Getting Started
|
|
|
|
Please follow the [installation procedure](#installation--usage) and then run the following:
|
|
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
|
|
// TODO Configure API key authorization: cookie
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKey = 'YOUR_API_KEY';
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('cookie').apiKeyPrefix = 'Bearer';
|
|
// TODO Configure API key authorization: api_key
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKey = 'YOUR_API_KEY';
|
|
// uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
//defaultApiClient.getAuthentication<ApiKeyAuth>('api_key').apiKeyPrefix = 'Bearer';
|
|
// TODO Configure HTTP Bearer authorization: bearer
|
|
// Case 1. Use String Token
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken('YOUR_ACCESS_TOKEN');
|
|
// Case 2. Use Function which generate token.
|
|
// String yourTokenGeneratorFunction() { ... }
|
|
//defaultApiClient.getAuthentication<HttpBearerAuth>('bearer').setAccessToken(yourTokenGeneratorFunction);
|
|
|
|
final api_instance = APIKeyApi();
|
|
final aPIKeyCreateDto = APIKeyCreateDto(); // APIKeyCreateDto |
|
|
|
|
try {
|
|
final result = api_instance.createApiKey(aPIKeyCreateDto);
|
|
print(result);
|
|
} catch (e) {
|
|
print('Exception when calling APIKeyApi->createApiKey: $e\n');
|
|
}
|
|
|
|
```
|
|
|
|
## Documentation for API Endpoints
|
|
|
|
All URIs are relative to */api*
|
|
|
|
Class | Method | HTTP request | Description
|
|
------------ | ------------- | ------------- | -------------
|
|
*APIKeyApi* | [**createApiKey**](doc//APIKeyApi.md#createapikey) | **POST** /api-key |
|
|
*APIKeyApi* | [**deleteApiKey**](doc//APIKeyApi.md#deleteapikey) | **DELETE** /api-key/{id} |
|
|
*APIKeyApi* | [**getApiKey**](doc//APIKeyApi.md#getapikey) | **GET** /api-key/{id} |
|
|
*APIKeyApi* | [**getApiKeys**](doc//APIKeyApi.md#getapikeys) | **GET** /api-key |
|
|
*APIKeyApi* | [**updateApiKey**](doc//APIKeyApi.md#updateapikey) | **PUT** /api-key/{id} |
|
|
*ActivityApi* | [**createActivity**](doc//ActivityApi.md#createactivity) | **POST** /activity |
|
|
*ActivityApi* | [**deleteActivity**](doc//ActivityApi.md#deleteactivity) | **DELETE** /activity/{id} |
|
|
*ActivityApi* | [**getActivities**](doc//ActivityApi.md#getactivities) | **GET** /activity |
|
|
*ActivityApi* | [**getActivityStatistics**](doc//ActivityApi.md#getactivitystatistics) | **GET** /activity/statistics |
|
|
*AlbumApi* | [**addAssetsToAlbum**](doc//AlbumApi.md#addassetstoalbum) | **PUT** /album/{id}/assets |
|
|
*AlbumApi* | [**addUsersToAlbum**](doc//AlbumApi.md#adduserstoalbum) | **PUT** /album/{id}/users |
|
|
*AlbumApi* | [**createAlbum**](doc//AlbumApi.md#createalbum) | **POST** /album |
|
|
*AlbumApi* | [**deleteAlbum**](doc//AlbumApi.md#deletealbum) | **DELETE** /album/{id} |
|
|
*AlbumApi* | [**getAlbumCount**](doc//AlbumApi.md#getalbumcount) | **GET** /album/count |
|
|
*AlbumApi* | [**getAlbumInfo**](doc//AlbumApi.md#getalbuminfo) | **GET** /album/{id} |
|
|
*AlbumApi* | [**getAllAlbums**](doc//AlbumApi.md#getallalbums) | **GET** /album |
|
|
*AlbumApi* | [**removeAssetFromAlbum**](doc//AlbumApi.md#removeassetfromalbum) | **DELETE** /album/{id}/assets |
|
|
*AlbumApi* | [**removeUserFromAlbum**](doc//AlbumApi.md#removeuserfromalbum) | **DELETE** /album/{id}/user/{userId} |
|
|
*AlbumApi* | [**updateAlbumInfo**](doc//AlbumApi.md#updatealbuminfo) | **PATCH** /album/{id} |
|
|
*AssetApi* | [**checkBulkUpload**](doc//AssetApi.md#checkbulkupload) | **POST** /asset/bulk-upload-check |
|
|
*AssetApi* | [**checkExistingAssets**](doc//AssetApi.md#checkexistingassets) | **POST** /asset/exist |
|
|
*AssetApi* | [**deleteAssets**](doc//AssetApi.md#deleteassets) | **DELETE** /asset |
|
|
*AssetApi* | [**getAllAssets**](doc//AssetApi.md#getallassets) | **GET** /asset |
|
|
*AssetApi* | [**getAllUserAssetsByDeviceId**](doc//AssetApi.md#getalluserassetsbydeviceid) | **GET** /asset/device/{deviceId} |
|
|
*AssetApi* | [**getAssetInfo**](doc//AssetApi.md#getassetinfo) | **GET** /asset/{id} |
|
|
*AssetApi* | [**getAssetSearchTerms**](doc//AssetApi.md#getassetsearchterms) | **GET** /asset/search-terms |
|
|
*AssetApi* | [**getAssetStatistics**](doc//AssetApi.md#getassetstatistics) | **GET** /asset/statistics |
|
|
*AssetApi* | [**getAssetThumbnail**](doc//AssetApi.md#getassetthumbnail) | **GET** /asset/thumbnail/{id} |
|
|
*AssetApi* | [**getCuratedLocations**](doc//AssetApi.md#getcuratedlocations) | **GET** /asset/curated-locations |
|
|
*AssetApi* | [**getCuratedObjects**](doc//AssetApi.md#getcuratedobjects) | **GET** /asset/curated-objects |
|
|
*AssetApi* | [**getMapMarkers**](doc//AssetApi.md#getmapmarkers) | **GET** /asset/map-marker |
|
|
*AssetApi* | [**getMemoryLane**](doc//AssetApi.md#getmemorylane) | **GET** /asset/memory-lane |
|
|
*AssetApi* | [**getRandom**](doc//AssetApi.md#getrandom) | **GET** /asset/random |
|
|
*AssetApi* | [**runAssetJobs**](doc//AssetApi.md#runassetjobs) | **POST** /asset/jobs |
|
|
*AssetApi* | [**searchAssets**](doc//AssetApi.md#searchassets) | **GET** /assets |
|
|
*AssetApi* | [**serveFile**](doc//AssetApi.md#servefile) | **GET** /asset/file/{id} |
|
|
*AssetApi* | [**updateAsset**](doc//AssetApi.md#updateasset) | **PUT** /asset/{id} |
|
|
*AssetApi* | [**updateAssets**](doc//AssetApi.md#updateassets) | **PUT** /asset |
|
|
*AssetApi* | [**updateStackParent**](doc//AssetApi.md#updatestackparent) | **PUT** /asset/stack/parent |
|
|
*AssetApi* | [**uploadFile**](doc//AssetApi.md#uploadfile) | **POST** /asset/upload |
|
|
*AuditApi* | [**getAuditDeletes**](doc//AuditApi.md#getauditdeletes) | **GET** /audit/deletes |
|
|
*AuthenticationApi* | [**changePassword**](doc//AuthenticationApi.md#changepassword) | **POST** /auth/change-password |
|
|
*AuthenticationApi* | [**login**](doc//AuthenticationApi.md#login) | **POST** /auth/login |
|
|
*AuthenticationApi* | [**logout**](doc//AuthenticationApi.md#logout) | **POST** /auth/logout |
|
|
*AuthenticationApi* | [**signUpAdmin**](doc//AuthenticationApi.md#signupadmin) | **POST** /auth/admin-sign-up |
|
|
*AuthenticationApi* | [**validateAccessToken**](doc//AuthenticationApi.md#validateaccesstoken) | **POST** /auth/validateToken |
|
|
*DownloadApi* | [**downloadArchive**](doc//DownloadApi.md#downloadarchive) | **POST** /download/archive |
|
|
*DownloadApi* | [**downloadFile**](doc//DownloadApi.md#downloadfile) | **POST** /download/asset/{id} |
|
|
*DownloadApi* | [**getDownloadInfo**](doc//DownloadApi.md#getdownloadinfo) | **POST** /download/info |
|
|
*FaceApi* | [**getFaces**](doc//FaceApi.md#getfaces) | **GET** /face |
|
|
*FaceApi* | [**reassignFacesById**](doc//FaceApi.md#reassignfacesbyid) | **PUT** /face/{id} |
|
|
*FileReportApi* | [**fixAuditFiles**](doc//FileReportApi.md#fixauditfiles) | **POST** /report/fix |
|
|
*FileReportApi* | [**getAuditFiles**](doc//FileReportApi.md#getauditfiles) | **GET** /report |
|
|
*FileReportApi* | [**getFileChecksums**](doc//FileReportApi.md#getfilechecksums) | **POST** /report/checksum |
|
|
*JobApi* | [**getAllJobsStatus**](doc//JobApi.md#getalljobsstatus) | **GET** /jobs |
|
|
*JobApi* | [**sendJobCommand**](doc//JobApi.md#sendjobcommand) | **PUT** /jobs/{id} |
|
|
*LibraryApi* | [**createLibrary**](doc//LibraryApi.md#createlibrary) | **POST** /library |
|
|
*LibraryApi* | [**deleteLibrary**](doc//LibraryApi.md#deletelibrary) | **DELETE** /library/{id} |
|
|
*LibraryApi* | [**getAllLibraries**](doc//LibraryApi.md#getalllibraries) | **GET** /library |
|
|
*LibraryApi* | [**getLibrary**](doc//LibraryApi.md#getlibrary) | **GET** /library/{id} |
|
|
*LibraryApi* | [**getLibraryStatistics**](doc//LibraryApi.md#getlibrarystatistics) | **GET** /library/{id}/statistics |
|
|
*LibraryApi* | [**removeOfflineFiles**](doc//LibraryApi.md#removeofflinefiles) | **POST** /library/{id}/removeOffline |
|
|
*LibraryApi* | [**scanLibrary**](doc//LibraryApi.md#scanlibrary) | **POST** /library/{id}/scan |
|
|
*LibraryApi* | [**updateLibrary**](doc//LibraryApi.md#updatelibrary) | **PUT** /library/{id} |
|
|
*LibraryApi* | [**validate**](doc//LibraryApi.md#validate) | **POST** /library/{id}/validate |
|
|
*MemoryApi* | [**addMemoryAssets**](doc//MemoryApi.md#addmemoryassets) | **PUT** /memories/{id}/assets |
|
|
*MemoryApi* | [**createMemory**](doc//MemoryApi.md#creatememory) | **POST** /memories |
|
|
*MemoryApi* | [**deleteMemory**](doc//MemoryApi.md#deletememory) | **DELETE** /memories/{id} |
|
|
*MemoryApi* | [**getMemory**](doc//MemoryApi.md#getmemory) | **GET** /memories/{id} |
|
|
*MemoryApi* | [**removeMemoryAssets**](doc//MemoryApi.md#removememoryassets) | **DELETE** /memories/{id}/assets |
|
|
*MemoryApi* | [**searchMemories**](doc//MemoryApi.md#searchmemories) | **GET** /memories |
|
|
*MemoryApi* | [**updateMemory**](doc//MemoryApi.md#updatememory) | **PUT** /memories/{id} |
|
|
*OAuthApi* | [**finishOAuth**](doc//OAuthApi.md#finishoauth) | **POST** /oauth/callback |
|
|
*OAuthApi* | [**linkOAuthAccount**](doc//OAuthApi.md#linkoauthaccount) | **POST** /oauth/link |
|
|
*OAuthApi* | [**redirectOAuthToMobile**](doc//OAuthApi.md#redirectoauthtomobile) | **GET** /oauth/mobile-redirect |
|
|
*OAuthApi* | [**startOAuth**](doc//OAuthApi.md#startoauth) | **POST** /oauth/authorize |
|
|
*OAuthApi* | [**unlinkOAuthAccount**](doc//OAuthApi.md#unlinkoauthaccount) | **POST** /oauth/unlink |
|
|
*PartnerApi* | [**createPartner**](doc//PartnerApi.md#createpartner) | **POST** /partner/{id} |
|
|
*PartnerApi* | [**getPartners**](doc//PartnerApi.md#getpartners) | **GET** /partner |
|
|
*PartnerApi* | [**removePartner**](doc//PartnerApi.md#removepartner) | **DELETE** /partner/{id} |
|
|
*PartnerApi* | [**updatePartner**](doc//PartnerApi.md#updatepartner) | **PUT** /partner/{id} |
|
|
*PersonApi* | [**createPerson**](doc//PersonApi.md#createperson) | **POST** /person |
|
|
*PersonApi* | [**getAllPeople**](doc//PersonApi.md#getallpeople) | **GET** /person |
|
|
*PersonApi* | [**getPerson**](doc//PersonApi.md#getperson) | **GET** /person/{id} |
|
|
*PersonApi* | [**getPersonAssets**](doc//PersonApi.md#getpersonassets) | **GET** /person/{id}/assets |
|
|
*PersonApi* | [**getPersonStatistics**](doc//PersonApi.md#getpersonstatistics) | **GET** /person/{id}/statistics |
|
|
*PersonApi* | [**getPersonThumbnail**](doc//PersonApi.md#getpersonthumbnail) | **GET** /person/{id}/thumbnail |
|
|
*PersonApi* | [**mergePerson**](doc//PersonApi.md#mergeperson) | **POST** /person/{id}/merge |
|
|
*PersonApi* | [**reassignFaces**](doc//PersonApi.md#reassignfaces) | **PUT** /person/{id}/reassign |
|
|
*PersonApi* | [**updatePeople**](doc//PersonApi.md#updatepeople) | **PUT** /person |
|
|
*PersonApi* | [**updatePerson**](doc//PersonApi.md#updateperson) | **PUT** /person/{id} |
|
|
*SearchApi* | [**getAssetsByCity**](doc//SearchApi.md#getassetsbycity) | **GET** /search/cities |
|
|
*SearchApi* | [**getExploreData**](doc//SearchApi.md#getexploredata) | **GET** /search/explore |
|
|
*SearchApi* | [**getSearchSuggestions**](doc//SearchApi.md#getsearchsuggestions) | **GET** /search/suggestions |
|
|
*SearchApi* | [**search**](doc//SearchApi.md#search) | **GET** /search |
|
|
*SearchApi* | [**searchMetadata**](doc//SearchApi.md#searchmetadata) | **POST** /search/metadata |
|
|
*SearchApi* | [**searchPerson**](doc//SearchApi.md#searchperson) | **GET** /search/person |
|
|
*SearchApi* | [**searchPlaces**](doc//SearchApi.md#searchplaces) | **GET** /search/places |
|
|
*SearchApi* | [**searchSmart**](doc//SearchApi.md#searchsmart) | **POST** /search/smart |
|
|
*ServerInfoApi* | [**getServerConfig**](doc//ServerInfoApi.md#getserverconfig) | **GET** /server-info/config |
|
|
*ServerInfoApi* | [**getServerFeatures**](doc//ServerInfoApi.md#getserverfeatures) | **GET** /server-info/features |
|
|
*ServerInfoApi* | [**getServerInfo**](doc//ServerInfoApi.md#getserverinfo) | **GET** /server-info |
|
|
*ServerInfoApi* | [**getServerStatistics**](doc//ServerInfoApi.md#getserverstatistics) | **GET** /server-info/statistics |
|
|
*ServerInfoApi* | [**getServerVersion**](doc//ServerInfoApi.md#getserverversion) | **GET** /server-info/version |
|
|
*ServerInfoApi* | [**getSupportedMediaTypes**](doc//ServerInfoApi.md#getsupportedmediatypes) | **GET** /server-info/media-types |
|
|
*ServerInfoApi* | [**getTheme**](doc//ServerInfoApi.md#gettheme) | **GET** /server-info/theme |
|
|
*ServerInfoApi* | [**pingServer**](doc//ServerInfoApi.md#pingserver) | **GET** /server-info/ping |
|
|
*SessionsApi* | [**deleteAllSessions**](doc//SessionsApi.md#deleteallsessions) | **DELETE** /sessions |
|
|
*SessionsApi* | [**deleteSession**](doc//SessionsApi.md#deletesession) | **DELETE** /sessions/{id} |
|
|
*SessionsApi* | [**getSessions**](doc//SessionsApi.md#getsessions) | **GET** /sessions |
|
|
*SharedLinkApi* | [**addSharedLinkAssets**](doc//SharedLinkApi.md#addsharedlinkassets) | **PUT** /shared-link/{id}/assets |
|
|
*SharedLinkApi* | [**createSharedLink**](doc//SharedLinkApi.md#createsharedlink) | **POST** /shared-link |
|
|
*SharedLinkApi* | [**getAllSharedLinks**](doc//SharedLinkApi.md#getallsharedlinks) | **GET** /shared-link |
|
|
*SharedLinkApi* | [**getMySharedLink**](doc//SharedLinkApi.md#getmysharedlink) | **GET** /shared-link/me |
|
|
*SharedLinkApi* | [**getSharedLinkById**](doc//SharedLinkApi.md#getsharedlinkbyid) | **GET** /shared-link/{id} |
|
|
*SharedLinkApi* | [**removeSharedLink**](doc//SharedLinkApi.md#removesharedlink) | **DELETE** /shared-link/{id} |
|
|
*SharedLinkApi* | [**removeSharedLinkAssets**](doc//SharedLinkApi.md#removesharedlinkassets) | **DELETE** /shared-link/{id}/assets |
|
|
*SharedLinkApi* | [**updateSharedLink**](doc//SharedLinkApi.md#updatesharedlink) | **PATCH** /shared-link/{id} |
|
|
*SyncApi* | [**getAllForUserFullSync**](doc//SyncApi.md#getallforuserfullsync) | **GET** /sync/full-sync |
|
|
*SyncApi* | [**getDeltaSync**](doc//SyncApi.md#getdeltasync) | **GET** /sync/delta-sync |
|
|
*SystemConfigApi* | [**getConfig**](doc//SystemConfigApi.md#getconfig) | **GET** /system-config |
|
|
*SystemConfigApi* | [**getConfigDefaults**](doc//SystemConfigApi.md#getconfigdefaults) | **GET** /system-config/defaults |
|
|
*SystemConfigApi* | [**getMapStyle**](doc//SystemConfigApi.md#getmapstyle) | **GET** /system-config/map/style.json |
|
|
*SystemConfigApi* | [**getStorageTemplateOptions**](doc//SystemConfigApi.md#getstoragetemplateoptions) | **GET** /system-config/storage-template-options |
|
|
*SystemConfigApi* | [**updateConfig**](doc//SystemConfigApi.md#updateconfig) | **PUT** /system-config |
|
|
*SystemMetadataApi* | [**getAdminOnboarding**](doc//SystemMetadataApi.md#getadminonboarding) | **GET** /system-metadata/admin-onboarding |
|
|
*SystemMetadataApi* | [**getReverseGeocodingState**](doc//SystemMetadataApi.md#getreversegeocodingstate) | **GET** /system-metadata/reverse-geocoding-state |
|
|
*SystemMetadataApi* | [**updateAdminOnboarding**](doc//SystemMetadataApi.md#updateadminonboarding) | **POST** /system-metadata/admin-onboarding |
|
|
*TagApi* | [**createTag**](doc//TagApi.md#createtag) | **POST** /tag |
|
|
*TagApi* | [**deleteTag**](doc//TagApi.md#deletetag) | **DELETE** /tag/{id} |
|
|
*TagApi* | [**getAllTags**](doc//TagApi.md#getalltags) | **GET** /tag |
|
|
*TagApi* | [**getTagAssets**](doc//TagApi.md#gettagassets) | **GET** /tag/{id}/assets |
|
|
*TagApi* | [**getTagById**](doc//TagApi.md#gettagbyid) | **GET** /tag/{id} |
|
|
*TagApi* | [**tagAssets**](doc//TagApi.md#tagassets) | **PUT** /tag/{id}/assets |
|
|
*TagApi* | [**untagAssets**](doc//TagApi.md#untagassets) | **DELETE** /tag/{id}/assets |
|
|
*TagApi* | [**updateTag**](doc//TagApi.md#updatetag) | **PATCH** /tag/{id} |
|
|
*TimelineApi* | [**getTimeBucket**](doc//TimelineApi.md#gettimebucket) | **GET** /timeline/bucket |
|
|
*TimelineApi* | [**getTimeBuckets**](doc//TimelineApi.md#gettimebuckets) | **GET** /timeline/buckets |
|
|
*TrashApi* | [**emptyTrash**](doc//TrashApi.md#emptytrash) | **POST** /trash/empty |
|
|
*TrashApi* | [**restoreAssets**](doc//TrashApi.md#restoreassets) | **POST** /trash/restore/assets |
|
|
*TrashApi* | [**restoreTrash**](doc//TrashApi.md#restoretrash) | **POST** /trash/restore |
|
|
*UserApi* | [**createProfileImage**](doc//UserApi.md#createprofileimage) | **POST** /user/profile-image |
|
|
*UserApi* | [**createUser**](doc//UserApi.md#createuser) | **POST** /user |
|
|
*UserApi* | [**deleteProfileImage**](doc//UserApi.md#deleteprofileimage) | **DELETE** /user/profile-image |
|
|
*UserApi* | [**deleteUser**](doc//UserApi.md#deleteuser) | **DELETE** /user/{id} |
|
|
*UserApi* | [**getAllUsers**](doc//UserApi.md#getallusers) | **GET** /user |
|
|
*UserApi* | [**getMyUserInfo**](doc//UserApi.md#getmyuserinfo) | **GET** /user/me |
|
|
*UserApi* | [**getProfileImage**](doc//UserApi.md#getprofileimage) | **GET** /user/profile-image/{id} |
|
|
*UserApi* | [**getUserById**](doc//UserApi.md#getuserbyid) | **GET** /user/info/{id} |
|
|
*UserApi* | [**restoreUser**](doc//UserApi.md#restoreuser) | **POST** /user/{id}/restore |
|
|
*UserApi* | [**updateUser**](doc//UserApi.md#updateuser) | **PUT** /user |
|
|
|
|
|
|
## Documentation For Models
|
|
|
|
- [APIKeyCreateDto](doc//APIKeyCreateDto.md)
|
|
- [APIKeyCreateResponseDto](doc//APIKeyCreateResponseDto.md)
|
|
- [APIKeyResponseDto](doc//APIKeyResponseDto.md)
|
|
- [APIKeyUpdateDto](doc//APIKeyUpdateDto.md)
|
|
- [ActivityCreateDto](doc//ActivityCreateDto.md)
|
|
- [ActivityResponseDto](doc//ActivityResponseDto.md)
|
|
- [ActivityStatisticsResponseDto](doc//ActivityStatisticsResponseDto.md)
|
|
- [AddUsersDto](doc//AddUsersDto.md)
|
|
- [AdminOnboardingUpdateDto](doc//AdminOnboardingUpdateDto.md)
|
|
- [AlbumCountResponseDto](doc//AlbumCountResponseDto.md)
|
|
- [AlbumResponseDto](doc//AlbumResponseDto.md)
|
|
- [AllJobStatusResponseDto](doc//AllJobStatusResponseDto.md)
|
|
- [AssetBulkDeleteDto](doc//AssetBulkDeleteDto.md)
|
|
- [AssetBulkUpdateDto](doc//AssetBulkUpdateDto.md)
|
|
- [AssetBulkUploadCheckDto](doc//AssetBulkUploadCheckDto.md)
|
|
- [AssetBulkUploadCheckItem](doc//AssetBulkUploadCheckItem.md)
|
|
- [AssetBulkUploadCheckResponseDto](doc//AssetBulkUploadCheckResponseDto.md)
|
|
- [AssetBulkUploadCheckResult](doc//AssetBulkUploadCheckResult.md)
|
|
- [AssetDeltaSyncResponseDto](doc//AssetDeltaSyncResponseDto.md)
|
|
- [AssetFaceResponseDto](doc//AssetFaceResponseDto.md)
|
|
- [AssetFaceUpdateDto](doc//AssetFaceUpdateDto.md)
|
|
- [AssetFaceUpdateItem](doc//AssetFaceUpdateItem.md)
|
|
- [AssetFaceWithoutPersonResponseDto](doc//AssetFaceWithoutPersonResponseDto.md)
|
|
- [AssetFileUploadResponseDto](doc//AssetFileUploadResponseDto.md)
|
|
- [AssetIdsDto](doc//AssetIdsDto.md)
|
|
- [AssetIdsResponseDto](doc//AssetIdsResponseDto.md)
|
|
- [AssetJobName](doc//AssetJobName.md)
|
|
- [AssetJobsDto](doc//AssetJobsDto.md)
|
|
- [AssetOrder](doc//AssetOrder.md)
|
|
- [AssetResponseDto](doc//AssetResponseDto.md)
|
|
- [AssetStatsResponseDto](doc//AssetStatsResponseDto.md)
|
|
- [AssetTypeEnum](doc//AssetTypeEnum.md)
|
|
- [AudioCodec](doc//AudioCodec.md)
|
|
- [AuditDeletesResponseDto](doc//AuditDeletesResponseDto.md)
|
|
- [BulkIdResponseDto](doc//BulkIdResponseDto.md)
|
|
- [BulkIdsDto](doc//BulkIdsDto.md)
|
|
- [CLIPConfig](doc//CLIPConfig.md)
|
|
- [CLIPMode](doc//CLIPMode.md)
|
|
- [CQMode](doc//CQMode.md)
|
|
- [ChangePasswordDto](doc//ChangePasswordDto.md)
|
|
- [CheckExistingAssetsDto](doc//CheckExistingAssetsDto.md)
|
|
- [CheckExistingAssetsResponseDto](doc//CheckExistingAssetsResponseDto.md)
|
|
- [Colorspace](doc//Colorspace.md)
|
|
- [CreateAlbumDto](doc//CreateAlbumDto.md)
|
|
- [CreateLibraryDto](doc//CreateLibraryDto.md)
|
|
- [CreateProfileImageResponseDto](doc//CreateProfileImageResponseDto.md)
|
|
- [CreateTagDto](doc//CreateTagDto.md)
|
|
- [CreateUserDto](doc//CreateUserDto.md)
|
|
- [CuratedLocationsResponseDto](doc//CuratedLocationsResponseDto.md)
|
|
- [CuratedObjectsResponseDto](doc//CuratedObjectsResponseDto.md)
|
|
- [DeleteUserDto](doc//DeleteUserDto.md)
|
|
- [DownloadArchiveInfo](doc//DownloadArchiveInfo.md)
|
|
- [DownloadInfoDto](doc//DownloadInfoDto.md)
|
|
- [DownloadResponseDto](doc//DownloadResponseDto.md)
|
|
- [EntityType](doc//EntityType.md)
|
|
- [ExifResponseDto](doc//ExifResponseDto.md)
|
|
- [FaceDto](doc//FaceDto.md)
|
|
- [FileChecksumDto](doc//FileChecksumDto.md)
|
|
- [FileChecksumResponseDto](doc//FileChecksumResponseDto.md)
|
|
- [FileReportDto](doc//FileReportDto.md)
|
|
- [FileReportFixDto](doc//FileReportFixDto.md)
|
|
- [FileReportItemDto](doc//FileReportItemDto.md)
|
|
- [ImageFormat](doc//ImageFormat.md)
|
|
- [JobCommand](doc//JobCommand.md)
|
|
- [JobCommandDto](doc//JobCommandDto.md)
|
|
- [JobCountsDto](doc//JobCountsDto.md)
|
|
- [JobName](doc//JobName.md)
|
|
- [JobSettingsDto](doc//JobSettingsDto.md)
|
|
- [JobStatusDto](doc//JobStatusDto.md)
|
|
- [LibraryResponseDto](doc//LibraryResponseDto.md)
|
|
- [LibraryStatsResponseDto](doc//LibraryStatsResponseDto.md)
|
|
- [LibraryType](doc//LibraryType.md)
|
|
- [LogLevel](doc//LogLevel.md)
|
|
- [LoginCredentialDto](doc//LoginCredentialDto.md)
|
|
- [LoginResponseDto](doc//LoginResponseDto.md)
|
|
- [LogoutResponseDto](doc//LogoutResponseDto.md)
|
|
- [MapMarkerResponseDto](doc//MapMarkerResponseDto.md)
|
|
- [MapTheme](doc//MapTheme.md)
|
|
- [MemoryCreateDto](doc//MemoryCreateDto.md)
|
|
- [MemoryLaneResponseDto](doc//MemoryLaneResponseDto.md)
|
|
- [MemoryResponseDto](doc//MemoryResponseDto.md)
|
|
- [MemoryType](doc//MemoryType.md)
|
|
- [MemoryUpdateDto](doc//MemoryUpdateDto.md)
|
|
- [MergePersonDto](doc//MergePersonDto.md)
|
|
- [MetadataSearchDto](doc//MetadataSearchDto.md)
|
|
- [ModelType](doc//ModelType.md)
|
|
- [OAuthAuthorizeResponseDto](doc//OAuthAuthorizeResponseDto.md)
|
|
- [OAuthCallbackDto](doc//OAuthCallbackDto.md)
|
|
- [OAuthConfigDto](doc//OAuthConfigDto.md)
|
|
- [OnThisDayDto](doc//OnThisDayDto.md)
|
|
- [PartnerResponseDto](doc//PartnerResponseDto.md)
|
|
- [PathEntityType](doc//PathEntityType.md)
|
|
- [PathType](doc//PathType.md)
|
|
- [PeopleResponseDto](doc//PeopleResponseDto.md)
|
|
- [PeopleUpdateDto](doc//PeopleUpdateDto.md)
|
|
- [PeopleUpdateItem](doc//PeopleUpdateItem.md)
|
|
- [PersonCreateDto](doc//PersonCreateDto.md)
|
|
- [PersonResponseDto](doc//PersonResponseDto.md)
|
|
- [PersonStatisticsResponseDto](doc//PersonStatisticsResponseDto.md)
|
|
- [PersonUpdateDto](doc//PersonUpdateDto.md)
|
|
- [PersonWithFacesResponseDto](doc//PersonWithFacesResponseDto.md)
|
|
- [PlacesResponseDto](doc//PlacesResponseDto.md)
|
|
- [QueueStatusDto](doc//QueueStatusDto.md)
|
|
- [ReactionLevel](doc//ReactionLevel.md)
|
|
- [ReactionType](doc//ReactionType.md)
|
|
- [RecognitionConfig](doc//RecognitionConfig.md)
|
|
- [ReverseGeocodingStateResponseDto](doc//ReverseGeocodingStateResponseDto.md)
|
|
- [ScanLibraryDto](doc//ScanLibraryDto.md)
|
|
- [SearchAlbumResponseDto](doc//SearchAlbumResponseDto.md)
|
|
- [SearchAssetResponseDto](doc//SearchAssetResponseDto.md)
|
|
- [SearchExploreItem](doc//SearchExploreItem.md)
|
|
- [SearchExploreResponseDto](doc//SearchExploreResponseDto.md)
|
|
- [SearchFacetCountResponseDto](doc//SearchFacetCountResponseDto.md)
|
|
- [SearchFacetResponseDto](doc//SearchFacetResponseDto.md)
|
|
- [SearchResponseDto](doc//SearchResponseDto.md)
|
|
- [SearchSuggestionType](doc//SearchSuggestionType.md)
|
|
- [ServerConfigDto](doc//ServerConfigDto.md)
|
|
- [ServerFeaturesDto](doc//ServerFeaturesDto.md)
|
|
- [ServerInfoResponseDto](doc//ServerInfoResponseDto.md)
|
|
- [ServerMediaTypesResponseDto](doc//ServerMediaTypesResponseDto.md)
|
|
- [ServerPingResponse](doc//ServerPingResponse.md)
|
|
- [ServerStatsResponseDto](doc//ServerStatsResponseDto.md)
|
|
- [ServerThemeDto](doc//ServerThemeDto.md)
|
|
- [ServerVersionResponseDto](doc//ServerVersionResponseDto.md)
|
|
- [SessionResponseDto](doc//SessionResponseDto.md)
|
|
- [SharedLinkCreateDto](doc//SharedLinkCreateDto.md)
|
|
- [SharedLinkEditDto](doc//SharedLinkEditDto.md)
|
|
- [SharedLinkResponseDto](doc//SharedLinkResponseDto.md)
|
|
- [SharedLinkType](doc//SharedLinkType.md)
|
|
- [SignUpDto](doc//SignUpDto.md)
|
|
- [SmartInfoResponseDto](doc//SmartInfoResponseDto.md)
|
|
- [SmartSearchDto](doc//SmartSearchDto.md)
|
|
- [SystemConfigDto](doc//SystemConfigDto.md)
|
|
- [SystemConfigFFmpegDto](doc//SystemConfigFFmpegDto.md)
|
|
- [SystemConfigImageDto](doc//SystemConfigImageDto.md)
|
|
- [SystemConfigJobDto](doc//SystemConfigJobDto.md)
|
|
- [SystemConfigLibraryDto](doc//SystemConfigLibraryDto.md)
|
|
- [SystemConfigLibraryScanDto](doc//SystemConfigLibraryScanDto.md)
|
|
- [SystemConfigLibraryWatchDto](doc//SystemConfigLibraryWatchDto.md)
|
|
- [SystemConfigLoggingDto](doc//SystemConfigLoggingDto.md)
|
|
- [SystemConfigMachineLearningDto](doc//SystemConfigMachineLearningDto.md)
|
|
- [SystemConfigMapDto](doc//SystemConfigMapDto.md)
|
|
- [SystemConfigNewVersionCheckDto](doc//SystemConfigNewVersionCheckDto.md)
|
|
- [SystemConfigOAuthDto](doc//SystemConfigOAuthDto.md)
|
|
- [SystemConfigPasswordLoginDto](doc//SystemConfigPasswordLoginDto.md)
|
|
- [SystemConfigReverseGeocodingDto](doc//SystemConfigReverseGeocodingDto.md)
|
|
- [SystemConfigServerDto](doc//SystemConfigServerDto.md)
|
|
- [SystemConfigStorageTemplateDto](doc//SystemConfigStorageTemplateDto.md)
|
|
- [SystemConfigTemplateStorageOptionDto](doc//SystemConfigTemplateStorageOptionDto.md)
|
|
- [SystemConfigThemeDto](doc//SystemConfigThemeDto.md)
|
|
- [SystemConfigTrashDto](doc//SystemConfigTrashDto.md)
|
|
- [SystemConfigUserDto](doc//SystemConfigUserDto.md)
|
|
- [TagResponseDto](doc//TagResponseDto.md)
|
|
- [TagTypeEnum](doc//TagTypeEnum.md)
|
|
- [ThumbnailFormat](doc//ThumbnailFormat.md)
|
|
- [TimeBucketResponseDto](doc//TimeBucketResponseDto.md)
|
|
- [TimeBucketSize](doc//TimeBucketSize.md)
|
|
- [ToneMapping](doc//ToneMapping.md)
|
|
- [TranscodeHWAccel](doc//TranscodeHWAccel.md)
|
|
- [TranscodePolicy](doc//TranscodePolicy.md)
|
|
- [UpdateAlbumDto](doc//UpdateAlbumDto.md)
|
|
- [UpdateAssetDto](doc//UpdateAssetDto.md)
|
|
- [UpdateLibraryDto](doc//UpdateLibraryDto.md)
|
|
- [UpdatePartnerDto](doc//UpdatePartnerDto.md)
|
|
- [UpdateStackParentDto](doc//UpdateStackParentDto.md)
|
|
- [UpdateTagDto](doc//UpdateTagDto.md)
|
|
- [UpdateUserDto](doc//UpdateUserDto.md)
|
|
- [UsageByUserDto](doc//UsageByUserDto.md)
|
|
- [UserAvatarColor](doc//UserAvatarColor.md)
|
|
- [UserDto](doc//UserDto.md)
|
|
- [UserResponseDto](doc//UserResponseDto.md)
|
|
- [UserStatus](doc//UserStatus.md)
|
|
- [ValidateAccessTokenResponseDto](doc//ValidateAccessTokenResponseDto.md)
|
|
- [ValidateLibraryDto](doc//ValidateLibraryDto.md)
|
|
- [ValidateLibraryImportPathResponseDto](doc//ValidateLibraryImportPathResponseDto.md)
|
|
- [ValidateLibraryResponseDto](doc//ValidateLibraryResponseDto.md)
|
|
- [VideoCodec](doc//VideoCodec.md)
|
|
|
|
|
|
## Documentation For Authorization
|
|
|
|
|
|
Authentication schemes defined for the API:
|
|
### bearer
|
|
|
|
- **Type**: HTTP Bearer authentication
|
|
|
|
### cookie
|
|
|
|
- **Type**: API key
|
|
- **API key parameter name**: immich_access_token
|
|
- **Location**:
|
|
|
|
### api_key
|
|
|
|
- **Type**: API key
|
|
- **API key parameter name**: x-api-key
|
|
- **Location**: HTTP header
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|