SketchFloor APIAutomate your workflow

Integrate SketchFloor with your product, pipeline, or internal tools using a secure REST API.

Authentication

Secure access using API keys tied to your account.

REST Endpoints

Work with projects, templates, and exports programmatically.

Rate Limits

Consistent performance with configurable rate limits.

Security

HTTPS-only requests and scoped access controls.

Example request

curl -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  https://sketchfloor.com/api/dashboard/projects

Request access if you need API keys or custom scopes.