{"uid":"cap_ob8gTJiHf_5cszHRCG3K9","slug":"numora-matrix-transpose-f66c7641","name":"Numora Matrix Transpose","description":"100 pure math computation endpoints for AI agents. Statistics, financial math, linear algebra, equation solving, calculus, number theory, sequence generation, and unit conversions. Zero external dependencies. x402 micropayments on Base.","url":"https://numorapoi.orbonomy.xyz/api/matrix/transpose","method":"POST","headers":{},"bodySchema":{"type":"object","required":["A"],"properties":{"A":{"type":"array","description":"Matrix (2D array)"}}},"responseSchema":{"type":"object","required":["success","result","computation"],"properties":{"result":{"type":"object","description":"Computation result varies by endpoint"},"success":{"type":"boolean","description":"Always true on success"},"computation":{"type":"string","description":"Human-readable description of what was computed"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.1","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.04/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.04","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.04","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_u4l88Loe880q5Wd3EEX45","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.04","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes the transpose of a 2D matrix, flipping rows and columns","exampleAgentPrompt":"Transpose this matrix for me: [[1, 2, 3], [4, 5, 6], [7, 8, 9]] — I need the rows and columns flipped.","exampleUseCases":null,"resultDescription":"Returns a JSON object with success=true, a result object containing the transposed 2D matrix, and a computation string describing what was computed (e.g. 'Transposed a 3x3 matrix').","failureModes":["Missing required field 'A': returns error if matrix is not provided","Non-rectangular matrix (jagged array): may return error or undefined behavior","Non-2D input (flat array or scalar): returns validation error","Payment failure via x402 micropayment: returns 402 Payment Required","Empty matrix input: may return empty result or error"],"whenToPreferThis":"Use this endpoint when you need a lightweight, zero-dependency pure-math matrix transpose computation without setting up a local math library. Ideal for AI agents that need on-demand linear algebra via API with micropayment access (x402/Base). Prefer over general-purpose compute platforms when you want a simple, predictable REST call for a single well-defined matrix operation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:58:42.106Z","isFirstParty":false}