You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*FunctionsRenamingHistoryApi* | [**revertFunctionName**](docs/FunctionsRenamingHistoryApi.md#revertFunctionName) | **POST** /v2/functions/history/{function_id}/{history_id} | Revert the function name
197
197
*FunctionsRenamingHistoryApi* | [**revertFunctionName_0**](docs/FunctionsRenamingHistoryApi.md#revertFunctionName_0) | **POST** /v3/functions/{function_id}/history/{history_id}/revert | Revert function name
*ReportsApi* | [**getPdfReportStatus**](docs/ReportsApi.md#getPdfReportStatus) | **GET** /v3/analysis/{analysis_id}/pdf/{task_id}/status | Get PDF report workflow status
*ReportsApi* | [**getPdfReportStatus**](docs/ReportsApi.md#getPdfReportStatus) | **GET** /v3/analyses/{analysis_id}/pdf/{task_id}/status | Get PDF report workflow status
Copy file name to clipboardExpand all lines: docs/FunctionsAiDecompilationApi.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ All URIs are relative to *https://api.reveng.ai*
32
32
33
33
Start AI decompilation
34
34
35
-
Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403`[`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400`[`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409`[`CONFLICT`](/errors/CONFLICT) — Conflict
35
+
Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403`[`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400`[`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409`[`CONFLICT`](/errors/CONFLICT) — Conflict - `402`[`INSUFFICIENT_CREDITS`](/errors/INSUFFICIENT_CREDITS) — Insufficient Credits
* Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400` [`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409` [`CONFLICT`](/errors/CONFLICT) — Conflict
181
+
* Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400` [`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409` [`CONFLICT`](/errors/CONFLICT) — Conflict - `402` [`INSUFFICIENT_CREDITS`](/errors/INSUFFICIENT_CREDITS) — Insufficient Credits
181
182
* @param functionId Function ID (required)
182
183
* @param contextAware Use context-aware decompilation (optional, default to false)
183
184
* @param temperature LLM temperature (0.0-1.0). Overrides the server default when set. Omit or set to -1 to use the server default. (optional, default to -1)
@@ -202,7 +204,7 @@ public CreateAIDecompOutputBody createAiDecompilation(@javax.annotation.Nonnull
202
204
203
205
/**
204
206
* Start AI decompilation
205
-
* Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400` [`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409` [`CONFLICT`](/errors/CONFLICT) — Conflict
207
+
* Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400` [`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409` [`CONFLICT`](/errors/CONFLICT) — Conflict - `402` [`INSUFFICIENT_CREDITS`](/errors/INSUFFICIENT_CREDITS) — Insufficient Credits
206
208
* @param functionId Function ID (required)
207
209
* @param contextAware Use context-aware decompilation (optional, default to false)
208
210
* @param temperature LLM temperature (0.0-1.0). Overrides the server default when set. Omit or set to -1 to use the server default. (optional, default to -1)
@@ -214,6 +216,7 @@ public CreateAIDecompOutputBody createAiDecompilation(@javax.annotation.Nonnull
214
216
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
215
217
<tr><td> 201 </td><td> Created </td><td> - </td></tr>
216
218
<tr><td> 400 </td><td> Bad Request </td><td> - </td></tr>
@@ -228,7 +231,7 @@ public ApiResponse<CreateAIDecompOutputBody> createAiDecompilationWithHttpInfo(@
228
231
229
232
/**
230
233
* Start AI decompilation (asynchronously)
231
-
* Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400` [`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409` [`CONFLICT`](/errors/CONFLICT) — Conflict
234
+
* Begins the AI decompilation process for a function. Charges team credits and starts the workflow. **Error codes:** - `403` [`ACCESS_DENIED`](/errors/ACCESS_DENIED) — Access Denied - `400` [`BAD_REQUEST`](/errors/BAD_REQUEST) — Bad Request - `409` [`CONFLICT`](/errors/CONFLICT) — Conflict - `402` [`INSUFFICIENT_CREDITS`](/errors/INSUFFICIENT_CREDITS) — Insufficient Credits
232
235
* @param functionId Function ID (required)
233
236
* @param contextAware Use context-aware decompilation (optional, default to false)
234
237
* @param temperature LLM temperature (0.0-1.0). Overrides the server default when set. Omit or set to -1 to use the server default. (optional, default to -1)
@@ -241,6 +244,7 @@ public ApiResponse<CreateAIDecompOutputBody> createAiDecompilationWithHttpInfo(@
241
244
<tr><td> Status Code </td><td> Description </td><td> Response Headers </td></tr>
242
245
<tr><td> 201 </td><td> Created </td><td> - </td></tr>
243
246
<tr><td> 400 </td><td> Bad Request </td><td> - </td></tr>
0 commit comments