API Documentation
Available Endpoints
AccelFury exposes both REST and GraphQL interfaces for managing hardware acceleration jobs.
- REST:
/api/v1/jobs
,/api/v1/status
- GraphQL:
/graphql
Authentication
All endpoints require a bearer token obtained via our dashboard. Include it in the Authorization
header of each request.
Example Request
curl -H "Authorization: Bearer <token>" https://accelfury.com/api/v1/status