Authentication
Your WURK API key
Path Parameters
The job ID (8 character identifier returned from job creation)
Response
Already Paid
Always
true when successfultrue if the job is already paidThe job ID
Payment Required
x402 protocol version (currently 1)
Array of payment requirement objects with fields:
scheme: Payment scheme ("exact")network: Blockchain network ("base")maxAmountRequired: Amount in smallest unit (e.g.,"2500000"for 2.5 USDC)resource: The payment endpoint URLpayTo: Recipient wallet addressasset: USDC contract address on Base (0x833589fcd6edb6e08f4c7c32d4f71b54bda02913)maxTimeoutSeconds: Payment timeout (typically 60)extra: Additional data including:chainId: Base mainnet chain ID (8453)decimals: USDC decimals (6)eip712: EIP-712 domain parametersname: Token name ("USD Coin")version: EIP-712 version ("2")
