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}/status

Path Parameters

Name

Type

Required

Description

diffid

integer

Yes

Difference analysis ID to get the status for.

Query Parameters

Name

Type

Required

Description

diff_info

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

200

Successful response with diff status.

400

401

403

404

500