Openhandle · Schema
InstagramStory
Social DataInstagramTikToktwitterRedditPublic Datasocial-media-apiMCPcreator-analyticsSocial Listening
Properties
| Name | Type | Description |
|---|---|---|
| ai | object | |
| attribution | object | |
| author | object | |
| caption | object | |
| carousel | object | |
| code | stringnull | |
| collaborators | arraynull | |
| comments | object | |
| createdAt | string | |
| crossposting | object | |
| expiresAt | stringnull | |
| fbid | stringnull | |
| hasDelayedMetadata | booleannull | |
| hasTaggedUsers | booleannull | |
| hasVisualReplies | booleannull | |
| highlights | arraynull | |
| id | string | |
| invitedCollaborators | arraynull | |
| isEarlyAccess | booleannull | |
| isEdited | booleannull | |
| isFanClubPromo | booleannull | |
| isLastVideoSegment | booleannull | |
| isOpenToPublicSubmission | booleannull | |
| isPaidPartnership | booleannull | |
| isPublicChatWelcomeVideo | booleannull | |
| language | stringnull | |
| likeAndViewCountsHidden | booleannull | |
| location | object | |
| media | array | |
| metrics | object | |
| notes | arraynull | |
| pinning | object | |
| productTags | arraynull | |
| remix | object | |
| reuse | object | |
| shareCountHidden | booleannull | |
| sharingEnabled | booleannull | |
| stickers | arraynull | |
| taggedUsers | arraynull | |
| template | object | |
| text | stringnull | |
| title | stringnull | |
| type | stringnull | |
| url | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/openhandle/main/json-schema/openhandle-instagram-story-schema.json",
"title": "InstagramStory",
"x-generated": "2026-09-21",
"x-method": "derived",
"x-generator": "derive-json-schema.py",
"x-source": "openapi/openhandle-openapi.yml#/components/schemas/InstagramStory",
"additionalProperties": false,
"properties": {
"ai": {
"additionalProperties": false,
"properties": {
"detectionMethod": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"label": {
"additionalProperties": false,
"properties": {
"detectionMethod": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isSelfDisclosed": {
"type": [
"boolean",
"null"
]
},
"subtitle": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"text": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"text",
"subtitle",
"detectionMethod",
"isSelfDisclosed"
],
"type": "object"
}
},
"required": [
"detectionMethod",
"label"
],
"type": "object"
},
"attribution": {
"additionalProperties": false,
"properties": {
"originalPost": {
"anyOf": [
{
"$ref": "#/$defs/InstagramPostReference"
},
{
"type": "null"
}
]
}
},
"required": [
"originalPost"
],
"type": "object"
},
"author": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileReference"
},
{
"type": "null"
}
]
},
"caption": {
"anyOf": [
{
"$ref": "#/$defs/InstagramCommentReference"
},
{
"type": "null"
}
]
},
"carousel": {
"additionalProperties": false,
"properties": {
"itemCount": {
"type": [
"integer",
"null"
]
},
"pendingItemCount": {
"type": [
"integer",
"null"
]
},
"previousSubmitters": {
"items": {
"$ref": "#/$defs/InstagramProfileReference"
},
"type": [
"array",
"null"
]
},
"submissionState": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"itemCount",
"pendingItemCount",
"submissionState",
"previousSubmitters"
],
"type": "object"
},
"code": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"collaborators": {
"items": {
"$ref": "#/$defs/InstagramProfileReference"
},
"type": [
"array",
"null"
]
},
"comments": {
"$ref": "#/$defs/InstagramCommentSettings"
},
"createdAt": {
"format": "date-time",
"minLength": 1,
"type": "string"
},
"crossposting": {
"additionalProperties": false,
"properties": {
"isFeedbackAggregated": {
"type": [
"boolean",
"null"
]
},
"isSharedToFacebook": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"isSharedToFacebook",
"isFeedbackAggregated"
],
"type": "object"
},
"expiresAt": {
"format": "date-time",
"minLength": 1,
"type": [
"string",
"null"
]
},
"fbid": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"hasDelayedMetadata": {
"type": [
"boolean",
"null"
]
},
"hasTaggedUsers": {
"type": [
"boolean",
"null"
]
},
"hasVisualReplies": {
"type": [
"boolean",
"null"
]
},
"highlights": {
"items": {
"$ref": "#/$defs/InstagramHighlightReference"
},
"type": [
"array",
"null"
]
},
"id": {
"minLength": 1,
"type": "string"
},
"invitedCollaborators": {
"items": {
"$ref": "#/$defs/InstagramProfileReference"
},
"type": [
"array",
"null"
]
},
"isEarlyAccess": {
"type": [
"boolean",
"null"
]
},
"isEdited": {
"type": [
"boolean",
"null"
]
},
"isFanClubPromo": {
"type": [
"boolean",
"null"
]
},
"isLastVideoSegment": {
"type": [
"boolean",
"null"
]
},
"isOpenToPublicSubmission": {
"type": [
"boolean",
"null"
]
},
"isPaidPartnership": {
"type": [
"boolean",
"null"
]
},
"isPublicChatWelcomeVideo": {
"type": [
"boolean",
"null"
]
},
"language": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"likeAndViewCountsHidden": {
"type": [
"boolean",
"null"
]
},
"location": {
"anyOf": [
{
"$ref": "#/$defs/InstagramLocationReference"
},
{
"type": "null"
}
]
},
"media": {
"items": {
"$ref": "#/$defs/InstagramMedia"
},
"type": "array"
},
"metrics": {
"$ref": "#/$defs/InstagramPostMetrics"
},
"notes": {
"items": {
"$ref": "#/$defs/InstagramNote"
},
"type": [
"array",
"null"
]
},
"pinning": {
"additionalProperties": false,
"properties": {
"profileUserIds": {
"items": {
"minLength": 1,
"type": "string"
},
"type": [
"array",
"null"
]
},
"reelsUserIds": {
"items": {
"minLength": 1,
"type": "string"
},
"type": [
"array",
"null"
]
}
},
"required": [
"profileUserIds",
"reelsUserIds"
],
"type": "object"
},
"productTags": {
"items": {
"$ref": "#/$defs/InstagramProductTag"
},
"type": [
"array",
"null"
]
},
"remix": {
"additionalProperties": false,
"properties": {
"allowed": {
"type": [
"boolean",
"null"
]
},
"carouselRemixesAllowed": {
"type": [
"boolean",
"null"
]
},
"crosspostingAllowed": {
"type": [
"boolean",
"null"
]
},
"hasBeenRemixed": {
"type": [
"boolean",
"null"
]
},
"isRequestingRemixes": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"allowed",
"carouselRemixesAllowed",
"hasBeenRemixed",
"isRequestingRemixes",
"crosspostingAllowed"
],
"type": "object"
},
"reuse": {
"additionalProperties": false,
"properties": {
"allowed": {
"type": [
"boolean",
"null"
]
},
"cutoutStickersAllowed": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"allowed",
"cutoutStickersAllowed"
],
"type": "object"
},
"shareCountHidden": {
"type": [
"boolean",
"null"
]
},
"sharingEnabled": {
"type": [
"boolean",
"null"
]
},
"stickers": {
"items": {
"$ref": "#/$defs/InstagramSticker"
},
"type": [
"array",
"null"
]
},
"taggedUsers": {
"items": {
"$ref": "#/$defs/InstagramUserTag"
},
"type": [
"array",
"null"
]
},
"template": {
"anyOf": [
{
"$ref": "#/$defs/InstagramTemplateInfo"
},
{
"type": "null"
}
]
},
"text": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"code",
"fbid",
"type",
"url",
"title",
"text",
"createdAt",
"author",
"caption",
"media",
"metrics",
"comments",
"taggedUsers",
"productTags",
"collaborators",
"invitedCollaborators",
"location",
"isPaidPartnership",
"isEarlyAccess",
"likeAndViewCountsHidden",
"shareCountHidden",
"hasVisualReplies",
"hasDelayedMetadata",
"language",
"hasTaggedUsers",
"isOpenToPublicSubmission",
"sharingEnabled",
"isFanClubPromo",
"isPublicChatWelcomeVideo",
"reuse",
"remix",
"pinning",
"carousel",
"ai",
"notes",
"crossposting",
"attribution",
"template",
"expiresAt",
"isEdited",
"isLastVideoSegment",
"stickers",
"highlights"
],
"type": "object",
"$defs": {
"InstagramAudioMetrics": {
"additionalProperties": false,
"properties": {
"photos": {
"type": [
"integer",
"null"
]
},
"previousTrendRank": {
"type": [
"integer",
"null"
]
},
"reels": {
"type": [
"integer",
"null"
]
},
"trendRank": {
"type": [
"integer",
"null"
]
}
},
"required": [
"trendRank",
"previousTrendRank",
"reels",
"photos"
],
"type": "object"
},
"InstagramAudioPart": {
"additionalProperties": false,
"properties": {
"artist": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileReference"
},
{
"type": "null"
}
]
},
"artistName": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"artwork": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"isExplicit": {
"type": [
"boolean",
"null"
]
},
"musicId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"parentStartTime": {
"type": [
"number",
"null"
]
},
"startTime": {
"type": [
"number",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"type",
"title",
"artistName",
"isExplicit",
"musicId",
"artist",
"startTime",
"parentStartTime",
"artwork"
],
"type": "object"
},
"InstagramAudioReference": {
"additionalProperties": false,
"properties": {
"artist": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileReference"
},
{
"type": "null"
}
]
},
"artistId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"artistName": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"artwork": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"clusterId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"compositionStartTime": {
"type": [
"number",
"null"
]
},
"createdAt": {
"format": "date-time",
"minLength": 1,
"type": [
"string",
"null"
]
},
"duration": {
"type": [
"number",
"null"
]
},
"fastStartUrl": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"filters": {
"items": {},
"type": [
"array",
"null"
]
},
"hasLyrics": {
"type": [
"boolean",
"null"
]
},
"highlightStartTimes": {
"items": {
"type": "number"
},
"type": [
"array",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isAutomaticallyAttributed": {
"type": [
"boolean",
"null"
]
},
"isCrosspostedFromFacebook": {
"type": [
"boolean",
"null"
]
},
"isExplicit": {
"type": [
"boolean",
"null"
]
},
"isTrending": {
"type": [
"boolean",
"null"
]
},
"metrics": {
"$ref": "#/$defs/InstagramAudioMetrics"
},
"monetizationType": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"musicId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"originalPostId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"overlapDuration": {
"type": [
"number",
"null"
]
},
"parts": {
"items": {
"$ref": "#/$defs/InstagramAudioPart"
},
"type": [
"array",
"null"
]
},
"previewUrl": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"spotify": {
"additionalProperties": false,
"properties": {
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"url"
],
"type": "object"
},
"startTime": {
"type": [
"number",
"null"
]
},
"streaming": {
"anyOf": [
{
"$ref": "#/$defs/InstagramStreaming"
},
{
"type": "null"
}
]
},
"subtype": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"type",
"musicId",
"artistId",
"clusterId",
"title",
"artistName",
"artist",
"isExplicit",
"hasLyrics",
"isTrending",
"subtype",
"isAutomaticallyAttributed",
"isCrosspostedFromFacebook",
"monetizationType",
"duration",
"startTime",
"overlapDuration",
"compositionStartTime",
"createdAt",
"originalPostId",
"url",
"fastStartUrl",
"previewUrl",
"artwork",
"streaming",
"highlightStartTimes",
"filters",
"metrics",
"spotify",
"parts"
],
"type": "object"
},
"InstagramBioLink": {
"additionalProperties": false,
"properties": {
"icon": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"image": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"isPinned": {
"type": [
"boolean",
"null"
]
},
"isVerified": {
"type": [
"boolean",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"title",
"url",
"type",
"isPinned",
"isVerified",
"icon",
"image"
],
"type": "object"
},
"InstagramCommentMetrics": {
"additionalProperties": false,
"properties": {
"likes": {
"type": [
"integer",
"null"
]
},
"replies": {
"type": [
"integer",
"null"
]
}
},
"required": [
"likes",
"replies"
],
"type": "object"
},
"InstagramCommentReference": {
"additionalProperties": false,
"properties": {
"ai": {
"additionalProperties": false,
"properties": {
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"type"
],
"type": "object"
},
"author": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileReference"
},
{
"type": "null"
}
]
},
"createdAt": {
"format": "date-time",
"minLength": 1,
"type": [
"string",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isByPostAuthor": {
"type": [
"boolean",
"null"
]
},
"isCovered": {
"type": [
"boolean",
"null"
]
},
"isEdited": {
"type": [
"boolean",
"null"
]
},
"isLikedByPostAuthor": {
"type": [
"boolean",
"null"
]
},
"isPinned": {
"type": [
"boolean",
"null"
]
},
"keywords": {
"items": {},
"type": [
"array",
"null"
]
},
"likedByCoauthors": {
"items": {
"$ref": "#/$defs/InstagramProfileReference"
},
"type": [
"array",
"null"
]
},
"media": {
"items": {
"$ref": "#/$defs/InstagramImage"
},
"type": [
"array",
"null"
]
},
"metrics": {
"$ref": "#/$defs/InstagramCommentMetrics"
},
"parentId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"pinnedPosition": {
"type": [
"integer",
"null"
]
},
"postId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"previewUsers": {
"items": {
"$ref": "#/$defs/InstagramProfileReference"
},
"type": [
"array",
"null"
]
},
"ranking": {
"additionalProperties": false,
"properties": {
"index": {
"type": [
"integer",
"null"
]
},
"isRanked": {
"type": [
"boolean",
"null"
]
},
"replyIndex": {
"type": [
"integer",
"null"
]
}
},
"required": [
"index",
"replyIndex",
"isRanked"
],
"type": "object"
},
"replies": {
"items": {
"$ref": "#/$defs/InstagramCommentReference"
},
"type": [
"array",
"null"
]
},
"replyToId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"sharingEnabled": {
"type": [
"boolean",
"null"
]
},
"status": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"text": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"translation": {
"additionalProperties": false,
"properties": {
"text": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"text"
],
"type": "object"
}
},
"required": [
"id",
"text",
"postId",
"parentId",
"replyToId",
"createdAt",
"author",
"status",
"isCovered",
"isEdited",
"sharingEnabled",
"isByPostAuthor",
"isPinned",
"pinnedPosition",
"isLikedByPostAuthor",
"ai",
"ranking",
"keywords",
"previewUsers",
"metrics",
"replies",
"translation",
"likedByCoauthors",
"media"
],
"type": "object"
},
"InstagramCommentSettings": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": [
"boolean",
"null"
]
},
"hasMore": {
"type": [
"boolean",
"null"
]
},
"likesEnabled": {
"type": [
"boolean",
"null"
]
},
"maxVisiblePreviewComments": {
"type": [
"integer",
"null"
]
},
"preview": {
"items": {
"$ref": "#/$defs/InstagramCommentReference"
},
"type": [
"array",
"null"
]
},
"threadingEnabled": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"hasMore",
"maxVisiblePreviewComments",
"likesEnabled",
"threadingEnabled",
"enabled",
"preview"
],
"type": "object"
},
"InstagramCoordinates": {
"additionalProperties": false,
"properties": {
"latitude": {
"type": [
"number",
"null"
]
},
"longitude": {
"type": [
"number",
"null"
]
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
},
"InstagramCrop": {
"additionalProperties": false,
"properties": {
"bottom": {
"type": [
"number",
"null"
]
},
"left": {
"type": [
"number",
"null"
]
},
"right": {
"type": [
"number",
"null"
]
},
"top": {
"type": [
"number",
"null"
]
}
},
"required": [
"left",
"right",
"top",
"bottom"
],
"type": "object"
},
"InstagramDASH": {
"additionalProperties": false,
"properties": {
"manifest": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"qualityCount": {
"type": [
"integer",
"null"
]
},
"variants": {
"items": {
"$ref": "#/$defs/InstagramStreamVariant"
},
"type": [
"array",
"null"
]
}
},
"required": [
"manifest",
"variants",
"qualityCount"
],
"type": "object"
},
"InstagramHashtagReference": {
"additionalProperties": false,
"properties": {
"avatar": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"bio": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isTrending": {
"type": [
"boolean",
"null"
]
},
"metrics": {
"additionalProperties": false,
"properties": {
"posts": {
"type": [
"integer",
"null"
]
},
"views": {
"type": [
"integer",
"null"
]
}
},
"required": [
"posts",
"views"
],
"type": "object"
},
"name": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"name",
"url",
"bio",
"avatar",
"isTrending",
"metrics"
],
"type": "object"
},
"InstagramHighlightReference": {
"additionalProperties": false,
"properties": {
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"title"
],
"type": "object"
},
"InstagramImage": {
"additionalProperties": false,
"properties": {
"height": {
"type": [
"integer",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isDefault": {
"type": [
"boolean",
"null"
]
},
"isSpatial": {
"type": [
"boolean",
"null"
]
},
"thumbnail": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"variants": {
"items": {
"$ref": "#/$defs/InstagramImage"
},
"type": [
"array",
"null"
]
},
"width": {
"type": [
"integer",
"null"
]
}
},
"required": [
"thumbnail",
"id",
"type",
"url",
"width",
"height",
"isDefault",
"isSpatial",
"variants"
],
"type": "object"
},
"InstagramLocationAddress": {
"additionalProperties": false,
"properties": {
"city": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"countryCode": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"postalCode": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"region": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"street": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"city",
"postalCode",
"region",
"countryCode"
],
"type": "object"
},
"InstagramLocationHours": {
"additionalProperties": false,
"properties": {
"currentStatus": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isOpen": {
"type": [
"boolean",
"null"
]
},
"schedule": {
"items": {},
"type": [
"array",
"null"
]
},
"status": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"today": {
"minLength": 1,
"type": [
"string",
"null"
]
# --- truncated at 32 KB (88 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/openhandle/refs/heads/main/json-schema/openhandle-instagram-story-schema.json
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openhandle-instagram-story"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.