BrightEdge Technologies autopilot API
The autopilot API from BrightEdge Technologies — 4 operation(s) for autopilot.
The autopilot API from BrightEdge Technologies — 4 operation(s) for autopilot.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/brightedge-technologies-autopilot-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: BrightEdge Platform Autopilot API
description: This API provides the ability to integrate with BrightEdge Platform
version: 5.0.0
tags:
- name: autopilot
paths:
/5.0/autopilot/foundations/1.0/update_certificate:
post:
tags:
- autopilot
summary: This method allows customer to manually their SSL certificate.
description: This endpoint allows customer to manually update their SSL certificate.
operationId: apf_update_certificate_5_0_autopilot_foundations_1_0_update_certificate_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AutoPilotFoundationsCertificate'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
/latest5/autopilot/foundations/1.0/update_certificate:
post:
tags:
- autopilot
summary: This method allows customer to manually their SSL certificate.
description: This endpoint allows customer to manually update their SSL certificate.
operationId: apf_update_certificate_latest5_autopilot_foundations_1_0_update_certificate_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AutoPilotFoundationsCertificate'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
/ap/1.0/apm/refresh_cache:
post:
tags:
- autopilot
summary: This method allows cached image(s) given a given image URL or folder to be refreshed.
description: 'This method delegates to marvel-admin''s marveltool-api (running in tomcat) to refresh cached image(s) given image URL or folder.
For urlType ''folder'', only top-level images will be refreshed, images on sub-folder(s) remains.'
operationId: apm_clear_cache_ap_1_0_apm_refresh_cache_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AutoPilotCacheClearIn'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
/ap/1.0/apm/invalidate_cache:
post:
tags:
- autopilot
summary: This method allows cached image(s) to be invalidated from CDN cache.
description: 'This method delegates to marvel-admin''s marveltool-api (running in tomcat) to invalidate ALL cached image(s) for the entire account.
@type request: HttpRequest
@param request: request to the view
@rtype: HTTPResponse
@return: response for the view'
operationId: apm_invalidate_cache_ap_1_0_apm_invalidate_cache_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AutoPilotCacheInvalidateIn'
required: true
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
'422':
description: Validation Error
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
security:
- http_basic: []
- forwarded_http_basic: []
- session_cookie: []
- session_header: []
- api_token_header: []
- bearer_token: []
components:
schemas:
AutoPilotFoundationsCertificate:
properties:
certificate:
type: string
title: Certificate
ceritificateKey:
type: string
title: Ceritificatekey
type: object
required:
- certificate
- ceritificateKey
title: AutoPilotFoundationsCertificate
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
type: array
title: Detail
type: object
title: HTTPValidationError
AutoPilotCacheInvalidateIn:
properties:
customerId:
type: string
title: Customerid
paths:
items:
type: string
type: array
title: Paths
type: object
required:
- customerId
title: AutoPilotCacheInvalidateIn
AutoPilotCacheClearIn:
properties:
customerId:
type: string
title: Customerid
url:
type: string
title: Url
urlType:
type: string
title: Urltype
type: object
required:
- customerId
- url
title: AutoPilotCacheClearIn
ValidationError:
properties:
loc:
items:
anyOf:
- type: string
- type: integer
type: array
title: Location
msg:
type: string
title: Message
type:
type: string
title: Error Type
type: object
required:
- loc
- msg
- type
title: ValidationError
securitySchemes:
http_basic:
type: http
scheme: basic
forwarded_http_basic:
type: apiKey
in: header
name: X-Forwarded-Authorization
session_cookie:
type: apiKey
in: cookie
name: BRIGHTEDGE
session_header:
type: apiKey
in: header
name: X-BRIGHTEDGE-SESSION
api_token_header:
type: apiKey
in: header
name: X-Token
bearer_token:
type: apiKey
in: header
name: Bearer-Token