API Documentation
New to AccelFury? Get started here to see how our API slashes proof times and AI costs.
Available Endpoints
AccelFury exposes both REST and GraphQL interfaces so you can manage acceleration jobs with the workflow you prefer.
- REST:
/api/v1/jobs
,/api/v1/status
- GraphQL:
/graphql
Authentication
Generate a Bearer token in our dashboard and include it in the Authorization
header of each request.
Example Request
curl -H "Authorization: Bearer <token>" https://accelfury.com/api/v1/status