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. TheAuthorization header is used to authenticate requests. For example:
At present, API keys are available upon request.
Request IDs
Each API request has an associated request identifier. You can find this value in the response headers, underRequest-Id.
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.