List experiments
Experiments
Experiments
Manage A/B tests, smart links, and scheduled variants via API
GET
List experiments
Experiments
Create and manage experiments to test image variants. Supports A/B tests with Thompson Sampling, smart links with condition-based routing, and scheduled variants.For experiment types, lifecycle, and tracking details, see Experiments Concept.
Endpoints
Editable Fields by Status
Experiment Status
Slug Requirements
Best Practices
- Use descriptive slugs that identify the test (e.g.,
email-banner-cta-test) - Start with a 50/50 split before enabling auto-optimization
- Set clear goals — use
click_throughwhen you want to measure engagement - Check your quota before creating experiments with
GET /experiments/api/quota - Always send a write key with event tracking to prevent data tampering
Authorizations
API key obtained from the Pictify dashboard
Query Parameters
Filter by experiment type
Available options:
ab_test, smart_link, scheduled Filter by status
Available options:
draft, running, paused, completed Page number
Required range:
x >= 1Number of results per page
Required range:
1 <= x <= 100