{"slug":"api-statemind-ai-v1-x402-static-c239b0","title":"Check Python for syntax errors, lint and type mistakes, unsafe constructs and ha","host":"api.statemind.ai","method":"POST","resource":"https://api.statemind.ai/v1/x402/static","category":"code","description":"Check Python for syntax errors, lint and type mistakes, unsafe constructs and hardcoded credentials, and against the examples the caller supplies, without running it.","price_listed":0.01,"price_asked":0.01,"state":"answering","state_label":"Answering","checks_7d":1,"answered_7d":1,"latency_ms_median":1110,"reported_calls_30d":3,"reported_payers_30d":3,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"code":"def bitcount(n):\n    count = 0\n    while n:\n        n ^= n - 1\n    return count\n","options":{"examples":"assert bitcount(127) == 7\nassert bitcount(0) == 0"}},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"code":{"description":"The Python source to check.","type":"string"},"options":{"properties":{"examples":{"description":"What the code is supposed to do, as assert or doctest lines, one per line. This is the only check that can fail code which parses, lints and runs.","type":"string"},"intent":{"description":"What the code was asked to do, in words.","type":"string"}},"type":"object"}},"required":["code"],"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":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[{"day":"2026-09-24","reachable":true,"status":402,"valid_402":true,"asked_usdc":0.01,"price_match":true,"latency_ms":1110,"error":null}],"description_full":"Check Python for syntax errors, lint and type mistakes, unsafe constructs and hardcoded credentials, and against the examples the caller supplies, without running it.","last_updated":"2026-09-17T03:56:08.704Z","schemes":["exact"]}