Upload, list, and delete context images that provide visual context for translators working on text segments.
Context images are screenshots or visual references that help translators understand where and how text appears in the application UI. All endpoints are served under /v1/{workspaceUrl}/projects/{projectUrl}/contextImages and return application/json responses.
Authentication is required. Read operations require contextImagesView permission; write/delete operations require contextImagesManage permission.
Connection Types
When creating a context image, you choose how it connects to text segments:
Type
Description
KEY_BASED
Explicitly connect to segments by their file path and key
TEXT_BASED
Connect to segments by matching the exact text content
IMAGE_BASED
Automatically detect and connect text using OCR(optical character recognition)
Endpoints
GET /v1/{workspaceUrl}/projects/{projectUrl}/contextImages -- List context images
Returns a paginated list of context images for the specified project.
Query Parameters
Parameter
Type
Required
Description
search
string
No
Filter criteria. Use "segments_not_present" to find images not connected to any segments