Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt

Use this file to discover all available pages before exploring further.

If a job fails, the response includes an error object with a code and message.
{
  "job_id": "job_01JABCD123",
  "type": "change.detect",
  "status": "Failed",
  "error": {
    "code": "PROCESSING_ERROR",
    "message": "Unable to analyze overlay - source images missing"
  }
}

Error Codes

Error CodeDescription
PROCESSING_ERRORGeneral processing failure
RESOLUTION_TOO_LOWImage resolution insufficient for analysis
UNSUPPORTED_FORMATFile format not supported
TIMEOUTOperation timed out
Retry the job if the error is transient. Contact support if the error persists.