Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Censys Seeds API

The Seeds API from Censys — 2 operation(s) for seeds.

Censys Seeds API is one of 14 APIs that Censys publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Seeds. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, and a changelog.

This API exposes 3 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.12.

Requests are made against a single base URL, https://graph.data.censys.io.

3 operations 2 paths 6 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.12
Base URL
https://api.platform.censys.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Censys Seeds API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (PersonalAccessToken).

  • PersonalAccessToken — Your Censys personal access token.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Seeds 3
GET
/api/v1/asset-graphs/{graph_id}/seeds
Censys List Seeds
list-seeds 4 params → 200default
POST
/api/v1/asset-graphs/{graph_id}/seeds
Censys Create a Seed
create-seed 2 params body → 200default
DELETE
/api/v1/asset-graphs/{graph_id}/seeds/{seed_id}
Censys Delete a Seed
delete-seed 3 params → 204default

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Seed (12 properties), AssetRef (11 properties), ErrorModel (7 properties), ErrorDetail (3 properties). Each schema is shown below with its type and property counts.

ListSeedsOutputBody
object
3 properties 1 required
AssetRef
object
11 properties
ErrorModel
object
7 properties
WebPropertyIdentifier
object
2 properties 2 required
Seed
object
12 properties 1 required
ErrorDetail
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

censys-seeds-api-openapi.yml Raw ↑

Other APIs Censys publishes across the network.

Censys Account Management API
Censys Adversary Investigation API
Censys Asset Graphs API
Censys Assets API
Censys Collections API
Censys Excluded Assets API
Censys Global Data API
Censys Graph Executions API
Censys Risks API
Censys Shards API
Censys Supply Chain Intelligence API
Censys Tags and Comments API