@sureel/sdk 1.15.0-rc.20 → 1.15.0-rc.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/api/sureel-api.d.ts +30 -30
  2. package/api/sureel-api.js +24 -24
  3. package/esm/api/sureel-api.d.ts +30 -30
  4. package/esm/api/sureel-api.js +24 -24
  5. package/esm/models/analysis-history-entry-provenance.d.ts +19 -0
  6. package/esm/models/analysis-history-entry-provenance.d.ts.map +1 -0
  7. package/esm/models/analysis-history-entry-provenance.js +15 -0
  8. package/esm/models/analysis-history-entry-provenance.js.map +1 -0
  9. package/esm/models/analysis-history-entry.d.ts +6 -5
  10. package/esm/models/analysis-history-entry.d.ts.map +1 -1
  11. package/esm/models/get-audio-ldm-response.d.ts +0 -6
  12. package/esm/models/get-audio-ldm-response.d.ts.map +1 -1
  13. package/esm/models/index.d.ts +1 -1
  14. package/esm/models/index.d.ts.map +1 -1
  15. package/esm/models/index.js +1 -1
  16. package/esm/models/index.js.map +1 -1
  17. package/esm/models/post-audio-to-audio-body.d.ts +0 -7
  18. package/esm/models/post-audio-to-audio-body.d.ts.map +1 -1
  19. package/esm/models/prompt-history-entry.d.ts +6 -5
  20. package/esm/models/prompt-history-entry.d.ts.map +1 -1
  21. package/models/analysis-history-entry-provenance.d.ts +19 -0
  22. package/models/analysis-history-entry-provenance.d.ts.map +1 -0
  23. package/models/analysis-history-entry-provenance.js +16 -0
  24. package/models/analysis-history-entry-provenance.js.map +1 -0
  25. package/models/analysis-history-entry.d.ts +6 -5
  26. package/models/analysis-history-entry.d.ts.map +1 -1
  27. package/models/get-audio-ldm-response.d.ts +0 -6
  28. package/models/get-audio-ldm-response.d.ts.map +1 -1
  29. package/models/index.d.ts +1 -1
  30. package/models/index.d.ts.map +1 -1
  31. package/models/index.js +1 -1
  32. package/models/index.js.map +1 -1
  33. package/models/post-audio-to-audio-body.d.ts +0 -7
  34. package/models/post-audio-to-audio-body.d.ts.map +1 -1
  35. package/models/prompt-history-entry.d.ts +6 -5
  36. package/models/prompt-history-entry.d.ts.map +1 -1
  37. package/package.json +1 -1
@@ -256,7 +256,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
256
256
  * @param {string} includeArtworks
257
257
  * @param {string} [includeOriginalSongs]
258
258
  * @param {string} [includeFullResArtworks]
259
- * @param {number} [take] The \'take\' parameter is the number of items to be returned per page.
259
+ * @param {number} [take] The `take` parameter is the number of collections to return per page.
260
260
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
261
261
  * @param {*} [options] Override http request option.
262
262
  * @throws {RequiredError}
@@ -265,9 +265,9 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
265
265
  /**
266
266
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
267
267
  * @summary Analysis history
268
- * @param {number} take The \'take\' parameter is the number of items to be returned per page.
268
+ * @param {number} take The `take` parameter is the number of analysis results to return per page.
269
269
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
270
- * @param {number} [maxTimestamp] The optional `maxTimestamp` parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
270
+ * @param {number} [maxTimestamp] The optional `maxTimestamp` parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
271
271
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: `/audio-attribution-analysis`, `/calculate-audio-attribution`, `/opt-out-analysis`, `/accidental-infringement-check`, `/ai-generated-audio-detection`, `/lyrics-analysis`, `/similar-song-finder`, `/song-analysis`, `/stem-split`, `/attribution-analysis`, `/calculate-image-attribution`, `/calculate-provenance`.
272
272
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
273
273
  * @param {*} [options] Override http request option.
@@ -281,7 +281,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
281
281
  * @param {string} username
282
282
  * @param {string} [includeOriginalSongs]
283
283
  * @param {string} [includeFullResArtworks]
284
- * @param {number} [take] The \'take\' parameter is the number of items to be returned per page.
284
+ * @param {number} [take] The `take` parameter is the number of collections to return per page.
285
285
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
286
286
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
287
287
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -349,7 +349,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
349
349
  * @param {string} includeArtworks
350
350
  * @param {string} [includeOriginalSongs]
351
351
  * @param {string} [includeFullResArtworks]
352
- * @param {number} [take] The \'take\' parameter is the number of items to be returned per page.
352
+ * @param {number} [take] The `take` parameter is the number of collections to return per page.
353
353
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
354
354
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
355
355
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -405,7 +405,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
405
405
  */
