api.infinitecreator.com.
Versioning
Always specify the API version you want to use in the URL. For example, to use the v1 API, your request would use the following base URL:v1 is the current stable version.
Authentication
The Infinite Creator API uses opaque API keys to authenticate requests. Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth. Use theAuthorization header to authenticate requests. For example:
X-API-Key for server-to-server clients that cannot set bearer tokens:
Authorization is used.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Learn how to manage your API keys.
Running out of credits
Creating Tasks requires credits. Once your credit balance is insufficient to create a new Task, you will see a 402 HTTP status code with a response body like this:Request IDs
Each API request has an associated request identifier. You can find this value in the response headers underx-request-id. You can also send your own x-request-id; if you do, the same value is returned in the response.
To expedite the resolution process, provide the request identifier when you contact us about a specific request.
Metadata
Metadata is an attribute on certain Infinite Creator objects that lets you store more information, structured as key-value pairs, in these objects for your own use and reference. Keys and values are stored as strings.Limits
You can add 50 total key-value pairs within these data limits:- key: 40-character limit. Square brackets (
[and]) can’t be included in keys. - value: 500-character limit.