Stencil Documentation
  • General
  • API
    • Authentication
      • Account
    • Pagination
    • Status Code and Throttling
    • Endpoints
      • Projects
      • Templates
      • Images
      • Collections
      • PDFs
      • Airtable
    • Charts
  • Using Stencil
    • Template Editor (New)
    • Template Editor (Legacy)
      • Limited Markdown Supports
      • Anchoring Element
      • Using Custom Font
      • Circular Text Positioning
    • White Label for Business
      • Setting Up Your First Client
      • DNS Setup with Cloudflare
  • Guides
    • Airtable Integration
      • Basic
    • Integromat Integration
      • Connection
      • Instant Trigger
    • Zapier Integration
      • Authentication
      • Trigger - New Image
      • Action - Create Image
    • Secure Signed Image
      • Basic
    • Query String Integration
      • Basic
      • Cache
    • Forms Integration
    • Case Studies
      • Generate Instagram Post from WooCommerce
      • Generate Open Graph Image for WordPress
      • Generate Personalized SendGrid Email Campaigns
      • Sending Charts to Twitter
      • Generate Instagram Post from Shopify
      • Automating Webflow Open Graph Image
      • Generate certificate of accomplishment
      • Automate Candidate's Certificate Generation
  • LINKS
    • Back to Stencil
    • Got bug?
    • Need feature?
    • Blog
Powered by GitBook
On this page
  • HTTP Status Code
  • Throttling

Was this helpful?

  1. API

Status Code and Throttling

HTTP Status Code

Status Code

Description

200

Successful.

201

The resource has been created.

202

Accepted. Your image generation request has been accepted for processing.

400

Check your request, it is invalid.

401

Not authorized. Make sure the provided API key is correct.

404

The resource is not found.

405

Method not allowed. Ensure you're using the correct HTTP verb for the endpoint.

429

500

Something is wrong with our server. Let us know!

Throttling

Throttle rate is set at 10 requests per 10 seconds. You request will return with 429 status if your request has been throttled.

The following headers will also be sent,

Header

Descripton

X-RATELIMIT-LIMIT

Current limit

X-RATELIMIT-REMAINING

Remaining request that can be sent within limit

X-RATELIMIT-RESET

Epoch time (seconds) for when the limit is reset

PreviousPaginationNextEndpoints

Last updated 3 years ago

Was this helpful?

Too many requests, slow down. See .

throttling