Logo
Akamai APIs API Documentation

Edge Compute APIs

Number of APIs: 59


Edge compute solutions can help you boost performance and improve user experience (UX) by processing data locally. This saves bandwidth and reduces latency. As a result, you can build web applications that provide high-speed digital experiences your end users would expect.

Take advantage of our edge compute solutions.

  • With EdgeWorkers API, you can create and execute JavaScript functions at the edge on the largest distributed serverless network.

  • With EdgeKV API, you can supercharge your EdgeWorkers apps with a serverless key-value store.


1. EdgeWorkers API-Secure tokens - Get a secure token

GET https://{{host}}/edgeworkers/v1/secure-token/:propertyId



2. EdgeWorkers API-EdgeWorker IDs - Get an EdgeWorker ID

GET https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId



3. EdgeWorkers API-Secure tokens - Create a secure token

POST https://{{host}}/edgeworkers/v1/secure-token



4. EdgeWorkers API-Deactivations - Get a deactivation

GET https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/deactivations/:deactivationId



5. EdgeKV API-Items - Delete an item

DELETE https://{{host}}/edgekv/v1/networks/:network/namespaces/:namespaceId/groups/:groupId/items/:itemId



6. EdgeWorkers API-Activations - Roll back to the previous active EdgeWorker version

POST https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/activations/rollback



7. EdgeKV API-Access tokens - Download an access token

GET https://{{host}}/edgekv/v1/tokens/:tokenName



8. EdgeKV API-Access tokens - Revoke an access token

DELETE https://{{host}}/edgekv/v1/tokens/:tokenName



9. EdgeWorkers API-Activations - Activate an EdgeWorker version

POST https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/activations



10. EdgeWorkers API-Contracts - List contract IDs

GET https://{{host}}/edgeworkers/v1/contracts



ENDPOINTS