Qodex.ai
Qodex.ai
Introduction
The Auth API
api-keys
Fetch API KeysFetch API KeyAuthenticate API KeyCreate API KeyRotate API KeyUpdate API KeyDelete API KeyReactivate API Key
Projects
Get Project by Id
Webhooks
Fetch WebhooksFetch WebhookCreate WebhookUpdate WebhookDelete WebhookPing WebhookFetch Webhook Topics (Events)
Get API Version
The Cat API
Images
/images/search/images/:image_id/analysis/images/ (Your uploads)/images/upload/images/:image_id/images/:image_id/breeds/images/:image_id/breeds/images/:image_id/breeds/:breed_id
Favourites
/favourites/favourites/:favourite_id/favourites/favourites/:favourite_id
Breeds
/breeds/breeds/:breed_id/breeds/:breed_id/factsSearch Breeds
Votes
/votes/votes/:vote_id/votes/votes/:vote_id
Facts
Get Random Fact(s)Get Ordered Fact(s) About Breed
Webhooks
Create Webhook
version
Introduction
The Auth API
api-keys
Fetch API KeysFetch API KeyAuthenticate API KeyCreate API KeyRotate API KeyUpdate API KeyDelete API KeyReactivate API Key
Projects
Get Project by Id
Webhooks
Fetch WebhooksFetch WebhookCreate WebhookUpdate WebhookDelete WebhookPing WebhookFetch Webhook Topics (Events)
Get API Version
The Cat API
Images
/images/search/images/:image_id/analysis/images/ (Your uploads)/images/upload/images/:image_id/images/:image_id/breeds/images/:image_id/breeds/images/:image_id/breeds/:breed_id
Favourites
/favourites/favourites/:favourite_id/favourites/favourites/:favourite_id
Breeds
/breeds/breeds/:breed_id/breeds/:breed_id/factsSearch Breeds
Votes
/votes/votes/:vote_id/votes/votes/:vote_id
Facts
Get Random Fact(s)Get Ordered Fact(s) About Breed
Webhooks
Create Webhook
version
HomeThe Auth APIapi-keys

api-keys

Number of APIs: 8

  1. Delete API Key DELETE {{endpoint}}/api-keys/:apiKey

  2. Fetch API Keys GET {{endpoint}}/api-keys?projectId={{projectId}}

  3. Fetch API Key GET {{endpoint}}/api-keys/:apiKey

  4. Authenticate API Key POST {{endpoint}}/api-keys/auth/:apiKey

  5. Create API Key POST {{endpoint}}/api-keys/

  6. Rotate API Key POST {{endpoint}}/api-keys/:apiKey/rotate

  7. Reactivate API Key PATCH {{endpoint}}/api-keys/:apiKey/reactivate

  8. Update API Key PATCH {{endpoint}}/api-keys/:apiKey

Previous
The Auth API
Next
Fetch API Keys