Back to Services
Basic Trustrest

ZeroSSL — SSL Certificate Issuance

Issue, renew, and manage SSL/TLS certificates via API. Supports single-domain, wildcard, and multi-domain certificates.

Total Calls

0

Success Rate

Avg Latency

Capabilities

sslcertificatessecuritytlsencryption

Quick Integration

Call this service through the Agent Clear proxy

// Call ZeroSSL — SSL Certificate Issuance through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/ce570e7d-4832-4ed2-a2a2-1befd420f2f1',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "certificate_domains"
  ],
  "properties": {
    "certificate_csr": {
      "type": "string",
      "description": "CSR in PEM format"
    },
    "certificate_domains": {
      "type": "string",
      "description": "Comma-separated domains"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "common_name": {
      "type": "string"
    }
  }
}

Pricing

$0.010/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
10 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services