Get image difference analysis status
Last updated: May 29, 2026
Get image difference analysis status
Get the status of the image difference analysis with the provided `diffid`. Optionally includes additional game, image, and machine information.
Endpoint
GET /cfp/v1/imagediff/{diffid}/statusPath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | Yes | Difference analysis ID to get the status for. |
Query Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | No | If 1, includes additional info about the game, image, and machine. If 0 or omitted, no additional info is included. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v1/imagediff/:diffid/status?diff_info=<diff_info>" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Successful response with diff status. |
| |
| |
| |
| |
|