ToolAssay

Ranked reconstitution suggestions for one published reconstitutable compound

Ranked reconstitution suggestions for one published reconstitutable compound: bacteriostatic-water presets that put the published per-administration dose range's clean steps on whole U-100 syringe marks, with doses per vial. Refuses period-denominated ranges rather than guessing a frequency. Deterministic math over published reference data -- not medical advice, not a prescription, and for relay to a human decision-maker rather than autonomous administration.

Answeringour last check, 2026-09-25
1 of 1checks answered this week
46 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://api.doseplot.com/v1/recon/options

CategoryEverything else
Provider hostapi.doseplot.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.01 46 ms

Example input (from the provider)

{
  "body": {
    "compound": "tesamorelin"
  },
  "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,
          "description": "One compound, optionally one vial. UNKNOWN FIELDS ARE REJECTED. The vial is OPTIONAL: omitted, the compound's first published vial strength is used and the answer says so (vial.source is \"canon\" rather than \"request\"). At most ONE of vial_mg / vial_iu may be present, and it must be the one this compound's published vials are quantified in -- a vial_iu on an mg-quantified compound is 422 unit_unsupported_for_compound, and so is the reverse.",
          "properties": {
            "compound": {
              "description": "Canon id, slug, or alias. Slug and alias matching is case-insensitive. Must be a compound on the published reconstitution list, else 422 not_reconstitutable.",
              "type": "string"
            },
            "vial_iu": {
              "description": "Your actual vial's total activity, in IU. Only for compounds whose published vials are IU-quantified. Omitted, the first published strength is used.",
              "exclusiveMinimum": 0,
              "type": "number"
            },
            "vial_mg": {
              "description": "Your actual vial's total mass, in mg. Only for compounds whose published vials are mg-quantified. Omitted, the first published strength is used.",
              "exclusiveMinimum": 0,
              "type": "number"
            }
          },
          "required": [
            "compound"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "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"
}

This page as JSON