Beta headers allow you to access experimental features and new model capabilities before they become part of the standard API.
These features are subject to change and may be modified or removed in future releases.
To access beta features, include the infinitecreator-beta header in your API requests:
POST /v1/tasks
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
infinitecreator-beta: BETA_FEATURE_NAME
Beta features are experimental and may be deprecated or removed
Multiple beta features
To use multiple beta features in a single request, send multiple infinitecreator-beta headers:
infinitecreator-beta: feature-1
infinitecreator-beta: feature-2
Version naming conventions
Beta feature names typically follow the pattern: feature-name-YYYY-MM-DD, where the date indicates when the beta version was released. Always use the exact beta feature name as documented.
Error handling
If you send an invalid or unavailable beta header, the server ignores it, and the request proceeds normally.