Problem
Problem: Diagnose this bounded trajectory for the supplied oscillation, divergence, and stability indicators. Input: JSON with frame id, length unit, samples, rules. Result: pass, fail, or unsupported verdict, indicator series, violation windows. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
491 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://jobs.rqmtechnologies.com/x402/buyer-jobs/robotics.diagnose-trajectory-instability.v1
| Category | Code and developer |
|---|---|
| Provider host | jobs.rqmtechnologies.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 491 ms |
Example input (from the provider)
{
"body": {
"idempotency_key": "example-robotics.diagnose-trajectory-instability.v1",
"max_total_price": "0.010000",
"request": {
"frame_id": "base",
"length_unit": "m",
"rules": {
"maximum_acceleration": 1,
"maximum_direction_reversals": 0,
"maximum_speed": 1,
"maximum_step_distance": 1
},
"samples": [
{
"position": [
0,
0,
0
],
"timestamp_seconds": 0
},
{
"position": [
0.5,
0,
0
],
"timestamp_seconds": 1
},
{
"position": [
1,
0,
0
],
"timestamp_seconds": 2
}
],
"schema_version": "rqm.robotics.trajectory-instability-request.v1"
},
"schema_version": "rqm.jobs.bazaar-buyer-job-request.v1"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"idempotency_key": {
"maxLength": 128,
"minLength": 1,
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
"type": "string"
},
"max_total_price": {
"pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
"type": "string"
},
"request": {
"additionalProperties": false,
"properties": {
"frame_id": {
"maxLength": 64,
"minLength": 1,
"title": "Frame Id",
"type": "string"
},
"length_unit": {
"enum": [
"m",
"cm",
"mm"
],
"title": "Length Unit",
"type": "string"
},
"rules": {
"additionalProperties": false,
"properties": {
"maximum_acceleration": {
"exclusiveMinimum": 0,
"title": "Maximum Acceleration",
"type": "number"
},
"maximum_direction_reversals": {
"maximum": 10000,
"minimum": 0,
"title": "Maximum Direction Reversals",
"type": "integer"
},
"maximum_speed": {
"exclusiveMinimum": 0,
"title": "Maximum Speed",
"type": "number"
},
"maximum_step_distance": {
"exclusiveMinimum": 0,
"title": "Maximum Step Distance",
"type": "number"
}
},
"required": [
"maximum_speed",
"maximum_acceleration",
"maximum_step_distance",
"maximum_direction_reversals"
],
"title": "TrajectoryRules",
"type": "object"
},
"samples": {
"items": {
"additionalProperties": false,
"properties": {
"position": {
"maxItems": 3,
"minItems": 3,
"prefixItems": [
{
"type": "number"
},
{
"type": "number"
},
{
"type": "number"
}
],
"title": "Position",
"type": "array"
},
"timestamp_seconds": {
"minimum": 0,
"title": "Timestamp Seconds",
"type": "number"
}
},
"required": [
"timestamp_seconds",
"position"
],
"title": "TrajectorySample",
"type": "object"
},
"maxItems": 10000,
"minItems": 3,
"title": "Samples",
"type": "array"
},
"schema_version": {
"const": "rqm.robotics.trajectory-instability-request.v1",
"default": "rqm.robotics.trajectory-instability-request.v1",
"title": "Schema Version",
"type": "string"
}
},
"required": [
"frame_id",
"length_unit",
"samples",
"rules"
],
"title": "TrajectoryStabilityRequest",
"type": "object"
},
"schema_version": {
"const": "rqm.jobs.bazaar-buyer-job-request.v1"
}
},
"required": [
"schema_version",
"idempotency_key",
"max_total_price",
"request"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"artifact_names": {
"items": {
"type": "string"
},
"type": "array"
},
"caller_next_step": {
"type": "string"
},
"capability_id": {
"type": "string"
},
"duplicate": {
"type": "boolean"
},
"job_id": {
"type": "string"
},
"product": {
"enum": [
"wave",
"quantum",
"robotics"
]
},
"quote_id": {
"format": "uuid",
"type": "string"
},
"reservatio