{"uid":"cap_29o8iK99QH3NMwNtYH5V7","slug":"delx-ms-to-hms-818a1e43","name":"Delx MS To HMS","description":"Convert milliseconds to HH:MM:SS. Call when you format agent durations for humans. Returns hms string and parts for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.","url":"https://api.delx.ai/api/v1/x402/ms-to-hms","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"ms":{"type":"integer","description":"Input field: ms."}}},"responseSchema":{"type":"json","example":{"ms":61001,"hms":"00:01:01","hours":0,"schema":"delx/util-ms-to-hms/v1","minutes":1,"seconds":1}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_-zR0PadUYZWCoxOXlTW2U","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts a millisecond integer value into a human-readable HH:MM:SS string along with individual time parts","exampleAgentPrompt":"Convert 5432100 milliseconds into HH:MM:SS format so I can display the task duration nicely for the user.","exampleUseCases":[{"title":"Display agent task elapsed time","prompt":"My agent job just finished and it took 3725000 milliseconds — can you format that as HH:MM:SS so I can show the user how long it ran?"},{"title":"Format video clip duration","prompt":"I have a video file that's 7384500 milliseconds long. Convert that to HH:MM:SS so I can display it in the player UI."},{"title":"Show API response latency to users","prompt":"My monitoring dashboard recorded a response time of 125000 milliseconds — format that into hours, minutes, and seconds for the human-readable report."}],"resultDescription":"Returns a JSON object containing the formatted HH:MM:SS string representation of the input milliseconds, along with the individual numeric parts (hours, minutes, seconds) for further use in formatting or calculations.","failureModes":["Missing or non-integer 'ms' field returns a validation error","Negative millisecond values may be rejected or produce unexpected output","Extremely large integer values beyond safe bounds may cause errors","Network or payment (x402) failure results in no response"],"whenToPreferThis":"Choose this endpoint when you need to display a millisecond duration as a human-readable HH:MM:SS string — especially in agent pipelines that report task durations, media lengths, or elapsed times to end users. It is a stateless, local computation with no external calls or data retention, making it safe and fast for formatting-only needs. Prefer it over writing custom conversion logic when you want a reliable, pre-built micro-utility with structured output including individual time parts.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:02:41.295Z","isFirstParty":false}