406
406
  imageAttributionAnalysis: (contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
407
407
  /**
408
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
408
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
409
409
  * @summary Image blending
410
410
  * @param {ImageBlendingContentTypeEnum} contentType
411
411
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -772,7 +772,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
772
772
  * @param {string} includeArtworks
773
773
  * @param {string} [includeOriginalSongs]
774
774
  * @param {string} [includeFullResArtworks]
775
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
775
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
776
776
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
777
777
  * @param {*} [options] Override http request option.
778
778
  * @throws {RequiredError}
@@ -781,9 +781,9 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
781
781
  /**
782
782
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
783
783
  * @summary Analysis history
784
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
784
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
785
785
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
786
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
786
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
787
787
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
788
788
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
789
789
  * @param {*} [options] Override http request option.
@@ -797,7 +797,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
797
797
  * @param {string} username
798
798
  * @param {string} [includeOriginalSongs]
799
799
  * @param {string} [includeFullResArtworks]
800
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
800
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
801
801
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
802
802
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
803
803
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -865,7 +865,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
865
865
  * @param {string} includeArtworks
866
866
  * @param {string} [includeOriginalSongs]
867
867
  * @param {string} [includeFullResArtworks]
868
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
868
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
869
869
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
870
870
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
871
871
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -921,7 +921,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
921
921
  */
922
922
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostLdmResponse>>;
923
923
  /**
924
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
924
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
925
925
  * @summary Image blending
926
926
  * @param {ImageBlendingContentTypeEnum} contentType
927
927
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -1288,7 +1288,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1288
1288
  * @param {string} includeArtworks
1289
1289
  * @param {string} [includeOriginalSongs]
1290
1290
  * @param {string} [includeFullResArtworks]
1291
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1291
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1292
1292
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1293
1293
  * @param {*} [options] Override http request option.
1294
1294
  * @throws {RequiredError}
@@ -1297,9 +1297,9 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1297
1297
  /**
1298
1298
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
1299
1299
  * @summary Analysis history
1300
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
1300
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
1301
1301
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1302
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
1302
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
1303
1303
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
1304
1304
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
1305
1305
  * @param {*} [options] Override http request option.
@@ -1313,7 +1313,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1313
1313
  * @param {string} username
1314
1314
  * @param {string} [includeOriginalSongs]
1315
1315
  * @param {string} [includeFullResArtworks]
1316
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1316
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1317
1317
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1318
1318
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1319
1319
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1381,7 +1381,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1381
1381
  * @param {string} includeArtworks
1382
1382
  * @param {string} [includeOriginalSongs]
1383
1383
  * @param {string} [includeFullResArtworks]
1384
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1384
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1385
1385
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1386
1386
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1387
1387
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1437,7 +1437,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1437
1437
  */
1438
1438
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
1439
1439
  /**
1440
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1440
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1441
1441
  * @summary Image blending
1442
1442
  * @param {ImageBlendingContentTypeEnum} contentType
1443
1443
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -1825,7 +1825,7 @@ export interface SureelApiInterface {
1825
1825
  * @param {string} includeArtworks
1826
1826
  * @param {string} [includeOriginalSongs]
1827
1827
  * @param {string} [includeFullResArtworks]
1828
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1828
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1829
1829
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1830
1830
  * @param {*} [options] Override http request option.
1831
1831
  * @throws {RequiredError}
@@ -1835,9 +1835,9 @@ export interface SureelApiInterface {
1835
1835
  /**
1836
1836
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
1837
1837
  * @summary Analysis history
1838
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
1838
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
1839
1839
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1840
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
1840
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
1841
1841
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
1842
1842
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
1843
1843
  * @param {*} [options] Override http request option.
@@ -1852,7 +1852,7 @@ export interface SureelApiInterface {
1852
1852
  * @param {string} username
1853
1853
  * @param {string} [includeOriginalSongs]
1854
1854
  * @param {string} [includeFullResArtworks]
1855
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1855
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1856
1856
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1857
1857
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1858
1858
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1927,7 +1927,7 @@ export interface SureelApiInterface {
1927
1927
  * @param {string} includeArtworks
1928
1928
  * @param {string} [includeOriginalSongs]
1929
1929
  * @param {string} [includeFullResArtworks]
1930
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1930
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1931
1931
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1932
1932
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1933
1933
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1989,7 +1989,7 @@ export interface SureelApiInterface {
1989
1989
  */
1990
1990
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
1991
1991
  /**
1992
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1992
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1993
1993
  * @summary Image blending
1994
1994
  * @param {ImageBlendingContentTypeEnum} contentType
1995
1995
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -2398,7 +2398,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2398
2398
  * @param {string} includeArtworks
2399
2399
  * @param {string} [includeOriginalSongs]
2400
2400
  * @param {string} [includeFullResArtworks]
2401
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2401
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2402
2402
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2403
2403
  * @param {*} [options] Override http request option.
2404
2404
  * @throws {RequiredError}
@@ -2408,9 +2408,9 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2408
2408
  /**
2409
2409
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
2410
2410
  * @summary Analysis history
2411
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
2411
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
2412
2412
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2413
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
2413
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
2414
2414
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
2415
2415
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
2416
2416
  * @param {*} [options] Override http request option.
@@ -2425,7 +2425,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2425
2425
  * @param {string} username
2426
2426
  * @param {string} [includeOriginalSongs]
2427
2427
  * @param {string} [includeFullResArtworks]
2428
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2428
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2429
2429
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2430
2430
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2431
2431
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2500,7 +2500,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2500
2500
  * @param {string} includeArtworks
2501
2501
  * @param {string} [includeOriginalSongs]
2502
2502
  * @param {string} [includeFullResArtworks]
2503
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2503
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2504
2504
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2505
2505
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2506
2506
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2562,7 +2562,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2562
2562
  */
2563
2563
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostLdmResponse, any>>;
2564
2564
  /**
2565
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2565
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2566
2566
  * @summary Image blending
2567
2567
  * @param {ImageBlendingContentTypeEnum} contentType
2568
2568
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -782,7 +782,7 @@ export const SureelApiAxiosParamCreator = function (configuration) {
782
782
  * @param {string} includeArtworks
783
783
  * @param {string} [includeOriginalSongs]
784
784
  * @param {string} [includeFullResArtworks]
785
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
785
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
786
786
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
787
787
  * @param {*} [options] Override http request option.
788
788
  * @throws {RequiredError}
@@ -828,9 +828,9 @@ export const SureelApiAxiosParamCreator = function (configuration) {
828
828
  /**
829
829
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
830
830
  * @summary Analysis history
831
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
831
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
832
832
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
833
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
833
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
834
834
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
835
835
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
836
836
  * @param {*} [options] Override http request option.
@@ -885,7 +885,7 @@ export const SureelApiAxiosParamCreator = function (configuration) {
885
885
  * @param {string} username
886
886
  * @param {string} [includeOriginalSongs]
887
887
  * @param {string} [includeFullResArtworks]
888
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
888
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
889
889
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
890
890
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
891
891
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1164,7 +1164,7 @@ export const SureelApiAxiosParamCreator = function (configuration) {
1164
1164
  * @param {string} includeArtworks
1165
1165
  * @param {string} [includeOriginalSongs]
1166
1166
  * @param {string} [includeFullResArtworks]
1167
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1167
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1168
1168
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1169
1169
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1170
1170
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1419,7 +1419,7 @@ export const SureelApiAxiosParamCreator = function (configuration) {
1419
1419
  };
1420
1420
  },
1421
1421
  /**
1422
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1422
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1423
1423
  * @summary Image blending
1424
1424
  * @param {ImageBlendingContentTypeEnum} contentType
1425
1425
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -2503,7 +2503,7 @@ export const SureelApiFp = function (configuration) {
2503
2503
  * @param {string} includeArtworks
2504
2504
  * @param {string} [includeOriginalSongs]
2505
2505
  * @param {string} [includeFullResArtworks]
2506
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2506
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2507
2507
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2508
2508
  * @param {*} [options] Override http request option.
2509
2509
  * @throws {RequiredError}
@@ -2518,9 +2518,9 @@ export const SureelApiFp = function (configuration) {
2518
2518
  /**
2519
2519
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
2520
2520
  * @summary Analysis history
2521
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
2521
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
2522
2522
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2523
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
2523
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
2524
2524
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
2525
2525
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
2526
2526
  * @param {*} [options] Override http request option.
@@ -2540,7 +2540,7 @@ export const SureelApiFp = function (configuration) {
2540
2540
  * @param {string} username
2541
2541
  * @param {string} [includeOriginalSongs]
2542
2542
  * @param {string} [includeFullResArtworks]
2543
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2543
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2544
2544
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2545
2545
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2546
2546
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2650,7 +2650,7 @@ export const SureelApiFp = function (configuration) {
2650
2650
  * @param {string} includeArtworks
2651
2651
  * @param {string} [includeOriginalSongs]
2652
2652
  * @param {string} [includeFullResArtworks]
2653
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2653
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2654
2654
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2655
2655
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2656
2656
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2742,7 +2742,7 @@ export const SureelApiFp = function (configuration) {
2742
2742
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2743
2743
  },
2744
2744
  /**
2745
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2745
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2746
2746
  * @summary Image blending
2747
2747
  * @param {ImageBlendingContentTypeEnum} contentType
2748
2748
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -3312,7 +3312,7 @@ export const SureelApiFactory = function (configuration, basePath, axios) {
3312
3312
  * @param {string} includeArtworks
3313
3313
  * @param {string} [includeOriginalSongs]
3314
3314
  * @param {string} [includeFullResArtworks]
3315
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
3315
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
3316
3316
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3317
3317
  * @param {*} [options] Override http request option.
3318
3318
  * @throws {RequiredError}
@@ -3325,9 +3325,9 @@ export const SureelApiFactory = function (configuration, basePath, axios) {
3325
3325
  /**
3326
3326
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
3327
3327
  * @summary Analysis history
3328
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
3328
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
3329
3329
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3330
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
3330
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
3331
3331
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
3332
3332
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
3333
3333
  * @param {*} [options] Override http request option.
@@ -3345,7 +3345,7 @@ export const SureelApiFactory = function (configuration, basePath, axios) {
3345
3345
  * @param {string} username
3346
3346
  * @param {string} [includeOriginalSongs]
3347
3347
  * @param {string} [includeFullResArtworks]
3348
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
3348
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
3349
3349
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3350
3350
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
3351
3351
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -3441,7 +3441,7 @@ export const SureelApiFactory = function (configuration, basePath, axios) {
3441
3441
  * @param {string} includeArtworks
3442
3442
  * @param {string} [includeOriginalSongs]
3443
3443
  * @param {string} [includeFullResArtworks]
3444
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
3444
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
3445
3445
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3446
3446
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
3447
3447
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -3521,7 +3521,7 @@ export const SureelApiFactory = function (configuration, basePath, axios) {
3521
3521
  .then((request) => request(axios, basePath));
3522
3522
  },
3523
3523
  /**
3524
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
3524
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
3525
3525
  * @summary Image blending
3526
3526
  * @param {ImageBlendingContentTypeEnum} contentType
3527
3527
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -4071,7 +4071,7 @@ export class SureelApi extends BaseAPI {
4071
4071
  * @param {string} includeArtworks
4072
4072
  * @param {string} [includeOriginalSongs]
4073
4073
  * @param {string} [includeFullResArtworks]
4074
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
4074
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
4075
4075
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4076
4076
  * @param {*} [options] Override http request option.
4077
4077
  * @throws {RequiredError}
@@ -4085,9 +4085,9 @@ export class SureelApi extends BaseAPI {
4085
4085
  /**
4086
4086
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
4087
4087
  * @summary Analysis history
4088
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
4088
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
4089
4089
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4090
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
4090
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
4091
4091
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
4092
4092
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
4093
4093
  * @param {*} [options] Override http request option.
@@ -4106,7 +4106,7 @@ export class SureelApi extends BaseAPI {
4106
4106
  * @param {string} username
4107
4107
  * @param {string} [includeOriginalSongs]
4108
4108
  * @param {string} [includeFullResArtworks]
4109
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
4109
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
4110
4110
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4111
4111
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
4112
4112
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -4209,7 +4209,7 @@ export class SureelApi extends BaseAPI {
4209
4209
  * @param {string} includeArtworks
4210
4210
  * @param {string} [includeOriginalSongs]
4211
4211
  * @param {string} [includeFullResArtworks]
4212
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
4212
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
4213
4213
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4214
4214
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
4215
4215
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -4295,7 +4295,7 @@ export class SureelApi extends BaseAPI {
4295
4295
  .then((request) => request(this.axios, this.basePath));
4296
4296
  }
4297
4297
  /**
4298
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
4298
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
4299
4299
  * @summary Image blending
4300
4300
  * @param {ImageBlendingContentTypeEnum} contentType
4301
4301
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Sureel API
3
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
4
+ *
5
+ * The version of the OpenAPI document:
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface AnalysisHistoryEntryProvenance
16
+ */
17
+ export interface AnalysisHistoryEntryProvenance {
18
+ }
19
+ //# sourceMappingURL=analysis-history-entry-provenance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analysis-history-entry-provenance.d.ts","sourceRoot":"","sources":["../../../src/models/analysis-history-entry-provenance.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AASH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;CAAG"}
@@ -0,0 +1,15 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sureel API
5
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
6
+ *
7
+ * The version of the OpenAPI document:
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
15
+ //# sourceMappingURL=analysis-history-entry-provenance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analysis-history-entry-provenance.js","sourceRoot":"","sources":["../../../src/models/analysis-history-entry-provenance.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -12,11 +12,12 @@
12
12
  import type { AIDNAVisualization } from "./aidnavisualization";
13
13
  import type { AIDetectionResultsWithStem } from "./aidetection-results-with-stem";
14
14
  import type { AnalysisHistoryEntryArtistProfilePictures } from "./analysis-history-entry-artist-profile-pictures";
15
- import type { AnalysisHistoryEntryAttribution } from "./analysis-history-entry-attribution";
16
15
  import type { AnalysisHistoryEntryCreatedAt } from "./analysis-history-entry-created-at";
17
16
  import type { AnalysisHistoryEntryErrorMessage } from "./analysis-history-entry-error-message";
17
+ import type { AnalysisHistoryEntryProvenance } from "./analysis-history-entry-provenance";
18
18
  import type { AnalysisHistoryEntryRequestData } from "./analysis-history-entry-request-data";
19
19
  import type { AnalysisHistoryEntryStatus } from "./analysis-history-entry-status";
20
+ import type { Attribution } from "./attribution";
20
21
  import type { AttributionWithStems } from "./attribution-with-stems";
21
22
  import type { ImageAttributionAnalysis } from "./image-attribution-analysis";
22
23
  import type { LyricsAnalysis } from "./lyrics-analysis";
@@ -80,16 +81,16 @@ export interface AnalysisHistoryEntry {
80
81
  previewImagesSignedUrls?: Array<string>;
81
82
  /**
82
83
  *
83
- * @type {AnalysisHistoryEntryAttribution}
84
+ * @type {Array<Attribution>}
84
85
  * @memberof AnalysisHistoryEntry
85
86
  */
86
- attribution?: AnalysisHistoryEntryAttribution;
87
+ attribution?: Array<Attribution> | null;
87
88
  /**
88
89
  *
89
- * @type {AnalysisHistoryEntryAttribution}
90
+ * @type {AnalysisHistoryEntryProvenance}
90
91
  * @memberof AnalysisHistoryEntry
91
92
  */
92
- provenance?: AnalysisHistoryEntryAttribution;
93
+ provenance?: AnalysisHistoryEntryProvenance;
93
94
  /**
94
95
  *
95
96
  * @type {string}
@@ -1 +1 @@
1
- {"version":3,"file":"analysis-history-entry.d.ts","sourceRoot":"","sources":["../../../src/models/analysis-history-entry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"analysis-history-entry.d.ts","sourceRoot":"","sources":["../../../src/models/analysis-history-entry.ts"],"names":[],"mappings":"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"}
@@ -87,12 +87,6 @@ export interface GetAudioLdmResponse {
87
87
  * @memberof GetAudioLdmResponse
88
88
  */
89
89
  seed?: number;
90
- /**
91
- * The attribution values for the individual generated files.
92
- * @type {Array<Attribution1>}
93
- * @memberof GetAudioLdmResponse
94
- */
95
- attribution?: Array<Attribution1> | null;
96
90
  /**
97
91
  *
98
92
  * @type {AttributionWithStems}
@@ -1 +1 @@
1
- {"version":3,"file":"get-audio-ldm-response.d.ts","sourceRoot":"","sources":["../../../src/models/get-audio-ldm-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAG9D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AAGjF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGlD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAGnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAGvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAG/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAG9E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAGhE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAE9D;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,GAAG,CAAA;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAChC;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAA;IACxC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,oBAAoB,CAAA;IAC/C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,oBAAoB,CAAA;IAC1C;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,oBAAoB,CAAA;IACrD;;;;OAIG;IACH,mCAAmC,CAAC,EAAE,oBAAoB,CAAA;IAC1D;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,oBAAoB,CAAA;IACrD;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAA;IACvC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAA;IAC1D;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAA;IACjC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,wBAAwB,CAAA;IACnD;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAA;IACvC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAA;IAC9C;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,0BAA0B,CAAA;IAClD;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAA;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC5B"}
1
+ {"version":3,"file":"get-audio-ldm-response.d.ts","sourceRoot":"","sources":["../../../src/models/get-audio-ldm-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAG9D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AAGjF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGlD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAGnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAGvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAG/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAG9E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAGhE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAE9D;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,GAAG,CAAA;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAChC;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,oBAAoB,CAAA;IAC/C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,oBAAoB,CAAA;IAC1C;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,oBAAoB,CAAA;IACrD;;;;OAIG;IACH,mCAAmC,CAAC,EAAE,oBAAoB,CAAA;IAC1D;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,oBAAoB,CAAA;IACrD;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAA;IACvC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAA;IAC1D;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAA;IACjC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,wBAAwB,CAAA;IACnD;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAA;IACvC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAA;IAC9C;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,0BAA0B,CAAA;IAClD;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAA;IACzC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC5B"}
@@ -8,9 +8,9 @@ export * from "./ai-company-scoped-consent";
8
8
  export * from "./ai-influence";
9
9
  export * from "./analysis-history-entry";
10
10
  export * from "./analysis-history-entry-artist-profile-pictures";
11
- export * from "./analysis-history-entry-attribution";
12
11
  export * from "./analysis-history-entry-created-at";
13
12
  export * from "./analysis-history-entry-error-message";
13
+ export * from "./analysis-history-entry-provenance";
14
14
  export * from "./analysis-history-entry-request-data";
15
15
  export * from "./analysis-history-entry-status";
16
16
  export * from "./analysis-request-type";